From 73d08d1a804165256138e976038f972c535e9954 Mon Sep 17 00:00:00 2001 From: terrymanu Date: Fri, 11 May 2018 11:10:04 +0800 Subject: [PATCH] fixed #816 --- .../main/java/io/shardingsphere/core/api/ConfigMapContext.java | 2 +- .../src/main/java/io/shardingsphere/core/api/HintManager.java | 2 +- .../algorithm/masterslave/MasterSlaveLoadBalanceAlgorithm.java | 2 +- .../masterslave/MasterSlaveLoadBalanceAlgorithmType.java | 2 +- .../masterslave/RandomMasterSlaveLoadBalanceAlgorithm.java | 2 +- .../masterslave/RoundRobinMasterSlaveLoadBalanceAlgorithm.java | 2 +- .../core/api/algorithm/sharding/ListShardingValue.java | 2 +- .../core/api/algorithm/sharding/PreciseShardingValue.java | 2 +- .../core/api/algorithm/sharding/RangeShardingValue.java | 2 +- .../core/api/algorithm/sharding/ShardingValue.java | 2 +- .../sharding/complex/ComplexKeysShardingAlgorithm.java | 2 +- .../core/api/algorithm/sharding/hint/HintShardingAlgorithm.java | 2 +- .../algorithm/sharding/standard/PreciseShardingAlgorithm.java | 2 +- .../api/algorithm/sharding/standard/RangeShardingAlgorithm.java | 2 +- .../core/api/config/MasterSlaveRuleConfiguration.java | 2 +- .../core/api/config/ShardingRuleConfiguration.java | 2 +- .../shardingsphere/core/api/config/TableRuleConfiguration.java | 2 +- .../config/strategy/ComplexShardingStrategyConfiguration.java | 2 +- .../api/config/strategy/HintShardingStrategyConfiguration.java | 2 +- .../config/strategy/InlineShardingStrategyConfiguration.java | 2 +- .../api/config/strategy/NoneShardingStrategyConfiguration.java | 2 +- .../core/api/config/strategy/ShardingStrategyConfiguration.java | 2 +- .../config/strategy/StandardShardingStrategyConfiguration.java | 2 +- .../java/io/shardingsphere/core/constant/AggregationType.java | 2 +- .../main/java/io/shardingsphere/core/constant/DatabaseType.java | 2 +- .../java/io/shardingsphere/core/constant/OrderDirection.java | 2 +- .../src/main/java/io/shardingsphere/core/constant/SQLType.java | 2 +- .../java/io/shardingsphere/core/constant/ShardingConstant.java | 2 +- .../java/io/shardingsphere/core/constant/ShardingOperator.java | 2 +- .../io/shardingsphere/core/constant/ShardingProperties.java | 2 +- .../core/constant/ShardingPropertiesConstant.java | 2 +- .../core/exception/ShardingConfigurationException.java | 2 +- .../io/shardingsphere/core/exception/ShardingException.java | 2 +- .../java/io/shardingsphere/core/hint/HintManagerHolder.java | 2 +- .../src/main/java/io/shardingsphere/core/hint/ShardingKey.java | 2 +- .../java/io/shardingsphere/core/keygen/DefaultKeyGenerator.java | 2 +- .../main/java/io/shardingsphere/core/keygen/KeyGenerator.java | 2 +- .../java/io/shardingsphere/core/keygen/KeyGeneratorFactory.java | 2 +- .../main/java/io/shardingsphere/core/keygen/TimeService.java | 2 +- .../main/java/io/shardingsphere/core/merger/MergeEngine.java | 2 +- .../java/io/shardingsphere/core/merger/MergeEngineFactory.java | 2 +- .../main/java/io/shardingsphere/core/merger/MergedResult.java | 2 +- .../main/java/io/shardingsphere/core/merger/QueryResult.java | 2 +- .../java/io/shardingsphere/core/merger/dal/DALMergeEngine.java | 2 +- .../core/merger/dal/show/ShowCreateTableMergedResult.java | 2 +- .../core/merger/dal/show/ShowDatabasesMergedResult.java | 2 +- .../core/merger/dal/show/ShowOtherMergedResult.java | 2 +- .../core/merger/dal/show/ShowTablesMergedResult.java | 2 +- .../java/io/shardingsphere/core/merger/dql/DQLMergeEngine.java | 2 +- .../core/merger/dql/common/DecoratorMergedResult.java | 2 +- .../core/merger/dql/common/MemoryMergedResult.java | 2 +- .../core/merger/dql/common/MemoryQueryResultRow.java | 2 +- .../core/merger/dql/common/StreamMergedResult.java | 2 +- .../core/merger/dql/groupby/GroupByMemoryMergedResult.java | 2 +- .../core/merger/dql/groupby/GroupByRowComparator.java | 2 +- .../core/merger/dql/groupby/GroupByStreamMergedResult.java | 2 +- .../io/shardingsphere/core/merger/dql/groupby/GroupByValue.java | 2 +- .../dql/groupby/aggregation/AccumulationAggregationUnit.java | 2 +- .../core/merger/dql/groupby/aggregation/AggregationUnit.java | 2 +- .../merger/dql/groupby/aggregation/AggregationUnitFactory.java | 2 +- .../merger/dql/groupby/aggregation/AverageAggregationUnit.java | 2 +- .../dql/groupby/aggregation/ComparableAggregationUnit.java | 2 +- .../core/merger/dql/iterator/IteratorStreamMergedResult.java | 2 +- .../io/shardingsphere/core/merger/dql/orderby/CompareUtil.java | 2 +- .../core/merger/dql/orderby/OrderByStreamMergedResult.java | 2 +- .../io/shardingsphere/core/merger/dql/orderby/OrderByValue.java | 2 +- .../core/merger/dql/pagination/LimitDecoratorMergedResult.java | 2 +- .../merger/dql/pagination/RowNumberDecoratorMergedResult.java | 2 +- .../dql/pagination/TopAndRowNumberDecoratorMergedResult.java | 2 +- .../java/io/shardingsphere/core/metadata/ColumnMetaData.java | 2 +- .../java/io/shardingsphere/core/metadata/ShardingMetaData.java | 2 +- .../java/io/shardingsphere/core/metadata/TableMetaData.java | 2 +- .../java/io/shardingsphere/core/optimizer/OptimizeEngine.java | 2 +- .../io/shardingsphere/core/optimizer/OptimizeEngineFactory.java | 2 +- .../core/optimizer/condition/ShardingCondition.java | 2 +- .../core/optimizer/condition/ShardingConditions.java | 2 +- .../core/optimizer/insert/InsertOptimizeEngine.java | 2 +- .../core/optimizer/insert/InsertShardingCondition.java | 2 +- .../core/optimizer/query/AlwaysFalseShardingCondition.java | 2 +- .../core/optimizer/query/AlwaysFalseShardingValue.java | 2 +- .../core/optimizer/query/QueryOptimizeEngine.java | 2 +- .../java/io/shardingsphere/core/parsing/SQLJudgeEngine.java | 2 +- .../java/io/shardingsphere/core/parsing/SQLParsingEngine.java | 2 +- .../shardingsphere/core/parsing/cache/ParsingResultCache.java | 2 +- .../main/java/io/shardingsphere/core/parsing/lexer/Lexer.java | 2 +- .../java/io/shardingsphere/core/parsing/lexer/LexerEngine.java | 2 +- .../shardingsphere/core/parsing/lexer/LexerEngineFactory.java | 2 +- .../io/shardingsphere/core/parsing/lexer/analyzer/CharType.java | 2 +- .../shardingsphere/core/parsing/lexer/analyzer/Dictionary.java | 2 +- .../shardingsphere/core/parsing/lexer/analyzer/Tokenizer.java | 2 +- .../core/parsing/lexer/analyzer/UnterminatedCharException.java | 2 +- .../core/parsing/lexer/dialect/mysql/MySQLKeyword.java | 2 +- .../core/parsing/lexer/dialect/mysql/MySQLLexer.java | 2 +- .../core/parsing/lexer/dialect/oracle/OracleKeyword.java | 2 +- .../core/parsing/lexer/dialect/oracle/OracleLexer.java | 2 +- .../parsing/lexer/dialect/postgresql/PostgreSQLKeyword.java | 2 +- .../core/parsing/lexer/dialect/postgresql/PostgreSQLLexer.java | 2 +- .../core/parsing/lexer/dialect/sqlserver/SQLServerKeyword.java | 2 +- .../core/parsing/lexer/dialect/sqlserver/SQLServerLexer.java | 2 +- .../java/io/shardingsphere/core/parsing/lexer/token/Assist.java | 2 +- .../shardingsphere/core/parsing/lexer/token/DefaultKeyword.java | 2 +- .../io/shardingsphere/core/parsing/lexer/token/Keyword.java | 2 +- .../io/shardingsphere/core/parsing/lexer/token/Literals.java | 2 +- .../java/io/shardingsphere/core/parsing/lexer/token/Symbol.java | 2 +- .../java/io/shardingsphere/core/parsing/lexer/token/Token.java | 2 +- .../io/shardingsphere/core/parsing/lexer/token/TokenType.java | 2 +- .../core/parsing/parser/clause/DistinctClauseParser.java | 2 +- .../core/parsing/parser/clause/GroupByClauseParser.java | 2 +- .../core/parsing/parser/clause/HavingClauseParser.java | 2 +- .../core/parsing/parser/clause/InsertColumnsClauseParser.java | 2 +- .../core/parsing/parser/clause/InsertIntoClauseParser.java | 2 +- .../core/parsing/parser/clause/InsertSetClauseParser.java | 2 +- .../core/parsing/parser/clause/InsertValuesClauseParser.java | 2 +- .../core/parsing/parser/clause/OrderByClauseParser.java | 2 +- .../core/parsing/parser/clause/SQLClauseParser.java | 2 +- .../core/parsing/parser/clause/SelectListClauseParser.java | 2 +- .../core/parsing/parser/clause/SelectRestClauseParser.java | 2 +- .../core/parsing/parser/clause/TableReferencesClauseParser.java | 2 +- .../core/parsing/parser/clause/UpdateSetItemsClauseParser.java | 2 +- .../core/parsing/parser/clause/WhereClauseParser.java | 2 +- .../core/parsing/parser/clause/condition/NullCondition.java | 2 +- .../parsing/parser/clause/expression/AliasExpressionParser.java | 2 +- .../parsing/parser/clause/expression/BasicExpressionParser.java | 2 +- .../parser/clause/facade/AbstractDeleteClauseParserFacade.java | 2 +- .../parser/clause/facade/AbstractInsertClauseParserFacade.java | 2 +- .../parser/clause/facade/AbstractSelectClauseParserFacade.java | 2 +- .../parser/clause/facade/AbstractUpdateClauseParserFacade.java | 2 +- .../shardingsphere/core/parsing/parser/context/OrderItem.java | 2 +- .../core/parsing/parser/context/condition/AndCondition.java | 2 +- .../core/parsing/parser/context/condition/Column.java | 2 +- .../core/parsing/parser/context/condition/Condition.java | 2 +- .../core/parsing/parser/context/condition/Conditions.java | 2 +- .../parsing/parser/context/condition/GeneratedKeyCondition.java | 2 +- .../core/parsing/parser/context/condition/OrCondition.java | 2 +- .../core/parsing/parser/context/insertvalue/InsertValue.java | 2 +- .../core/parsing/parser/context/insertvalue/InsertValues.java | 2 +- .../shardingsphere/core/parsing/parser/context/limit/Limit.java | 2 +- .../core/parsing/parser/context/limit/LimitValue.java | 2 +- .../parser/context/selectitem/AggregationSelectItem.java | 2 +- .../parsing/parser/context/selectitem/CommonSelectItem.java | 2 +- .../core/parsing/parser/context/selectitem/SelectItem.java | 2 +- .../core/parsing/parser/context/selectitem/StarSelectItem.java | 2 +- .../shardingsphere/core/parsing/parser/context/table/Table.java | 2 +- .../core/parsing/parser/context/table/Tables.java | 2 +- .../core/parsing/parser/dialect/ExpressionParserFactory.java | 2 +- .../parser/dialect/mysql/clause/MySQLDistinctClauseParser.java | 2 +- .../parser/dialect/mysql/clause/MySQLGroupByClauseParser.java | 2 +- .../dialect/mysql/clause/MySQLInsertIntoClauseParser.java | 2 +- .../parser/dialect/mysql/clause/MySQLInsertSetClauseParser.java | 2 +- .../dialect/mysql/clause/MySQLInsertValuesClauseParser.java | 2 +- .../parser/dialect/mysql/clause/MySQLLimitClauseParser.java | 2 +- .../dialect/mysql/clause/MySQLSelectOptionClauseParser.java | 2 +- .../dialect/mysql/clause/MySQLSelectRestClauseParser.java | 2 +- .../dialect/mysql/clause/MySQLTableReferencesClauseParser.java | 2 +- .../parser/dialect/mysql/clause/MySQLWhereClauseParser.java | 2 +- .../mysql/clause/expression/MySQLAliasExpressionParser.java | 2 +- .../mysql/clause/facade/MySQLDeleteClauseParserFacade.java | 2 +- .../mysql/clause/facade/MySQLInsertClauseParserFacade.java | 2 +- .../mysql/clause/facade/MySQLSelectClauseParserFacade.java | 2 +- .../mysql/clause/facade/MySQLUpdateClauseParserFacade.java | 2 +- .../core/parsing/parser/dialect/mysql/sql/MySQLAlterParser.java | 2 +- .../parsing/parser/dialect/mysql/sql/MySQLCreateParser.java | 2 +- .../parsing/parser/dialect/mysql/sql/MySQLDeleteParser.java | 2 +- .../parsing/parser/dialect/mysql/sql/MySQLDescribeParser.java | 2 +- .../core/parsing/parser/dialect/mysql/sql/MySQLDropParser.java | 2 +- .../parsing/parser/dialect/mysql/sql/MySQLInsertParser.java | 2 +- .../parsing/parser/dialect/mysql/sql/MySQLSelectParser.java | 2 +- .../core/parsing/parser/dialect/mysql/sql/MySQLShowParser.java | 2 +- .../parsing/parser/dialect/mysql/sql/MySQLTruncateParser.java | 2 +- .../parsing/parser/dialect/mysql/sql/MySQLUpdateParser.java | 2 +- .../core/parsing/parser/dialect/mysql/sql/MySQLUseParser.java | 2 +- .../parser/dialect/mysql/statement/DescribeStatement.java | 2 +- .../parser/dialect/mysql/statement/ShowColumnsStatement.java | 2 +- .../dialect/mysql/statement/ShowCreateTableStatement.java | 2 +- .../parser/dialect/mysql/statement/ShowDatabasesStatement.java | 2 +- .../parser/dialect/mysql/statement/ShowOtherStatement.java | 2 +- .../parser/dialect/mysql/statement/ShowTablesStatement.java | 2 +- .../parsing/parser/dialect/mysql/statement/UseStatement.java | 2 +- .../dialect/oracle/clause/OracleDistinctClauseParser.java | 2 +- .../parser/dialect/oracle/clause/OracleForClauseParser.java | 2 +- .../parser/dialect/oracle/clause/OracleGroupByClauseParser.java | 2 +- .../oracle/clause/OracleHierarchicalQueryClauseParser.java | 2 +- .../dialect/oracle/clause/OracleInsertIntoClauseParser.java | 2 +- .../parser/dialect/oracle/clause/OracleModelClauseParser.java | 2 +- .../parser/dialect/oracle/clause/OracleOrderByClauseParser.java | 2 +- .../dialect/oracle/clause/OracleSelectListClauseParser.java | 2 +- .../oracle/clause/OracleTableReferencesClauseParser.java | 2 +- .../parser/dialect/oracle/clause/OracleWhereClauseParser.java | 2 +- .../oracle/clause/expression/OracleAliasExpressionParser.java | 2 +- .../oracle/clause/facade/OracleDeleteClauseParserFacade.java | 2 +- .../oracle/clause/facade/OracleInsertClauseParserFacade.java | 2 +- .../oracle/clause/facade/OracleSelectClauseParserFacade.java | 2 +- .../oracle/clause/facade/OracleUpdateClauseParserFacade.java | 2 +- .../parsing/parser/dialect/oracle/sql/OracleAlterParser.java | 2 +- .../parsing/parser/dialect/oracle/sql/OracleCreateParser.java | 2 +- .../parsing/parser/dialect/oracle/sql/OracleDeleteParser.java | 2 +- .../parsing/parser/dialect/oracle/sql/OracleDropParser.java | 2 +- .../parsing/parser/dialect/oracle/sql/OracleInsertParser.java | 2 +- .../parsing/parser/dialect/oracle/sql/OracleSelectParser.java | 2 +- .../parsing/parser/dialect/oracle/sql/OracleTruncateParser.java | 2 +- .../parsing/parser/dialect/oracle/sql/OracleUpdateParser.java | 2 +- .../dialect/postgresql/clause/PostgreSQLForClauseParser.java | 2 +- .../postgresql/clause/PostgreSQLInsertIntoClauseParser.java | 2 +- .../dialect/postgresql/clause/PostgreSQLLimitClauseParser.java | 2 +- .../postgresql/clause/PostgreSQLOrderByClauseParser.java | 2 +- .../postgresql/clause/PostgreSQLSelectRestClauseParser.java | 2 +- .../clause/PostgreSQLTableReferencesClauseParser.java | 2 +- .../clause/expression/PostgreSQLAliasExpressionParser.java | 2 +- .../clause/facade/PostgreSQLDeleteClauseParserFacade.java | 2 +- .../clause/facade/PostgreSQLInsertClauseParserFacade.java | 2 +- .../clause/facade/PostgreSQLSelectClauseParserFacade.java | 2 +- .../clause/facade/PostgreSQLUpdateClauseParserFacade.java | 2 +- .../parser/dialect/postgresql/sql/PostgreSQLAlterParser.java | 2 +- .../parser/dialect/postgresql/sql/PostgreSQLCreateParser.java | 2 +- .../parser/dialect/postgresql/sql/PostgreSQLDeleteParser.java | 2 +- .../parser/dialect/postgresql/sql/PostgreSQLDropParser.java | 2 +- .../parser/dialect/postgresql/sql/PostgreSQLInsertParser.java | 2 +- .../parser/dialect/postgresql/sql/PostgreSQLSelectParser.java | 2 +- .../parser/dialect/postgresql/sql/PostgreSQLTruncateParser.java | 2 +- .../parser/dialect/postgresql/sql/PostgreSQLUpdateParser.java | 2 +- .../sqlserver/clause/SQLServerInsertIntoClauseParser.java | 2 +- .../dialect/sqlserver/clause/SQLServerOffsetClauseParser.java | 2 +- .../dialect/sqlserver/clause/SQLServerOrderByClauseParser.java | 2 +- .../sqlserver/clause/SQLServerSelectListClauseParser.java | 2 +- .../sqlserver/clause/SQLServerSelectRestClauseParser.java | 2 +- .../sqlserver/clause/SQLServerTableReferencesClauseParser.java | 2 +- .../dialect/sqlserver/clause/SQLServerTopClauseParser.java | 2 +- .../dialect/sqlserver/clause/SQLServerWhereClauseParser.java | 2 +- .../clause/expression/SQLServerAliasExpressionParser.java | 2 +- .../clause/facade/SQLServerDeleteClauseParserFacade.java | 2 +- .../clause/facade/SQLServerInsertClauseParserFacade.java | 2 +- .../clause/facade/SQLServerSelectClauseParserFacade.java | 2 +- .../clause/facade/SQLServerUpdateClauseParserFacade.java | 2 +- .../parser/dialect/sqlserver/sql/SQLServerAlterParser.java | 2 +- .../parser/dialect/sqlserver/sql/SQLServerCreateParser.java | 2 +- .../parser/dialect/sqlserver/sql/SQLServerDeleteParser.java | 2 +- .../parser/dialect/sqlserver/sql/SQLServerDropParser.java | 2 +- .../parser/dialect/sqlserver/sql/SQLServerInsertParser.java | 2 +- .../parser/dialect/sqlserver/sql/SQLServerSelectParser.java | 2 +- .../parser/dialect/sqlserver/sql/SQLServerTruncateParser.java | 2 +- .../parser/dialect/sqlserver/sql/SQLServerUpdateParser.java | 2 +- .../core/parsing/parser/exception/SQLParsingException.java | 2 +- .../parser/exception/SQLParsingUnsupportedException.java | 2 +- .../core/parsing/parser/expression/SQLExpression.java | 2 +- .../core/parsing/parser/expression/SQLIdentifierExpression.java | 2 +- .../core/parsing/parser/expression/SQLIgnoreExpression.java | 2 +- .../core/parsing/parser/expression/SQLNumberExpression.java | 2 +- .../parsing/parser/expression/SQLPlaceholderExpression.java | 2 +- .../core/parsing/parser/expression/SQLPropertyExpression.java | 2 +- .../core/parsing/parser/expression/SQLTextExpression.java | 2 +- .../core/parsing/parser/sql/AbstractSQLStatement.java | 2 +- .../io/shardingsphere/core/parsing/parser/sql/SQLParser.java | 2 +- .../core/parsing/parser/sql/SQLParserFactory.java | 2 +- .../io/shardingsphere/core/parsing/parser/sql/SQLStatement.java | 2 +- .../core/parsing/parser/sql/dal/AbstractDALParser.java | 2 +- .../core/parsing/parser/sql/dal/DALStatement.java | 2 +- .../parsing/parser/sql/dal/describe/AbstractDescribeParser.java | 2 +- .../parsing/parser/sql/dal/describe/DescribeParserFactory.java | 2 +- .../core/parsing/parser/sql/dal/show/AbstractShowParser.java | 2 +- .../core/parsing/parser/sql/dal/show/ShowParserFactory.java | 2 +- .../core/parsing/parser/sql/dal/use/AbstractUseParser.java | 2 +- .../core/parsing/parser/sql/dal/use/UseParserFactory.java | 2 +- .../core/parsing/parser/sql/ddl/DDLStatement.java | 2 +- .../core/parsing/parser/sql/ddl/alter/AbstractAlterParser.java | 2 +- .../core/parsing/parser/sql/ddl/alter/AlterParserFactory.java | 2 +- .../parsing/parser/sql/ddl/create/AbstractCreateParser.java | 2 +- .../core/parsing/parser/sql/ddl/create/CreateParserFactory.java | 2 +- .../core/parsing/parser/sql/ddl/drop/AbstractDropParser.java | 2 +- .../core/parsing/parser/sql/ddl/drop/DropParserFactory.java | 2 +- .../parsing/parser/sql/ddl/truncate/AbstractTruncateParser.java | 2 +- .../parsing/parser/sql/ddl/truncate/TruncateParserFactory.java | 2 +- .../core/parsing/parser/sql/dml/DMLStatement.java | 2 +- .../parsing/parser/sql/dml/delete/AbstractDeleteParser.java | 2 +- .../core/parsing/parser/sql/dml/delete/DeleteParserFactory.java | 2 +- .../parsing/parser/sql/dml/insert/AbstractInsertParser.java | 2 +- .../core/parsing/parser/sql/dml/insert/InsertParserFactory.java | 2 +- .../core/parsing/parser/sql/dml/insert/InsertStatement.java | 2 +- .../parsing/parser/sql/dml/update/AbstractUpdateParser.java | 2 +- .../core/parsing/parser/sql/dml/update/UpdateParserFactory.java | 2 +- .../core/parsing/parser/sql/dql/DQLStatement.java | 2 +- .../parsing/parser/sql/dql/select/AbstractSelectParser.java | 2 +- .../core/parsing/parser/sql/dql/select/SelectParserFactory.java | 2 +- .../core/parsing/parser/sql/dql/select/SelectStatement.java | 2 +- .../shardingsphere/core/parsing/parser/sql/tcl/TCLParser.java | 2 +- .../core/parsing/parser/sql/tcl/TCLParserFactory.java | 2 +- .../core/parsing/parser/sql/tcl/TCLStatement.java | 2 +- .../core/parsing/parser/token/GeneratedKeyToken.java | 2 +- .../io/shardingsphere/core/parsing/parser/token/IndexToken.java | 2 +- .../core/parsing/parser/token/InsertColumnToken.java | 2 +- .../core/parsing/parser/token/InsertValuesToken.java | 2 +- .../io/shardingsphere/core/parsing/parser/token/ItemsToken.java | 2 +- .../core/parsing/parser/token/MultipleInsertValuesToken.java | 2 +- .../shardingsphere/core/parsing/parser/token/OffsetToken.java | 2 +- .../shardingsphere/core/parsing/parser/token/OrderByToken.java | 2 +- .../shardingsphere/core/parsing/parser/token/RemoveToken.java | 2 +- .../shardingsphere/core/parsing/parser/token/RowCountToken.java | 2 +- .../io/shardingsphere/core/parsing/parser/token/SQLToken.java | 2 +- .../shardingsphere/core/parsing/parser/token/SchemaToken.java | 2 +- .../io/shardingsphere/core/parsing/parser/token/TableToken.java | 2 +- .../main/java/io/shardingsphere/core/rewrite/SQLBuilder.java | 2 +- .../java/io/shardingsphere/core/rewrite/SQLRewriteEngine.java | 2 +- .../core/rewrite/placeholder/IndexPlaceholder.java | 2 +- .../core/rewrite/placeholder/InsertValuesPlaceholder.java | 2 +- .../core/rewrite/placeholder/SchemaPlaceholder.java | 2 +- .../core/rewrite/placeholder/ShardingPlaceholder.java | 2 +- .../core/rewrite/placeholder/TablePlaceholder.java | 2 +- .../core/routing/PreparedStatementRoutingEngine.java | 2 +- .../java/io/shardingsphere/core/routing/SQLExecutionUnit.java | 2 +- .../java/io/shardingsphere/core/routing/SQLRouteResult.java | 2 +- .../src/main/java/io/shardingsphere/core/routing/SQLUnit.java | 2 +- .../io/shardingsphere/core/routing/StatementRoutingEngine.java | 2 +- .../core/routing/router/masterslave/MasterSlaveRouter.java | 2 +- .../core/routing/router/masterslave/MasterVisitedManager.java | 2 +- .../routing/router/masterslave/ShardingMasterSlaveRouter.java | 2 +- .../core/routing/router/sharding/DatabaseHintSQLRouter.java | 2 +- .../core/routing/router/sharding/GeneratedKey.java | 2 +- .../core/routing/router/sharding/ParsingSQLRouter.java | 2 +- .../core/routing/router/sharding/ShardingRouter.java | 2 +- .../core/routing/router/sharding/ShardingRouterFactory.java | 2 +- .../shardingsphere/core/routing/strategy/ShardingAlgorithm.java | 2 +- .../core/routing/strategy/ShardingAlgorithmFactory.java | 2 +- .../shardingsphere/core/routing/strategy/ShardingStrategy.java | 2 +- .../core/routing/strategy/ShardingStrategyFactory.java | 2 +- .../core/routing/strategy/complex/ComplexShardingStrategy.java | 2 +- .../core/routing/strategy/hint/HintShardingStrategy.java | 2 +- .../core/routing/strategy/inline/InlineShardingStrategy.java | 2 +- .../core/routing/strategy/none/NoneShardingStrategy.java | 2 +- .../routing/strategy/standard/StandardShardingStrategy.java | 2 +- .../java/io/shardingsphere/core/routing/type/RoutingEngine.java | 2 +- .../java/io/shardingsphere/core/routing/type/RoutingResult.java | 2 +- .../java/io/shardingsphere/core/routing/type/RoutingTable.java | 2 +- .../java/io/shardingsphere/core/routing/type/TableUnit.java | 2 +- .../java/io/shardingsphere/core/routing/type/TableUnits.java | 2 +- .../routing/type/broadcast/DatabaseBroadcastRoutingEngine.java | 2 +- .../routing/type/broadcast/TableBroadcastRoutingEngine.java | 2 +- .../core/routing/type/complex/CartesianRoutingEngine.java | 2 +- .../core/routing/type/complex/ComplexRoutingEngine.java | 2 +- .../core/routing/type/hint/DatabaseHintRoutingEngine.java | 2 +- .../core/routing/type/ignore/IgnoreRoutingEngine.java | 2 +- .../core/routing/type/standard/StandardRoutingEngine.java | 2 +- .../core/routing/type/unicast/UnicastRoutingEngine.java | 2 +- .../main/java/io/shardingsphere/core/rule/BindingTableRule.java | 2 +- .../src/main/java/io/shardingsphere/core/rule/DataNode.java | 2 +- .../main/java/io/shardingsphere/core/rule/MasterSlaveRule.java | 2 +- .../io/shardingsphere/core/rule/ShardingDataSourceNames.java | 2 +- .../src/main/java/io/shardingsphere/core/rule/ShardingRule.java | 2 +- .../src/main/java/io/shardingsphere/core/rule/TableRule.java | 2 +- .../io/shardingsphere/core/util/InlineExpressionParser.java | 2 +- .../src/main/java/io/shardingsphere/core/util/NumberUtil.java | 2 +- .../src/main/java/io/shardingsphere/core/util/SQLLogger.java | 2 +- .../src/main/java/io/shardingsphere/core/util/SQLUtil.java | 2 +- .../src/main/java/io/shardingsphere/core/util/StringUtil.java | 2 +- .../core/yaml/masterslave/YamlMasterSlaveConfiguration.java | 2 +- .../core/yaml/masterslave/YamlMasterSlaveRuleConfiguration.java | 2 +- .../shardingsphere/core/yaml/proxy/YamlProxyConfiguration.java | 2 +- .../shardingsphere/core/yaml/sharding/DataSourceParameter.java | 2 +- .../core/yaml/sharding/YamlShardingConfiguration.java | 2 +- .../core/yaml/sharding/YamlShardingRuleConfiguration.java | 2 +- .../core/yaml/sharding/YamlShardingStrategyConfiguration.java | 2 +- .../core/yaml/sharding/YamlTableRuleConfiguration.java | 2 +- .../strategy/YamlComplexShardingStrategyConfiguration.java | 2 +- .../strategy/YamlHintShardingStrategyConfiguration.java | 2 +- .../strategy/YamlInlineShardingStrategyConfiguration.java | 2 +- .../strategy/YamlNoneShardingStrategyConfiguration.java | 2 +- .../sharding/strategy/YamlShardingStrategyConfiguration.java | 2 +- .../strategy/YamlStandardShardingStrategyConfiguration.java | 2 +- .../src/test/java/io/shardingsphere/core/AllTests.java | 2 +- .../src/test/java/io/shardingsphere/core/api/AllApiTests.java | 2 +- .../test/java/io/shardingsphere/core/api/HintManagerTest.java | 2 +- .../core/api/algorithm/common/ShardingStrategyTest.java | 2 +- .../api/algorithm/fixture/TestComplexKeysShardingAlgorithm.java | 2 +- .../api/algorithm/fixture/TestPreciseShardingAlgorithm.java | 2 +- .../core/api/algorithm/fixture/TestRangeShardingAlgorithm.java | 2 +- .../masterslave/RandomMasterSlaveLoadBalanceAlgorithmTest.java | 2 +- .../RoundRobinMasterSlaveLoadBalanceAlgorithmTest.java | 2 +- .../api/algorithm/sharding/DatabaseShardingStrategyTest.java | 2 +- .../core/api/algorithm/table/TableShardingStrategyTest.java | 2 +- .../java/io/shardingsphere/core/constant/AllConstantsTests.java | 2 +- .../java/io/shardingsphere/core/constant/DatabaseTypeTest.java | 2 +- .../core/constant/ShardingPropertiesConstantTest.java | 2 +- .../io/shardingsphere/core/constant/ShardingPropertiesTest.java | 2 +- .../core/fixture/ComplexOrderShardingAlgorithm.java | 2 +- .../core/fixture/OrderDatabaseHintShardingAlgorithm.java | 2 +- .../core/fixture/PreciseOrderShardingAlgorithm.java | 2 +- .../core/fixture/RangeOrderShardingAlgorithm.java | 2 +- .../src/test/java/io/shardingsphere/core/hint/AllHintTests.java | 2 +- .../java/io/shardingsphere/core/hint/HintManagerHolderTest.java | 2 +- .../test/java/io/shardingsphere/core/keygen/AllKeygenTests.java | 2 +- .../io/shardingsphere/core/keygen/DefaultKeyGeneratorTest.java | 2 +- .../io/shardingsphere/core/keygen/KeyGeneratorFactoryTest.java | 2 +- .../io/shardingsphere/core/keygen/fixture/FixedTimeService.java | 2 +- .../core/keygen/fixture/IncrementKeyGenerator.java | 2 +- .../test/java/io/shardingsphere/core/merger/AllMergerTests.java | 2 +- .../io/shardingsphere/core/merger/MergeEngineFactoryTest.java | 2 +- .../io/shardingsphere/core/merger/dal/DALMergeEngineTest.java | 2 +- .../core/merger/dal/show/ShowCreateTableMergedResultTest.java | 2 +- .../core/merger/dal/show/ShowDatabasesMergedResultTest.java | 2 +- .../core/merger/dal/show/ShowOtherMergedResultTest.java | 2 +- .../core/merger/dal/show/ShowTablesMergedResultTest.java | 2 +- .../io/shardingsphere/core/merger/dql/DQLMergeEngineTest.java | 2 +- .../core/merger/dql/common/DecoratorMergedResultTest.java | 2 +- .../core/merger/dql/common/MemoryMergedResultTest.java | 2 +- .../core/merger/dql/common/MemoryQueryResultRowTest.java | 2 +- .../core/merger/dql/common/StreamMergedResultTest.java | 2 +- .../merger/dql/common/fixture/TestDecoratorMergedResult.java | 2 +- .../core/merger/dql/common/fixture/TestMemoryMergedResult.java | 2 +- .../core/merger/dql/common/fixture/TestStreamMergedResult.java | 2 +- .../core/merger/dql/groupby/GroupByMemoryMergedResultTest.java | 2 +- .../core/merger/dql/groupby/GroupByRowComparatorTest.java | 2 +- .../core/merger/dql/groupby/GroupByStreamMergedResultTest.java | 2 +- .../core/merger/dql/groupby/GroupByValueTest.java | 2 +- .../groupby/aggregation/AccumulationAggregationUnitTest.java | 2 +- .../dql/groupby/aggregation/AggregationUnitFactoryTest.java | 2 +- .../merger/dql/groupby/aggregation/AllAggregationTests.java | 2 +- .../dql/groupby/aggregation/AverageAggregationUnitTest.java | 2 +- .../dql/groupby/aggregation/ComparableAggregationUnitTest.java | 2 +- .../merger/dql/iterator/IteratorStreamMergedResultTest.java | 2 +- .../shardingsphere/core/merger/dql/orderby/CompareUtilTest.java | 2 +- .../core/merger/dql/orderby/OrderByStreamMergedResultTest.java | 2 +- .../core/merger/dql/orderby/OrderByValueTest.java | 2 +- .../merger/dql/pagination/LimitDecoratorMergedResultTest.java | 2 +- .../dql/pagination/RowNumberDecoratorMergedResultTest.java | 2 +- .../pagination/TopAndRowNumberDecoratorMergedResultTest.java | 2 +- .../io/shardingsphere/core/merger/fixture/TestQueryResult.java | 2 +- .../io/shardingsphere/core/optimizer/AllOptimizerTests.java | 2 +- .../shardingsphere/core/optimizer/InsertOptimizeEngineTest.java | 2 +- .../shardingsphere/core/optimizer/QueryOptimizeEngineTest.java | 2 +- .../java/io/shardingsphere/core/parsing/AllParsingTests.java | 2 +- .../java/io/shardingsphere/core/parsing/SQLJudgeEngineTest.java | 2 +- .../core/parsing/integrate/AllParsingIntegrateTests.java | 2 +- .../core/parsing/integrate/asserts/ParserResultSetLoader.java | 2 +- .../core/parsing/integrate/asserts/SQLStatementAssert.java | 2 +- .../parsing/integrate/asserts/SQLStatementAssertMessage.java | 2 +- .../parsing/integrate/asserts/condition/ConditionAssert.java | 2 +- .../core/parsing/integrate/asserts/groupby/GroupByAssert.java | 2 +- .../core/parsing/integrate/asserts/index/IndexAssert.java | 2 +- .../integrate/asserts/item/AggregationSelectItemAssert.java | 2 +- .../core/parsing/integrate/asserts/item/ItemAssert.java | 2 +- .../core/parsing/integrate/asserts/limit/LimitAssert.java | 2 +- .../core/parsing/integrate/asserts/orderby/OrderByAssert.java | 2 +- .../core/parsing/integrate/asserts/table/TableAssert.java | 2 +- .../integrate/asserts/token/GeneratedKeyTokenAssert.java | 2 +- .../core/parsing/integrate/asserts/token/IndexTokenAssert.java | 2 +- .../integrate/asserts/token/InsertValuesTokenAssert.java | 2 +- .../core/parsing/integrate/asserts/token/ItemsTokenAssert.java | 2 +- .../core/parsing/integrate/asserts/token/OffsetTokenAssert.java | 2 +- .../parsing/integrate/asserts/token/OrderByTokenAssert.java | 2 +- .../parsing/integrate/asserts/token/RowCountTokenAssert.java | 2 +- .../core/parsing/integrate/asserts/token/TableTokenAssert.java | 2 +- .../core/parsing/integrate/asserts/token/TokenAssert.java | 2 +- .../integrate/engine/AbstractBaseIntegrateSQLParsingTest.java | 2 +- .../integrate/engine/IntegrateSupportedSQLParsingTest.java | 2 +- .../integrate/engine/IntegrateUnsupportedSQLParsingTest.java | 2 +- .../parsing/integrate/jaxb/condition/ExpectedAndCondition.java | 2 +- .../parsing/integrate/jaxb/condition/ExpectedCondition.java | 2 +- .../parsing/integrate/jaxb/condition/ExpectedOrCondition.java | 2 +- .../core/parsing/integrate/jaxb/condition/ExpectedValue.java | 2 +- .../parsing/integrate/jaxb/groupby/ExpectedGroupByColumn.java | 2 +- .../integrate/jaxb/item/ExpectedAggregationSelectItem.java | 2 +- .../core/parsing/integrate/jaxb/limit/ExpectedLimit.java | 2 +- .../parsing/integrate/jaxb/orderby/ExpectedOrderByColumn.java | 2 +- .../core/parsing/integrate/jaxb/root/ParserResult.java | 2 +- .../core/parsing/integrate/jaxb/root/ParserResultSet.java | 2 +- .../core/parsing/integrate/jaxb/table/ExpectedTable.java | 2 +- .../parsing/integrate/jaxb/token/ExpectedGeneratedKeyToken.java | 2 +- .../core/parsing/integrate/jaxb/token/ExpectedIndexToken.java | 2 +- .../parsing/integrate/jaxb/token/ExpectedInsertColumnToken.java | 2 +- .../parsing/integrate/jaxb/token/ExpectedInsertValuesToken.java | 2 +- .../core/parsing/integrate/jaxb/token/ExpectedItemsToken.java | 2 +- .../core/parsing/integrate/jaxb/token/ExpectedOffsetToken.java | 2 +- .../core/parsing/integrate/jaxb/token/ExpectedOrderByToken.java | 2 +- .../parsing/integrate/jaxb/token/ExpectedRowCountToken.java | 2 +- .../core/parsing/integrate/jaxb/token/ExpectedTableToken.java | 2 +- .../core/parsing/integrate/jaxb/token/ExpectedTokens.java | 2 +- .../io/shardingsphere/core/parsing/lexer/AllLexerTests.java | 2 +- .../java/io/shardingsphere/core/parsing/lexer/LexerAssert.java | 2 +- .../java/io/shardingsphere/core/parsing/lexer/LexerTest.java | 2 +- .../core/parsing/lexer/analyzer/CharTypeTest.java | 2 +- .../core/parsing/lexer/analyzer/TokenizerTest.java | 2 +- .../core/parsing/lexer/dialect/mysql/MySQLLexerTest.java | 2 +- .../core/parsing/lexer/dialect/oracle/OracleLexerTest.java | 2 +- .../parsing/lexer/dialect/postgresql/PostgreSQLLexerTest.java | 2 +- .../parsing/lexer/dialect/sqlserver/SQLServerLexerTest.java | 2 +- .../core/parsing/parser/context/OrderItemTest.java | 2 +- .../core/parsing/parser/context/condition/ConditionTest.java | 2 +- .../core/parsing/parser/sql/AbstractStatementParserTest.java | 2 +- .../core/parsing/parser/sql/AllStatementParserTests.java | 2 +- .../core/parsing/parser/sql/DeleteStatementParserTest.java | 2 +- .../core/parsing/parser/sql/InsertStatementParserTest.java | 2 +- .../core/parsing/parser/sql/SelectStatementTest.java | 2 +- .../core/parsing/parser/sql/UpdateStatementParserTest.java | 2 +- .../java/io/shardingsphere/core/rewrite/AllRewriteTests.java | 2 +- .../java/io/shardingsphere/core/rewrite/SQLBuilderTest.java | 2 +- .../io/shardingsphere/core/rewrite/SQLRewriteEngineTest.java | 2 +- .../java/io/shardingsphere/core/routing/AllRoutingTests.java | 2 +- .../test/java/io/shardingsphere/core/routing/DatabaseTest.java | 2 +- .../core/routing/router/DatabaseHintSQLRouterTest.java | 2 +- .../type/broadcast/DatabaseBroadcastRoutingEngineTest.java | 2 +- .../routing/type/broadcast/TableBroadcastRoutingEngineTest.java | 2 +- .../core/routing/type/ignore/IgnoreRoutingEngineTest.java | 2 +- .../src/test/java/io/shardingsphere/core/rule/AllRuleTests.java | 2 +- .../java/io/shardingsphere/core/rule/BindingTableRuleTest.java | 2 +- .../src/test/java/io/shardingsphere/core/rule/DataNodeTest.java | 2 +- .../java/io/shardingsphere/core/rule/MasterSlaveRuleTest.java | 2 +- .../shardingsphere/core/rule/ShardingDataSourceNamesTest.java | 2 +- .../test/java/io/shardingsphere/core/rule/ShardingRuleTest.java | 2 +- .../test/java/io/shardingsphere/core/rule/TableRuleTest.java | 2 +- .../src/test/java/io/shardingsphere/core/util/AllUtilTests.java | 2 +- .../io/shardingsphere/core/util/InlineExpressionParserTest.java | 2 +- .../test/java/io/shardingsphere/core/util/NumberUtilTest.java | 2 +- .../java/io/shardingsphere/core/util/SQLPlaceholderUtil.java | 2 +- .../src/test/java/io/shardingsphere/core/util/SQLUtilTest.java | 2 +- .../test/java/io/shardingsphere/core/util/StringUtilTest.java | 2 +- .../src/test/java/io/shardingsphere/core/yaml/AllYamlTests.java | 2 +- .../core/yaml/masterslave/YamlMasterSlaveConfigurationTest.java | 2 +- .../yaml/masterslave/YamlMasterSlaveRuleConfigurationTest.java | 2 +- .../core/yaml/sharding/YamlShardingConfigurationTest.java | 2 +- .../core/yaml/sharding/YamlShardingRuleConfigurationTest.java | 2 +- .../yaml/sharding/YamlShardingStrategyConfigurationTest.java | 2 +- .../core/yaml/sharding/YamlTableRuleConfigurationTest.java | 2 +- .../spring/boot/OrchestrationSpringBootConfiguration.java | 2 +- .../SpringBootMasterSlaveRuleConfigurationProperties.java | 2 +- .../SpringBootOrchestrationConfigurationProperties.java | 2 +- .../sharding/SpringBootShardingRuleConfigurationProperties.java | 2 +- .../jdbc/orchestration/spring/boot/util/PropertyUtil.java | 2 +- .../test/java/io/shardingsphere/jdbc/spring/boot/AllTests.java | 2 +- .../boot/type/OrchestrationSpringBootMasterSlaveTest.java | 2 +- .../spring/boot/type/OrchestrationSpringBootShardingTest.java | 2 +- .../jdbc/spring/boot/util/EmbedTestingServer.java | 2 +- .../OrchestrationMasterSlaveDataSourceFactoryBean.java | 2 +- .../datasource/OrchestrationShardingDataSourceFactoryBean.java | 2 +- .../spring/datasource/SpringMasterSlaveDataSource.java | 2 +- .../spring/datasource/SpringShardingDataSource.java | 2 +- .../constants/EtcdRegistryCenterBeanDefinitionParserTag.java | 2 +- .../constants/MasterSlaveDataSourceBeanDefinitionParserTag.java | 2 +- .../constants/ShardingDataSourceBeanDefinitionParserTag.java | 2 +- .../constants/ShardingStrategyBeanDefinitionParserTag.java | 2 +- .../ZookeeperRegistryCenterBeanDefinitionParserTag.java | 2 +- .../handler/OrchestrationMasterSlaveNamespaceHandler.java | 2 +- .../handler/OrchestrationShardingNamespaceHandler.java | 2 +- .../spring/namespace/handler/RegNamespaceHandler.java | 2 +- .../parser/AbstractOrchestrationBeanDefinitionParser.java | 2 +- .../spring/namespace/parser/EtcdBeanDefinitionParser.java | 2 +- .../OrchestrationMasterSlaveDataSourceBeanDefinitionParser.java | 2 +- .../OrchestrationShardingDataSourceBeanDefinitionParser.java | 2 +- .../spring/namespace/parser/ShardingStrategyBeanDefinition.java | 2 +- .../namespace/parser/ShardingStrategyBeanDefinitionParser.java | 2 +- .../spring/namespace/parser/ZookeeperBeanDefinitionParser.java | 2 +- .../io/shardingsphere/jdbc/orchestration/spring/AllTests.java | 2 +- .../spring/OrchestrationMasterSlaveNamespaceTest.java | 2 +- .../spring/OrchestrationShardingMasterSlaveNamespaceTest.java | 2 +- .../spring/OrchestrationShardingNamespaceTest.java | 2 +- .../spring/algorithm/DefaultComplexKeysShardingAlgorithm.java | 2 +- .../spring/algorithm/DefaultHintShardingAlgorithm.java | 2 +- .../algorithm/PreciseModuloDatabaseShardingAlgorithm.java | 2 +- .../spring/algorithm/PreciseModuloTableShardingAlgorithm.java | 2 +- .../spring/algorithm/RangeModuloDatabaseShardingAlgorithm.java | 2 +- .../spring/algorithm/RangeModuloTableShardingAlgorithm.java | 2 +- .../orchestration/spring/fixture/DecrementKeyGenerator.java | 2 +- .../orchestration/spring/fixture/IncrementKeyGenerator.java | 2 +- .../jdbc/orchestration/spring/util/EmbedTestingServer.java | 2 +- .../jdbc/orchestration/spring/util/FieldValueUtil.java | 2 +- .../api/OrchestrationMasterSlaveDataSourceFactory.java | 2 +- .../api/OrchestrationShardingDataSourceFactory.java | 2 +- .../orchestration/api/config/OrchestrationConfiguration.java | 2 +- .../api/util/OrchestrationDataSourceCloseableUtil.java | 2 +- .../jdbc/orchestration/internal/OrchestrationFacade.java | 2 +- .../internal/OrchestrationMasterSlaveDataSource.java | 2 +- .../orchestration/internal/OrchestrationShardingDataSource.java | 2 +- .../orchestration/internal/config/ConfigMapListenerManager.java | 2 +- .../internal/config/ConfigurationListenerManager.java | 2 +- .../jdbc/orchestration/internal/config/ConfigurationNode.java | 2 +- .../orchestration/internal/config/ConfigurationService.java | 2 +- .../internal/jdbc/connection/CircuitBreakerConnection.java | 2 +- .../internal/jdbc/datasource/CircuitBreakerDataSource.java | 2 +- .../internal/jdbc/metadata/CircuitBreakerDatabaseMetaData.java | 2 +- .../internal/jdbc/resultset/CircuitBreakerResultSet.java | 2 +- .../jdbc/resultset/CircuitBreakerResultSetMetaData.java | 2 +- .../jdbc/statement/CircuitBreakerPreparedStatement.java | 2 +- .../internal/jdbc/statement/CircuitBreakerStatement.java | 2 +- .../orchestration/internal/json/DataSourceGsonTypeAdapter.java | 2 +- .../internal/json/DataSourceGsonTypeConstants.java | 2 +- .../orchestration/internal/json/DataSourceJsonConverter.java | 2 +- .../jdbc/orchestration/internal/json/GsonFactory.java | 2 +- .../internal/json/KeyGeneratorGsonTypeAdapter.java | 2 +- .../json/MasterSlaveLoadBalanceAlgorithmGsonTypeAdapter.java | 2 +- .../internal/json/MasterSlaveRuleConfigurationConverter.java | 2 +- .../internal/json/ShardingRuleConfigurationConverter.java | 2 +- .../json/ShardingStrategyConfigurationGsonTypeAdapter.java | 2 +- .../jdbc/orchestration/internal/listener/ListenerFactory.java | 2 +- .../jdbc/orchestration/internal/listener/ListenerManager.java | 2 +- .../jdbc/orchestration/internal/state/StateNode.java | 2 +- .../jdbc/orchestration/internal/state/StateNodeStatus.java | 2 +- .../internal/state/datasource/DataSourceListenerManager.java | 2 +- .../internal/state/datasource/DataSourceService.java | 2 +- .../internal/state/instance/InstanceListenerManager.java | 2 +- .../internal/state/instance/InstanceStateService.java | 2 +- .../internal/state/instance/OrchestrationInstance.java | 2 +- .../jdbc/orchestration/internal/util/IpUtils.java | 2 +- .../jdbc/orchestration/reg/api/RegistryCenter.java | 2 +- .../jdbc/orchestration/reg/api/RegistryCenterConfiguration.java | 2 +- .../jdbc/orchestration/reg/etcd/EtcdConfiguration.java | 2 +- .../jdbc/orchestration/reg/etcd/EtcdRegistryCenter.java | 2 +- .../reg/etcd/internal/channel/EtcdChannelFactory.java | 2 +- .../reg/etcd/internal/channel/EtcdNameSolverFactory.java | 2 +- .../orchestration/reg/etcd/internal/keepalive/KeepAlive.java | 2 +- .../orchestration/reg/etcd/internal/retry/EtcdRetryEngine.java | 2 +- .../reg/etcd/internal/watcher/EtcdWatchStreamObserver.java | 2 +- .../jdbc/orchestration/reg/exception/RegException.java | 2 +- .../jdbc/orchestration/reg/exception/RegExceptionHandler.java | 2 +- .../jdbc/orchestration/reg/listener/DataChangedEvent.java | 2 +- .../jdbc/orchestration/reg/listener/EventListener.java | 2 +- .../orchestration/reg/zookeeper/ZookeeperConfiguration.java | 2 +- .../orchestration/reg/zookeeper/ZookeeperRegistryCenter.java | 2 +- .../jdbc/orchestration/yaml/YamlOrchestrationConfiguration.java | 2 +- .../yaml/YamlOrchestrationMasterSlaveRuleConfiguration.java | 2 +- .../yaml/YamlOrchestrationShardingRuleConfiguration.java | 2 +- .../java/io/shardingsphere/jdbc/orchestration/AllTests.java | 2 +- .../jdbc/orchestration/internal/AllInternalTests.java | 2 +- .../orchestration/internal/config/ConfigurationNodeTest.java | 2 +- .../jdbc/orchestration/internal/jdbc/AllJdbcTests.java | 2 +- .../internal/jdbc/connection/CircuitBreakerConnectionTest.java | 2 +- .../internal/jdbc/datasource/CircuitBreakerDataSourceTest.java | 2 +- .../jdbc/metadata/CircuitBreakerDatabaseMetaDataTest.java | 2 +- .../internal/json/DataSourceJsonConverterTest.java | 2 +- .../internal/json/ShardingRuleConfigurationConverterTest.java | 2 +- .../internal/json/fixture/TestComplexKeysShardingAlgorithm.java | 2 +- .../internal/json/fixture/TestHintShardingAlgorithm.java | 2 +- .../internal/json/fixture/TestPreciseShardingAlgorithm.java | 2 +- .../internal/json/fixture/TestRangeShardingAlgorithm.java | 2 +- .../jdbc/orchestration/util/EmbedTestingServer.java | 2 +- .../jdbc/orchestration/yaml/AbstractYamlDataSourceTest.java | 2 +- .../io/shardingsphere/jdbc/orchestration/yaml/AllYamlTests.java | 2 +- .../jdbc/orchestration/yaml/fixture/DecrementKeyGenerator.java | 2 +- .../jdbc/orchestration/yaml/fixture/IncrementKeyGenerator.java | 2 +- .../jdbc/orchestration/yaml/fixture/MultiAlgorithm.java | 2 +- .../jdbc/orchestration/yaml/fixture/SingleAlgorithm.java | 2 +- .../masterslave/YamlOrchestrationMasterSlaveIntegrateTest.java | 2 +- .../yaml/sharding/YamlOrchestrationShardingIntegrateTest.java | 2 +- .../YamlOrchestrationShardingWithMasterSlaveIntegrateTest.java | 2 +- .../io/shardingsphere/plugin/keygen/HostNameKeyGenerator.java | 2 +- .../java/io/shardingsphere/plugin/keygen/IPKeyGenerator.java | 2 +- .../io/shardingsphere/plugin/keygen/IPSectionKeyGenerator.java | 2 +- .../src/test/java/io/shardingsphere/plugin/keygen/AllTests.java | 2 +- .../shardingsphere/plugin/keygen/HostNameKeyGeneratorTest.java | 2 +- .../io/shardingsphere/plugin/keygen/IPKeyGeneratorTest.java | 2 +- .../shardingsphere/plugin/keygen/IPSectionKeyGeneratorTest.java | 2 +- .../jdbc/spring/boot/SpringBootConfiguration.java | 2 +- .../SpringBootMasterSlaveRuleConfigurationProperties.java | 2 +- .../sharding/SpringBootShardingRuleConfigurationProperties.java | 2 +- .../io/shardingsphere/jdbc/spring/boot/util/PropertyUtil.java | 2 +- .../test/java/io/shardingsphere/jdbc/spring/boot/AllTests.java | 2 +- .../jdbc/spring/boot/type/SpringBootMasterSlaveTest.java | 2 +- .../jdbc/spring/boot/type/SpringBootShardingTest.java | 2 +- .../jdbc/spring/datasource/SpringMasterSlaveDataSource.java | 2 +- .../jdbc/spring/datasource/SpringShardingDataSource.java | 2 +- .../constants/MasterSlaveDataSourceBeanDefinitionParserTag.java | 2 +- .../constants/ShardingDataSourceBeanDefinitionParserTag.java | 2 +- .../constants/ShardingStrategyBeanDefinitionParserTag.java | 2 +- .../spring/namespace/handler/MasterSlaveNamespaceHandler.java | 2 +- .../jdbc/spring/namespace/handler/ShardingNamespaceHandler.java | 2 +- .../parser/MasterSlaveDataSourceBeanDefinitionParser.java | 2 +- .../parser/ShardingDataSourceBeanDefinitionParser.java | 2 +- .../spring/namespace/parser/ShardingStrategyBeanDefinition.java | 2 +- .../namespace/parser/ShardingStrategyBeanDefinitionParser.java | 2 +- .../AbstractShardingBothDataBasesAndTablesSpringDBUnitTest.java | 2 +- .../io/shardingsphere/jdbc/spring/AbstractSpringDBUnitTest.java | 2 +- .../src/test/java/io/shardingsphere/jdbc/spring/AllTests.java | 2 +- .../io/shardingsphere/jdbc/spring/GenerateKeyDBUnitTest.java | 2 +- .../io/shardingsphere/jdbc/spring/MasterSlaveNamespaceTest.java | 2 +- .../io/shardingsphere/jdbc/spring/ShardingNamespaceTest.java | 2 +- .../spring/algorithm/DefaultComplexKeysShardingAlgorithm.java | 2 +- .../jdbc/spring/algorithm/DefaultHintShardingAlgorithm.java | 2 +- .../algorithm/PreciseModuloDatabaseShardingAlgorithm.java | 2 +- .../spring/algorithm/PreciseModuloTableShardingAlgorithm.java | 2 +- .../spring/algorithm/RangeModuloDatabaseShardingAlgorithm.java | 2 +- .../spring/algorithm/RangeModuloTableShardingAlgorithm.java | 2 +- .../jdbc/spring/cases/WithNamespaceAlgorithmClassTest.java | 2 +- .../jdbc/spring/cases/WithNamespaceAlgorithmExpressionTest.java | 2 +- .../jdbc/spring/cases/WithNamespaceBindingTablesTest.java | 2 +- .../jdbc/spring/cases/WithNamespaceDefaultStrategyTest.java | 2 +- .../jdbc/spring/cases/WithNamespaceDifferentTablesTest.java | 2 +- .../WithNamespaceForMasterSlaveWithDefaultStrategyTest.java | 2 +- .../cases/WithNamespaceForMasterSlaveWithStrategyRefTest.java | 2 +- .../cases/WithNamespaceForMasterSlaveWithStrategyTypeTest.java | 2 +- .../jdbc/spring/cases/WithNamespaceLogicIndexTest.java | 2 +- .../jdbc/spring/fixture/DecrementKeyGenerator.java | 2 +- .../jdbc/spring/fixture/IncrementKeyGenerator.java | 2 +- .../java/io/shardingsphere/jdbc/spring/util/FieldValueUtil.java | 2 +- .../config/AsyncSoftTransactionJobConfiguration.java | 2 +- .../io/shardingsphere/transaction/job/BASETransactionJob.java | 2 +- .../transaction/job/BASETransactionJobBootStrap.java | 2 +- .../transaction/job/BASETransactionJobConfiguration.java | 2 +- .../transaction/job/BASETransactionJobFactory.java | 2 +- .../transaction/constants/SoftTransactionType.java | 2 +- .../transaction/constants/TransactionLogDataSourceType.java | 2 +- .../transaction/datasource/TransactionLogDataSource.java | 2 +- .../datasource/impl/MemoryTransactionLogDataSource.java | 2 +- .../datasource/impl/RdbTransactionLogDataSource.java | 2 +- .../transaction/exception/TransactionCompensationException.java | 2 +- .../transaction/exception/TransactionLogStorageException.java | 2 +- .../io/shardingsphere/transaction/storage/TransactionLog.java | 2 +- .../transaction/storage/TransactionLogStorage.java | 2 +- .../transaction/storage/TransactionLogStorageFactory.java | 2 +- .../transaction/storage/impl/MemoryTransactionLogStorage.java | 2 +- .../transaction/storage/impl/RdbTransactionLogStorage.java | 2 +- .../src/test/java/io/shardingsphere/transaction/AllTests.java | 2 +- .../shardingsphere/transaction/integrate/AllIntegrateTests.java | 2 +- .../storage/AbstractTransactionLogStorageOperationsTest.java | 2 +- .../storage/MemoryTransactionLogStorageOperationsTest.java | 2 +- .../storage/RdbTransactionLogStorageOperationsTest.java | 2 +- .../io/shardingsphere/transaction/storage/AllStorageTest.java | 2 +- .../transaction/storage/TransactionLogStorageFactoryTest.java | 2 +- .../storage/impl/MemoryTransactionLogStorageTest.java | 2 +- .../transaction/storage/impl/RdbTransactionLogStorageTest.java | 2 +- .../shardingsphere/transaction/api/AbstractSoftTransaction.java | 2 +- .../shardingsphere/transaction/api/SoftTransactionManager.java | 2 +- .../api/config/AbstractBestEffortsDeliveryJobConfiguration.java | 2 +- .../api/config/NestedBestEffortsDeliveryJobConfiguration.java | 2 +- .../transaction/api/config/SoftTransactionConfiguration.java | 2 +- .../io/shardingsphere/transaction/bed/BEDSoftTransaction.java | 2 +- .../transaction/bed/sync/BestEffortsDeliveryListener.java | 2 +- .../io/shardingsphere/transaction/tcc/TCCSoftTransaction.java | 2 +- .../java/io/shardingsphere/transaction/tcc/TCCWorkflow.java | 2 +- .../src/test/java/io/shardingsphere/transaction/AllTests.java | 2 +- .../transaction/api/SoftTransactionManagerTest.java | 2 +- .../base/AbstractSoftTransactionIntegrationTest.java | 2 +- .../transaction/base/AbstractSoftTransactionMockTest.java | 2 +- .../shardingsphere/transaction/bed/BEDSoftTransactionTest.java | 2 +- .../transaction/integrate/SoftTransactionTest.java | 2 +- .../shardingsphere/core/api/MasterSlaveDataSourceFactory.java | 2 +- .../io/shardingsphere/core/api/ShardingDataSourceFactory.java | 2 +- .../java/io/shardingsphere/core/executor/BaseStatementUnit.java | 2 +- .../java/io/shardingsphere/core/executor/ExecuteCallback.java | 2 +- .../java/io/shardingsphere/core/executor/ExecutorEngine.java | 2 +- .../core/executor/event/AbstractExecutionEvent.java | 2 +- .../core/executor/event/AbstractSQLExecutionEvent.java | 2 +- .../shardingsphere/core/executor/event/DMLExecutionEvent.java | 2 +- .../shardingsphere/core/executor/event/DQLExecutionEvent.java | 2 +- .../shardingsphere/core/executor/event/EventExecutionType.java | 2 +- .../core/executor/event/OverallExecutionEvent.java | 2 +- .../core/executor/threadlocal/ExecutorDataMap.java | 2 +- .../core/executor/threadlocal/ExecutorExceptionHandler.java | 2 +- .../executor/type/batch/BatchPreparedStatementExecutor.java | 2 +- .../core/executor/type/batch/BatchPreparedStatementUnit.java | 2 +- .../core/executor/type/prepared/PreparedStatementExecutor.java | 2 +- .../core/executor/type/prepared/PreparedStatementUnit.java | 2 +- .../core/executor/type/statement/StatementExecutor.java | 2 +- .../core/executor/type/statement/StatementUnit.java | 2 +- .../core/jdbc/adapter/AbstractConnectionAdapter.java | 2 +- .../core/jdbc/adapter/AbstractDataSourceAdapter.java | 2 +- .../adapter/AbstractMasterSlavePreparedStatementAdapter.java | 2 +- .../core/jdbc/adapter/AbstractResultSetAdapter.java | 2 +- .../jdbc/adapter/AbstractShardingPreparedStatementAdapter.java | 2 +- .../core/jdbc/adapter/AbstractStatementAdapter.java | 2 +- .../io/shardingsphere/core/jdbc/adapter/WrapperAdapter.java | 2 +- .../core/jdbc/adapter/invocation/JdbcMethodInvocation.java | 2 +- .../jdbc/adapter/invocation/SetParameterMethodInvocation.java | 2 +- .../java/io/shardingsphere/core/jdbc/core/ShardingContext.java | 2 +- .../core/jdbc/core/connection/MasterSlaveConnection.java | 2 +- .../core/jdbc/core/connection/ShardingConnection.java | 2 +- .../core/jdbc/core/datasource/MasterSlaveDataSource.java | 2 +- .../core/jdbc/core/datasource/NamedDataSource.java | 2 +- .../core/jdbc/core/datasource/ShardingDataSource.java | 2 +- .../core/jdbc/core/resultset/GeneratedKeysResultSet.java | 2 +- .../jdbc/core/resultset/GeneratedKeysResultSetMetaData.java | 2 +- .../shardingsphere/core/jdbc/core/resultset/ResultSetUtil.java | 2 +- .../core/jdbc/core/resultset/ShardingResultSet.java | 2 +- .../core/jdbc/core/statement/MasterSlavePreparedStatement.java | 2 +- .../core/jdbc/core/statement/MasterSlaveStatement.java | 2 +- .../core/jdbc/core/statement/ShardingPreparedStatement.java | 2 +- .../core/jdbc/core/statement/ShardingStatement.java | 2 +- .../shardingsphere/core/jdbc/metadata/JDBCShardingMetaData.java | 2 +- .../core/jdbc/metadata/ShardingMetaDataHandlerFactory.java | 2 +- .../jdbc/metadata/dialect/DefaultShardingMetaDataHandler.java | 2 +- .../core/jdbc/metadata/dialect/H2ShardingMetaDataHandler.java | 2 +- .../jdbc/metadata/dialect/MySQLShardingMetaDataHandler.java | 2 +- .../core/jdbc/metadata/dialect/ShardingMetaDataHandler.java | 2 +- .../unsupported/AbstractUnsupportedGeneratedKeysResultSet.java | 2 +- .../unsupported/AbstractUnsupportedOperationConnection.java | 2 +- .../unsupported/AbstractUnsupportedOperationDataSource.java | 2 +- .../AbstractUnsupportedOperationPreparedStatement.java | 2 +- .../jdbc/unsupported/AbstractUnsupportedOperationResultSet.java | 2 +- .../jdbc/unsupported/AbstractUnsupportedOperationStatement.java | 2 +- .../AbstractUnsupportedUpdateOperationResultSet.java | 2 +- .../java/io/shardingsphere/core/merger/JDBCQueryResult.java | 2 +- .../main/java/io/shardingsphere/core/util/DataSourceUtil.java | 2 +- .../main/java/io/shardingsphere/core/util/EventBusInstance.java | 2 +- .../src/test/java/io/shardingsphere/core/AllTests.java | 2 +- .../src/test/java/io/shardingsphere/core/AllUnitTests.java | 2 +- .../src/test/java/io/shardingsphere/core/api/AllApiTests.java | 2 +- .../core/api/MasterSlaveDataSourceFactoryTest.java | 2 +- .../shardingsphere/core/api/ShardingDataSourceFactoryTest.java | 2 +- .../shardingsphere/core/common/base/AbstractSQLAssertTest.java | 2 +- .../io/shardingsphere/core/common/base/AbstractSQLTest.java | 2 +- .../common/base/AbstractShardingJDBCDatabaseAndTableTest.java | 2 +- .../io/shardingsphere/core/common/env/DatabaseEnvironment.java | 2 +- .../core/common/env/ShardingJdbcDatabaseTester.java | 2 +- .../io/shardingsphere/core/common/env/ShardingTestStrategy.java | 2 +- .../java/io/shardingsphere/core/executor/AllExecutorTests.java | 2 +- .../io/shardingsphere/core/executor/fixture/EventCaller.java | 2 +- .../shardingsphere/core/executor/fixture/ExecutorTestUtil.java | 2 +- .../core/executor/fixture/TestDMLExecutionEventListener.java | 2 +- .../core/executor/fixture/TestDQLExecutionEventListener.java | 2 +- .../executor/fixture/TestOverallExecutionEventListener.java | 2 +- .../core/executor/threadlocal/ExecutorExceptionHandlerTest.java | 2 +- .../core/executor/type/AbstractBaseExecutorTest.java | 2 +- .../core/executor/type/BatchPreparedStatementExecutorTest.java | 2 +- .../core/executor/type/PreparedStatementExecutorTest.java | 2 +- .../core/executor/type/StatementExecutorTest.java | 2 +- .../io/shardingsphere/core/fixture/IncrementKeyGenerator.java | 2 +- .../core/fixture/PreciseOrderShardingAlgorithm.java | 2 +- .../core/fixture/RangeOrderShardingAlgorithm.java | 2 +- .../java/io/shardingsphere/core/fixture/TestDataSource.java | 2 +- .../io/shardingsphere/core/integrate/AllIntegrateTests.java | 2 +- .../shardingsphere/core/integrate/api/AllAPIIntegrateTests.java | 2 +- .../core/integrate/api/yaml/AbstractYamlDataSourceTest.java | 2 +- .../io/shardingsphere/core/integrate/api/yaml/AllYamlTests.java | 2 +- .../core/integrate/api/yaml/YamlMasterSlaveIntegrateTest.java | 2 +- .../core/integrate/api/yaml/YamlShardingIntegrateTest.java | 2 +- .../api/yaml/YamlShardingWithMasterSlaveIntegrateTest.java | 2 +- .../core/integrate/api/yaml/fixture/DecrementKeyGenerator.java | 2 +- .../core/integrate/api/yaml/fixture/IncrementKeyGenerator.java | 2 +- .../core/integrate/api/yaml/fixture/MultiAlgorithm.java | 2 +- .../core/integrate/api/yaml/fixture/SingleAlgorithm.java | 2 +- .../fixture/ComplexKeysModuloDatabaseShardingAlgorithm.java | 2 +- .../integrate/fixture/HintModuloDatabaseShardingAlgorithm.java | 2 +- .../fixture/PreciseModuloDatabaseShardingAlgorithm.java | 2 +- .../integrate/fixture/PreciseModuloTableShardingAlgorithm.java | 2 +- .../integrate/fixture/RangeModuloDatabaseShardingAlgorithm.java | 2 +- .../integrate/fixture/RangeModuloTableShardingAlgorithm.java | 2 +- .../java/io/shardingsphere/core/integrate/jaxb/SQLAssert.java | 2 +- .../io/shardingsphere/core/integrate/jaxb/SQLAssertData.java | 2 +- .../java/io/shardingsphere/core/integrate/jaxb/SQLAsserts.java | 2 +- .../io/shardingsphere/core/integrate/jaxb/SQLParameters.java | 2 +- .../io/shardingsphere/core/integrate/jaxb/SQLShardingRule.java | 2 +- .../core/integrate/jaxb/helper/SQLAssertJAXBHelper.java | 2 +- .../io/shardingsphere/core/integrate/sql/DatabaseTestSQL.java | 2 +- .../core/integrate/type/ms/AbstractMasterSlaveOnlyTest.java | 2 +- .../core/integrate/type/ms/MasterSlaveOnlyDMLAndDDLTest.java | 2 +- .../core/integrate/type/ms/MasterSlaveOnlyDQLTest.java | 2 +- .../type/sharding/AbstractNullableShardingTableOnlyTest.java | 2 +- .../type/sharding/AbstractShardingDatabaseAndTableTest.java | 2 +- .../type/sharding/AbstractShardingDatabaseOnlyTest.java | 2 +- .../type/sharding/AbstractShardingMasterSlaveTest.java | 2 +- .../integrate/type/sharding/AbstractShardingTableOnlyTest.java | 2 +- .../type/sharding/NullableShardingTableOnlyDMLAndDDLTest.java | 2 +- .../type/sharding/NullableShardingTableOnlyDQLTest.java | 2 +- .../type/sharding/ShardingDatabaseAndTableDMLAndDDLTest.java | 2 +- .../type/sharding/ShardingDatabaseAndTableDQLTest.java | 2 +- .../type/sharding/ShardingDatabaseOnlyDMLAndDDLTest.java | 2 +- .../integrate/type/sharding/ShardingDatabaseOnlyDQLTest.java | 2 +- .../type/sharding/ShardingMasterSlaveDMLAndDDLTest.java | 2 +- .../integrate/type/sharding/ShardingMasterSlaveDQLTest.java | 2 +- .../integrate/type/sharding/ShardingTableOnlyDMLAndDDLTest.java | 2 +- .../core/integrate/type/sharding/ShardingTableOnlyDQLTest.java | 2 +- .../integrate/type/sharding/hint/AllHintDatabaseOnlyTests.java | 2 +- .../integrate/type/sharding/hint/base/AbstractHintTest.java | 2 +- .../hint/base/AbstractRoutingDatabaseOnlyWithHintTest.java | 2 +- .../hint/base/AbstractShardingDatabaseOnlyWithHintTest.java | 2 +- .../sharding/hint/helper/HintDatabaseShardingValueHelper.java | 2 +- .../type/sharding/hint/helper/HintShardingValueHelper.java | 2 +- .../hint/type/RoutingDatabaseOnlyWithHintForDMLTest.java | 2 +- .../hint/type/RoutingDatabaseOnlyWithHintForSelectTest.java | 2 +- .../hint/type/ShardingDatabaseOnlyWithHintForDMLTest.java | 2 +- .../hint/type/ShardingDatabaseOnlyWithHintForSelectTest.java | 2 +- .../src/test/java/io/shardingsphere/core/jdbc/AllJDBCTests.java | 2 +- .../io/shardingsphere/core/jdbc/adapter/AllAdapterTests.java | 2 +- .../shardingsphere/core/jdbc/adapter/ConnectionAdapterTest.java | 2 +- .../shardingsphere/core/jdbc/adapter/DataSourceAdapterTest.java | 2 +- .../core/jdbc/adapter/PreparedStatementAdapterTest.java | 2 +- .../shardingsphere/core/jdbc/adapter/ResultSetAdapterTest.java | 2 +- .../core/jdbc/adapter/ResultSetGetterAdapterTest.java | 2 +- .../shardingsphere/core/jdbc/adapter/StatementAdapterTest.java | 2 +- .../core/jdbc/adapter/invocation/JdbcMethodInvocationTest.java | 2 +- .../adapter/invocation/SetParameterMethodInvocationTest.java | 2 +- .../java/io/shardingsphere/core/jdbc/core/AllCoreTests.java | 2 +- .../core/jdbc/core/connection/ShardingConnectionTest.java | 2 +- .../core/jdbc/core/datasource/MasterSlaveDataSourceTest.java | 2 +- .../core/jdbc/core/datasource/ShardingDataSourceTest.java | 2 +- .../jdbc/core/resultset/GeneratedKeysResultSetMetaDataTest.java | 2 +- .../core/jdbc/core/resultset/GeneratedKeysResultSetTest.java | 2 +- .../core/jdbc/core/resultset/ResultSetUtilTest.java | 2 +- .../core/jdbc/core/resultset/ShardingResultSetTest.java | 2 +- .../core/jdbc/core/statement/ShardingPreparedStatementTest.java | 2 +- .../core/jdbc/core/statement/ShardingStatementTest.java | 2 +- .../core/jdbc/unsupported/AllUnsupportedTests.java | 2 +- .../jdbc/unsupported/UnsupportedGeneratedKeysResultSetTest.java | 2 +- .../jdbc/unsupported/UnsupportedOperationConnectionTest.java | 2 +- .../jdbc/unsupported/UnsupportedOperationDataSourceTest.java | 2 +- .../unsupported/UnsupportedOperationPreparedStatementTest.java | 2 +- .../jdbc/unsupported/UnsupportedOperationResultSetTest.java | 2 +- .../jdbc/unsupported/UnsupportedOperationStatementTest.java | 2 +- .../unsupported/UnsupportedUpdateOperationResultSetTest.java | 2 +- .../test/java/io/shardingsphere/core/jdbc/util/JDBCTestSQL.java | 2 +- .../src/test/java/io/shardingsphere/core/util/AllUtilTests.java | 2 +- .../src/test/java/io/shardingsphere/core/util/DBUnitUtil.java | 2 +- .../java/io/shardingsphere/core/util/DataSourceUtilTest.java | 2 +- .../java/io/shardingsphere/core/util/EventBusInstanceTest.java | 2 +- .../test/java/io/shardingsphere/core/util/SQLAssertHelper.java | 2 +- .../java/io/shardingsphere/core/util/SQLPlaceholderUtil.java | 2 +- .../io/shardingsphere/opentracing/ExecuteEventListener.java | 2 +- .../java/io/shardingsphere/opentracing/ShardingJDBCTracer.java | 2 +- .../shardingsphere/opentracing/config/ConfigurationLoader.java | 2 +- .../shardingsphere/opentracing/config/ConfigurationParser.java | 2 +- .../opentracing/config/OpentracingConfigurationParser.java | 2 +- .../src/test/java/io/shardingsphere/opentracing/AllTests.java | 2 +- .../io/shardingsphere/opentracing/ExecuteEventListenerTest.java | 2 +- .../io/shardingsphere/opentracing/ShardingJDBCTracerTest.java | 2 +- .../opentracing/config/ConfigurationLoaderTest.java | 2 +- .../java/io/shardingsphere/opentracing/fixture/FooTracer.java | 2 +- .../src/main/java/io/shardingsphere/proxy/Bootstrap.java | 2 +- .../io/shardingsphere/proxy/backend/common/BackendHandler.java | 2 +- .../proxy/backend/common/SQLExecuteBackendHandler.java | 2 +- .../proxy/backend/common/StatementExecuteBackendHandler.java | 2 +- .../proxy/backend/mysql/MySQLPacketQueryResult.java | 2 +- .../backend/mysql/MySQLPacketStatementExecuteQueryResult.java | 2 +- .../main/java/io/shardingsphere/proxy/config/RuleRegistry.java | 2 +- .../java/io/shardingsphere/proxy/frontend/ShardingProxy.java | 2 +- .../shardingsphere/proxy/frontend/common/FrontendHandler.java | 2 +- .../proxy/frontend/common/FrontendHandlerFactory.java | 2 +- .../proxy/frontend/mysql/MySQLFrontendHandler.java | 2 +- .../proxy/frontend/netty/ServerHandlerInitializer.java | 2 +- .../io/shardingsphere/proxy/metadata/ProxyShardingMetaData.java | 2 +- .../shardingsphere/proxy/metadata/ShardingMetaDataHandler.java | 2 +- .../proxy/transport/common/codec/PacketCodec.java | 2 +- .../proxy/transport/common/codec/PacketCodecFactory.java | 2 +- .../proxy/transport/common/packet/DatabaseProtocolPacket.java | 2 +- .../proxy/transport/mysql/codec/MySQLPacketCodec.java | 2 +- .../proxy/transport/mysql/constant/CapabilityFlag.java | 2 +- .../proxy/transport/mysql/constant/ColumnType.java | 2 +- .../proxy/transport/mysql/constant/NewParametersBoundFlag.java | 2 +- .../proxy/transport/mysql/constant/ServerInfo.java | 2 +- .../proxy/transport/mysql/constant/StatusFlag.java | 2 +- .../proxy/transport/mysql/packet/MySQLPacket.java | 2 +- .../proxy/transport/mysql/packet/MySQLPacketPayload.java | 2 +- .../proxy/transport/mysql/packet/command/CommandPacket.java | 2 +- .../transport/mysql/packet/command/CommandPacketFactory.java | 2 +- .../proxy/transport/mysql/packet/command/CommandPacketType.java | 2 +- .../transport/mysql/packet/command/CommandResponsePackets.java | 2 +- .../mysql/packet/command/UnsupportedCommandPacket.java | 2 +- .../packet/command/statement/PreparedStatementRegistry.java | 2 +- .../packet/command/statement/close/ComStmtClosePacket.java | 2 +- .../mysql/packet/command/statement/close/DummyPacket.java | 2 +- .../command/statement/execute/BinaryProtocolValueUtility.java | 2 +- .../command/statement/execute/BinaryResultSetRowPacket.java | 2 +- .../packet/command/statement/execute/ComStmtExecutePacket.java | 2 +- .../mysql/packet/command/statement/execute/NullBitmap.java | 2 +- .../command/statement/execute/PreparedStatementParameter.java | 2 +- .../statement/execute/PreparedStatementParameterHeader.java | 2 +- .../command/statement/prepare/ComStmtPrepareOKPacket.java | 2 +- .../packet/command/statement/prepare/ComStmtPreparePacket.java | 2 +- .../mysql/packet/command/text/fieldlist/ComFieldListPacket.java | 2 +- .../mysql/packet/command/text/initdb/ComInitDbPacket.java | 2 +- .../packet/command/text/query/ColumnDefinition41Packet.java | 2 +- .../mysql/packet/command/text/query/ComQueryPacket.java | 2 +- .../mysql/packet/command/text/query/FieldCountPacket.java | 2 +- .../mysql/packet/command/text/query/TextResultSetRowPacket.java | 2 +- .../transport/mysql/packet/command/text/quit/ComQuitPacket.java | 2 +- .../proxy/transport/mysql/packet/generic/EofPacket.java | 2 +- .../proxy/transport/mysql/packet/generic/ErrPacket.java | 2 +- .../proxy/transport/mysql/packet/generic/OKPacket.java | 2 +- .../proxy/transport/mysql/packet/handshake/AuthPluginData.java | 2 +- .../transport/mysql/packet/handshake/ConnectionIdGenerator.java | 2 +- .../proxy/transport/mysql/packet/handshake/HandshakePacket.java | 2 +- .../mysql/packet/handshake/HandshakeResponse41Packet.java | 2 +- .../proxy/transport/mysql/packet/handshake/RandomGenerator.java | 2 +- .../src/test/java/io/shardingsphere/proxy/AllTests.java | 2 +- .../java/io/shardingsphere/proxy/util/RandomGeneratorTest.java | 2 +- .../src/main/java/io/shardingsphere/test/sql/SQLCase.java | 2 +- .../src/main/java/io/shardingsphere/test/sql/SQLCaseType.java | 2 +- .../src/main/java/io/shardingsphere/test/sql/SQLCases.java | 2 +- .../main/java/io/shardingsphere/test/sql/SQLCasesLoader.java | 2 +- src/resources/copyright.txt | 2 +- 974 files changed, 974 insertions(+), 974 deletions(-) diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/ConfigMapContext.java b/sharding-core/src/main/java/io/shardingsphere/core/api/ConfigMapContext.java index 3193703b39..13b5db2a71 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/ConfigMapContext.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/ConfigMapContext.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/HintManager.java b/sharding-core/src/main/java/io/shardingsphere/core/api/HintManager.java index 825c568975..9e32bcb00f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/HintManager.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/HintManager.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/MasterSlaveLoadBalanceAlgorithm.java b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/MasterSlaveLoadBalanceAlgorithm.java index b1953930ce..7a12505dd8 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/MasterSlaveLoadBalanceAlgorithm.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/MasterSlaveLoadBalanceAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/MasterSlaveLoadBalanceAlgorithmType.java b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/MasterSlaveLoadBalanceAlgorithmType.java index 25917a5114..bfda378c49 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/MasterSlaveLoadBalanceAlgorithmType.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/MasterSlaveLoadBalanceAlgorithmType.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/RandomMasterSlaveLoadBalanceAlgorithm.java b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/RandomMasterSlaveLoadBalanceAlgorithm.java index 75ee5b56df..b7a07eeafa 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/RandomMasterSlaveLoadBalanceAlgorithm.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/RandomMasterSlaveLoadBalanceAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/RoundRobinMasterSlaveLoadBalanceAlgorithm.java b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/RoundRobinMasterSlaveLoadBalanceAlgorithm.java index f99b702e43..955c8c71b0 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/RoundRobinMasterSlaveLoadBalanceAlgorithm.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/masterslave/RoundRobinMasterSlaveLoadBalanceAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/ListShardingValue.java b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/ListShardingValue.java index 81e06e6ef9..183ea81c9b 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/ListShardingValue.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/ListShardingValue.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/PreciseShardingValue.java b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/PreciseShardingValue.java index 1e5673beb1..acb543a8d8 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/PreciseShardingValue.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/PreciseShardingValue.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/RangeShardingValue.java b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/RangeShardingValue.java index 1f8ecca446..9072dcf89f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/RangeShardingValue.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/RangeShardingValue.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/ShardingValue.java b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/ShardingValue.java index ce9f63a444..41e6602770 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/ShardingValue.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/ShardingValue.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/complex/ComplexKeysShardingAlgorithm.java b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/complex/ComplexKeysShardingAlgorithm.java index a25c839348..de5b903960 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/complex/ComplexKeysShardingAlgorithm.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/complex/ComplexKeysShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/hint/HintShardingAlgorithm.java b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/hint/HintShardingAlgorithm.java index a66fa12c01..2b3f6c111a 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/hint/HintShardingAlgorithm.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/hint/HintShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/standard/PreciseShardingAlgorithm.java b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/standard/PreciseShardingAlgorithm.java index 99a1bb0e60..6196fc1b6f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/standard/PreciseShardingAlgorithm.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/standard/PreciseShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/standard/RangeShardingAlgorithm.java b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/standard/RangeShardingAlgorithm.java index 4b14cc3e67..9f66b33b84 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/standard/RangeShardingAlgorithm.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/algorithm/sharding/standard/RangeShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/config/MasterSlaveRuleConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/api/config/MasterSlaveRuleConfiguration.java index 6980cb5b3c..0480fbbd4a 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/config/MasterSlaveRuleConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/config/MasterSlaveRuleConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/config/ShardingRuleConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/api/config/ShardingRuleConfiguration.java index fec617a61b..ba8e36d7c9 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/config/ShardingRuleConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/config/ShardingRuleConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/config/TableRuleConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/api/config/TableRuleConfiguration.java index 5b8afa793a..2ec39f2329 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/config/TableRuleConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/config/TableRuleConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/ComplexShardingStrategyConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/ComplexShardingStrategyConfiguration.java index f5c187c371..f69c48e6de 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/ComplexShardingStrategyConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/ComplexShardingStrategyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/HintShardingStrategyConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/HintShardingStrategyConfiguration.java index e038194e9d..85ce15b963 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/HintShardingStrategyConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/HintShardingStrategyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/InlineShardingStrategyConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/InlineShardingStrategyConfiguration.java index f54621531d..70e300c1d0 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/InlineShardingStrategyConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/InlineShardingStrategyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/NoneShardingStrategyConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/NoneShardingStrategyConfiguration.java index 4ec1bbbc70..10f7cd102c 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/NoneShardingStrategyConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/NoneShardingStrategyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/ShardingStrategyConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/ShardingStrategyConfiguration.java index 0c54a7e297..143c005ce4 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/ShardingStrategyConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/ShardingStrategyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/StandardShardingStrategyConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/StandardShardingStrategyConfiguration.java index 14e65085ee..d6c6af6c78 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/StandardShardingStrategyConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/api/config/strategy/StandardShardingStrategyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/constant/AggregationType.java b/sharding-core/src/main/java/io/shardingsphere/core/constant/AggregationType.java index 4a552061a5..e48b8fb1a2 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/constant/AggregationType.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/constant/AggregationType.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/constant/DatabaseType.java b/sharding-core/src/main/java/io/shardingsphere/core/constant/DatabaseType.java index 402d69422f..03929e9566 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/constant/DatabaseType.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/constant/DatabaseType.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/constant/OrderDirection.java b/sharding-core/src/main/java/io/shardingsphere/core/constant/OrderDirection.java index 717f2d333a..2f903f5bce 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/constant/OrderDirection.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/constant/OrderDirection.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/constant/SQLType.java b/sharding-core/src/main/java/io/shardingsphere/core/constant/SQLType.java index d7522b1e13..823d5cbf6f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/constant/SQLType.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/constant/SQLType.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingConstant.java b/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingConstant.java index a0724d2944..baad5f89c2 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingConstant.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingConstant.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingOperator.java b/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingOperator.java index 80b19443f7..f02836f7fe 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingOperator.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingOperator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingProperties.java b/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingProperties.java index 12a533ec7d..c56bbb8ca1 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingProperties.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingPropertiesConstant.java b/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingPropertiesConstant.java index f6cbad2470..de383894b5 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingPropertiesConstant.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/constant/ShardingPropertiesConstant.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/exception/ShardingConfigurationException.java b/sharding-core/src/main/java/io/shardingsphere/core/exception/ShardingConfigurationException.java index 64e0bea928..723f86a797 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/exception/ShardingConfigurationException.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/exception/ShardingConfigurationException.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/exception/ShardingException.java b/sharding-core/src/main/java/io/shardingsphere/core/exception/ShardingException.java index d7d95db5d4..2d07767194 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/exception/ShardingException.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/exception/ShardingException.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/hint/HintManagerHolder.java b/sharding-core/src/main/java/io/shardingsphere/core/hint/HintManagerHolder.java index ce0a12f4e9..7e0c83bdbd 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/hint/HintManagerHolder.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/hint/HintManagerHolder.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/hint/ShardingKey.java b/sharding-core/src/main/java/io/shardingsphere/core/hint/ShardingKey.java index e526b0477e..5bf14dabf2 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/hint/ShardingKey.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/hint/ShardingKey.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/keygen/DefaultKeyGenerator.java b/sharding-core/src/main/java/io/shardingsphere/core/keygen/DefaultKeyGenerator.java index 6fe71f066a..a2af8ab948 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/keygen/DefaultKeyGenerator.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/keygen/DefaultKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/keygen/KeyGenerator.java b/sharding-core/src/main/java/io/shardingsphere/core/keygen/KeyGenerator.java index 90895bb1e5..5647dab5b4 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/keygen/KeyGenerator.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/keygen/KeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/keygen/KeyGeneratorFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/keygen/KeyGeneratorFactory.java index 7ecad5b587..f86616b4dc 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/keygen/KeyGeneratorFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/keygen/KeyGeneratorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/keygen/TimeService.java b/sharding-core/src/main/java/io/shardingsphere/core/keygen/TimeService.java index 883929a7f7..26051243e2 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/keygen/TimeService.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/keygen/TimeService.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/MergeEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/MergeEngine.java index 4c1d9f3ccb..e2b232a9b6 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/MergeEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/MergeEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/MergeEngineFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/MergeEngineFactory.java index 905789a0a0..368247b6be 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/MergeEngineFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/MergeEngineFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/MergedResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/MergedResult.java index 3653348604..dc8bd919d5 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/MergedResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/MergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/QueryResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/QueryResult.java index a7865242a2..fd0550ba89 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/QueryResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/QueryResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/DALMergeEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/DALMergeEngine.java index fb2c48c000..b8884613df 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/DALMergeEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/DALMergeEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowCreateTableMergedResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowCreateTableMergedResult.java index 6c14b42478..250680807c 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowCreateTableMergedResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowCreateTableMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowDatabasesMergedResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowDatabasesMergedResult.java index f8084bb6cf..a7bfec9f47 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowDatabasesMergedResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowDatabasesMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowOtherMergedResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowOtherMergedResult.java index 9cb6741fa3..23f043689a 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowOtherMergedResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowOtherMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowTablesMergedResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowTablesMergedResult.java index da2d934afb..f49d373e05 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowTablesMergedResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dal/show/ShowTablesMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/DQLMergeEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/DQLMergeEngine.java index 167f853753..784fff2c64 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/DQLMergeEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/DQLMergeEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/DecoratorMergedResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/DecoratorMergedResult.java index 274ab04410..466b9ee504 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/DecoratorMergedResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/DecoratorMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/MemoryMergedResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/MemoryMergedResult.java index 75e9102462..6493707081 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/MemoryMergedResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/MemoryMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/MemoryQueryResultRow.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/MemoryQueryResultRow.java index fae0d7105a..66acc728ca 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/MemoryQueryResultRow.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/MemoryQueryResultRow.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/StreamMergedResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/StreamMergedResult.java index 911cad4a27..931ab8c89a 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/StreamMergedResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/common/StreamMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByMemoryMergedResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByMemoryMergedResult.java index c17550d684..99009fe176 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByMemoryMergedResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByMemoryMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByRowComparator.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByRowComparator.java index ca3d330943..4c169c9a55 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByRowComparator.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByRowComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByStreamMergedResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByStreamMergedResult.java index e7c64e89ae..b790d979be 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByStreamMergedResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByStreamMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByValue.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByValue.java index 578ce3f59b..9d8d3f33ba 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByValue.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/GroupByValue.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AccumulationAggregationUnit.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AccumulationAggregationUnit.java index 801543287e..6daf8854fd 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AccumulationAggregationUnit.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AccumulationAggregationUnit.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AggregationUnit.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AggregationUnit.java index e964d1919c..ce2c47527c 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AggregationUnit.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AggregationUnit.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AggregationUnitFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AggregationUnitFactory.java index 082b36b1f1..f76b9d8080 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AggregationUnitFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AggregationUnitFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AverageAggregationUnit.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AverageAggregationUnit.java index 40436df445..faa76d46ae 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AverageAggregationUnit.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AverageAggregationUnit.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/ComparableAggregationUnit.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/ComparableAggregationUnit.java index 58d9a4ba25..2808faa88a 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/ComparableAggregationUnit.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/groupby/aggregation/ComparableAggregationUnit.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/iterator/IteratorStreamMergedResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/iterator/IteratorStreamMergedResult.java index b259193b38..48c38a1e54 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/iterator/IteratorStreamMergedResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/iterator/IteratorStreamMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/orderby/CompareUtil.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/orderby/CompareUtil.java index 25c311a7a0..e0bcab2cac 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/orderby/CompareUtil.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/orderby/CompareUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/orderby/OrderByStreamMergedResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/orderby/OrderByStreamMergedResult.java index e834f532ba..74b768c48d 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/orderby/OrderByStreamMergedResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/orderby/OrderByStreamMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/orderby/OrderByValue.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/orderby/OrderByValue.java index 8f089a5350..83981f16d5 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/orderby/OrderByValue.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/orderby/OrderByValue.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/pagination/LimitDecoratorMergedResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/pagination/LimitDecoratorMergedResult.java index 4c6a252552..974211df8f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/pagination/LimitDecoratorMergedResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/pagination/LimitDecoratorMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/pagination/RowNumberDecoratorMergedResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/pagination/RowNumberDecoratorMergedResult.java index 66b668328b..6d72798cf5 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/pagination/RowNumberDecoratorMergedResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/pagination/RowNumberDecoratorMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/pagination/TopAndRowNumberDecoratorMergedResult.java b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/pagination/TopAndRowNumberDecoratorMergedResult.java index 2a3a0de7f1..73506c9bde 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/pagination/TopAndRowNumberDecoratorMergedResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/merger/dql/pagination/TopAndRowNumberDecoratorMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/metadata/ColumnMetaData.java b/sharding-core/src/main/java/io/shardingsphere/core/metadata/ColumnMetaData.java index 30d876c0f5..253d0f3d79 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/metadata/ColumnMetaData.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/metadata/ColumnMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/metadata/ShardingMetaData.java b/sharding-core/src/main/java/io/shardingsphere/core/metadata/ShardingMetaData.java index 03e1b67a28..08b069ae0c 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/metadata/ShardingMetaData.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/metadata/ShardingMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/metadata/TableMetaData.java b/sharding-core/src/main/java/io/shardingsphere/core/metadata/TableMetaData.java index 3a71c84461..e03b98e0ee 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/metadata/TableMetaData.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/metadata/TableMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/OptimizeEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/OptimizeEngine.java index ed7bb03367..3044f11006 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/OptimizeEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/OptimizeEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/OptimizeEngineFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/OptimizeEngineFactory.java index 33b1886385..381547be5c 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/OptimizeEngineFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/OptimizeEngineFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/condition/ShardingCondition.java b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/condition/ShardingCondition.java index c06d9e0b74..809bec6e2b 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/condition/ShardingCondition.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/condition/ShardingCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/condition/ShardingConditions.java b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/condition/ShardingConditions.java index 797417d823..4a7ec3a5fa 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/condition/ShardingConditions.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/condition/ShardingConditions.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/insert/InsertOptimizeEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/insert/InsertOptimizeEngine.java index 76dcb18376..ba7694320e 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/insert/InsertOptimizeEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/insert/InsertOptimizeEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/insert/InsertShardingCondition.java b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/insert/InsertShardingCondition.java index 7ca3823ecd..76df81b811 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/insert/InsertShardingCondition.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/insert/InsertShardingCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/query/AlwaysFalseShardingCondition.java b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/query/AlwaysFalseShardingCondition.java index 66869b8bc9..3e7919d61d 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/query/AlwaysFalseShardingCondition.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/query/AlwaysFalseShardingCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/query/AlwaysFalseShardingValue.java b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/query/AlwaysFalseShardingValue.java index bb9017dc97..4205b94e7b 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/query/AlwaysFalseShardingValue.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/query/AlwaysFalseShardingValue.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/query/QueryOptimizeEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/query/QueryOptimizeEngine.java index dfd5f5f3f4..27afaf9b58 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/optimizer/query/QueryOptimizeEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/optimizer/query/QueryOptimizeEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/SQLJudgeEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/SQLJudgeEngine.java index fbd40c6938..a75ac18370 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/SQLJudgeEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/SQLJudgeEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/SQLParsingEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/SQLParsingEngine.java index 3e93350398..afafcb77c9 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/SQLParsingEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/SQLParsingEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/cache/ParsingResultCache.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/cache/ParsingResultCache.java index 3476b52eca..d559e64d21 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/cache/ParsingResultCache.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/cache/ParsingResultCache.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/Lexer.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/Lexer.java index 3457a4d90b..835ea066e5 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/Lexer.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/Lexer.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/LexerEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/LexerEngine.java index 4d6c9b7f32..a883fc7dbd 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/LexerEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/LexerEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/LexerEngineFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/LexerEngineFactory.java index 8e7d531d36..bd13bfafba 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/LexerEngineFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/LexerEngineFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/CharType.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/CharType.java index 974a016213..acb79d36cd 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/CharType.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/CharType.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/Dictionary.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/Dictionary.java index 8eeb0999aa..9fcd9dfd6b 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/Dictionary.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/Dictionary.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/Tokenizer.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/Tokenizer.java index f916f7784d..706769f2a2 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/Tokenizer.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/Tokenizer.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/UnterminatedCharException.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/UnterminatedCharException.java index 62ade3e1c8..4c26a3c549 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/UnterminatedCharException.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/analyzer/UnterminatedCharException.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/mysql/MySQLKeyword.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/mysql/MySQLKeyword.java index e1ac2a58e7..f3defcd84b 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/mysql/MySQLKeyword.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/mysql/MySQLKeyword.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/mysql/MySQLLexer.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/mysql/MySQLLexer.java index 57449d49d6..823e161a01 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/mysql/MySQLLexer.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/mysql/MySQLLexer.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/oracle/OracleKeyword.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/oracle/OracleKeyword.java index 9fa55ca81e..ab554acb88 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/oracle/OracleKeyword.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/oracle/OracleKeyword.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/oracle/OracleLexer.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/oracle/OracleLexer.java index f42be0fded..4d64f11adb 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/oracle/OracleLexer.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/oracle/OracleLexer.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/postgresql/PostgreSQLKeyword.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/postgresql/PostgreSQLKeyword.java index 711af13c69..149da2a371 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/postgresql/PostgreSQLKeyword.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/postgresql/PostgreSQLKeyword.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/postgresql/PostgreSQLLexer.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/postgresql/PostgreSQLLexer.java index c2ab9b9973..6e3351b769 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/postgresql/PostgreSQLLexer.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/postgresql/PostgreSQLLexer.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/sqlserver/SQLServerKeyword.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/sqlserver/SQLServerKeyword.java index fca3f86dfe..8635ab80e0 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/sqlserver/SQLServerKeyword.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/sqlserver/SQLServerKeyword.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/sqlserver/SQLServerLexer.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/sqlserver/SQLServerLexer.java index a5b9d5cd7e..bf4f0f8121 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/sqlserver/SQLServerLexer.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/dialect/sqlserver/SQLServerLexer.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Assist.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Assist.java index f66579a73b..b4ba1120d2 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Assist.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Assist.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/DefaultKeyword.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/DefaultKeyword.java index 72f23b4faf..ff80e541f5 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/DefaultKeyword.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/DefaultKeyword.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Keyword.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Keyword.java index 90bcc15437..c0eb654432 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Keyword.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Keyword.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Literals.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Literals.java index d2654f3744..4ef9a38ad8 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Literals.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Literals.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Symbol.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Symbol.java index 2678f74354..0f547f9a82 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Symbol.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Symbol.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Token.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Token.java index 930740135d..5c28c6bb72 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Token.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/Token.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/TokenType.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/TokenType.java index 3d3c1f41fe..4f9aa4d081 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/TokenType.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/lexer/token/TokenType.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/DistinctClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/DistinctClauseParser.java index 2f383ad74f..b4e4727d16 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/DistinctClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/DistinctClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/GroupByClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/GroupByClauseParser.java index 017c024c79..673773c711 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/GroupByClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/GroupByClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/HavingClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/HavingClauseParser.java index 231d9d697c..46d3afc211 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/HavingClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/HavingClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertColumnsClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertColumnsClauseParser.java index 2f73291716..2220d7a2df 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertColumnsClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertColumnsClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertIntoClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertIntoClauseParser.java index 0654d67e87..8d5820f7fc 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertIntoClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertIntoClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertSetClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertSetClauseParser.java index e2b294396b..78e83d099f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertSetClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertSetClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertValuesClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertValuesClauseParser.java index 5b1f0c25d0..6efd06dad5 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertValuesClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/InsertValuesClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/OrderByClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/OrderByClauseParser.java index 2be7ee4372..1e65c5de13 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/OrderByClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/OrderByClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/SQLClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/SQLClauseParser.java index ff0e754835..d6f1efea9e 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/SQLClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/SQLClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/SelectListClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/SelectListClauseParser.java index 3f33e67c0c..e90229ce33 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/SelectListClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/SelectListClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/SelectRestClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/SelectRestClauseParser.java index 48aa2db747..e87f36fc8f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/SelectRestClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/SelectRestClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/TableReferencesClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/TableReferencesClauseParser.java index caa97d9e29..9354e8e367 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/TableReferencesClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/TableReferencesClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/UpdateSetItemsClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/UpdateSetItemsClauseParser.java index 28b59e2719..27315fd311 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/UpdateSetItemsClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/UpdateSetItemsClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/WhereClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/WhereClauseParser.java index 2ea4cb1fe2..35985cdab1 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/WhereClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/WhereClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/condition/NullCondition.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/condition/NullCondition.java index 02cfb9930d..1eb8209931 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/condition/NullCondition.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/condition/NullCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/expression/AliasExpressionParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/expression/AliasExpressionParser.java index eaa6adf185..3e1fd68e30 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/expression/AliasExpressionParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/expression/AliasExpressionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/expression/BasicExpressionParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/expression/BasicExpressionParser.java index 6fab13b9c8..3622389550 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/expression/BasicExpressionParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/expression/BasicExpressionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractDeleteClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractDeleteClauseParserFacade.java index d3f1e423e2..c0010aee61 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractDeleteClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractDeleteClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractInsertClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractInsertClauseParserFacade.java index 73b8e545c8..f286062315 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractInsertClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractInsertClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractSelectClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractSelectClauseParserFacade.java index 7f33c8c5bd..3f383b18c4 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractSelectClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractSelectClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractUpdateClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractUpdateClauseParserFacade.java index f9c1f2243e..7c8fa53477 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractUpdateClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/facade/AbstractUpdateClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/OrderItem.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/OrderItem.java index 6c2d927f19..a4f952b8d2 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/OrderItem.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/OrderItem.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/AndCondition.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/AndCondition.java index 49825ef8bb..6068ccdda5 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/AndCondition.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/AndCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/Column.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/Column.java index 997e5e925a..f643dedca6 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/Column.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/Column.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/Condition.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/Condition.java index 81d58a9ce6..f8b895e7ed 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/Condition.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/Condition.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/Conditions.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/Conditions.java index 13e1ddec92..f55e4dbb31 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/Conditions.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/Conditions.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/GeneratedKeyCondition.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/GeneratedKeyCondition.java index 94cac60c6a..9dcf465e2f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/GeneratedKeyCondition.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/GeneratedKeyCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/OrCondition.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/OrCondition.java index 948d970404..9abbde57ca 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/OrCondition.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/condition/OrCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/insertvalue/InsertValue.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/insertvalue/InsertValue.java index b9e2206dd3..8687219af0 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/insertvalue/InsertValue.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/insertvalue/InsertValue.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/insertvalue/InsertValues.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/insertvalue/InsertValues.java index 8ea3445012..4d57ea1f99 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/insertvalue/InsertValues.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/insertvalue/InsertValues.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/limit/Limit.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/limit/Limit.java index 7c8cbaef31..1813eedeea 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/limit/Limit.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/limit/Limit.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/limit/LimitValue.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/limit/LimitValue.java index 27a8c73286..ffae7c7779 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/limit/LimitValue.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/limit/LimitValue.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/AggregationSelectItem.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/AggregationSelectItem.java index bd21e2debf..2360105e92 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/AggregationSelectItem.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/AggregationSelectItem.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/CommonSelectItem.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/CommonSelectItem.java index 48fa57322a..d225f58d5e 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/CommonSelectItem.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/CommonSelectItem.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/SelectItem.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/SelectItem.java index 32844deea1..75541d491c 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/SelectItem.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/SelectItem.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/StarSelectItem.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/StarSelectItem.java index fc63133b33..802b16a323 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/StarSelectItem.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/selectitem/StarSelectItem.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/table/Table.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/table/Table.java index 7814223668..d8c6bea9aa 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/table/Table.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/table/Table.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/table/Tables.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/table/Tables.java index bce6d1f245..2f0f5e6435 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/table/Tables.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/context/table/Tables.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/ExpressionParserFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/ExpressionParserFactory.java index 1a63fc20c6..966e32806c 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/ExpressionParserFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/ExpressionParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLDistinctClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLDistinctClauseParser.java index 9fc71268cd..d525a292c5 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLDistinctClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLDistinctClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLGroupByClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLGroupByClauseParser.java index 6c3c7b4ca6..e68a701c93 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLGroupByClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLGroupByClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLInsertIntoClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLInsertIntoClauseParser.java index 4178a72899..44996b6a99 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLInsertIntoClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLInsertIntoClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLInsertSetClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLInsertSetClauseParser.java index bd0d6aca58..43456bfa43 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLInsertSetClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLInsertSetClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLInsertValuesClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLInsertValuesClauseParser.java index 2b7b768138..5479685042 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLInsertValuesClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLInsertValuesClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLLimitClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLLimitClauseParser.java index ebc3161c4f..89bacb7d8c 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLLimitClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLLimitClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLSelectOptionClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLSelectOptionClauseParser.java index aabb8d1b67..fd3afe2b53 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLSelectOptionClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLSelectOptionClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLSelectRestClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLSelectRestClauseParser.java index a283c9df28..56b5fc68e6 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLSelectRestClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLSelectRestClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLTableReferencesClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLTableReferencesClauseParser.java index f4f6a6ef84..be8f6bedd0 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLTableReferencesClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLTableReferencesClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLWhereClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLWhereClauseParser.java index 55ec3002b7..92c829ea20 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLWhereClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/MySQLWhereClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/expression/MySQLAliasExpressionParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/expression/MySQLAliasExpressionParser.java index 07764ad07c..5b60fc5a75 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/expression/MySQLAliasExpressionParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/expression/MySQLAliasExpressionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLDeleteClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLDeleteClauseParserFacade.java index 06333dc70a..5c817859f1 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLDeleteClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLDeleteClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLInsertClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLInsertClauseParserFacade.java index c869ce1989..295b57e570 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLInsertClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLInsertClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLSelectClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLSelectClauseParserFacade.java index 1cd94700df..a125c8e300 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLSelectClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLSelectClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLUpdateClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLUpdateClauseParserFacade.java index b9eaa9851f..be625e59dc 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLUpdateClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/clause/facade/MySQLUpdateClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLAlterParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLAlterParser.java index 69850a9df2..b9761d3f59 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLAlterParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLAlterParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLCreateParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLCreateParser.java index 6da3822bc4..1de830addf 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLCreateParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLCreateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLDeleteParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLDeleteParser.java index 271bcdb853..a26a2a701d 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLDeleteParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLDeleteParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLDescribeParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLDescribeParser.java index 4cf8121f11..55090054d7 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLDescribeParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLDescribeParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLDropParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLDropParser.java index 2bf991c53f..2b8687e291 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLDropParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLDropParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLInsertParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLInsertParser.java index 441f848ef9..751d02c1a9 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLInsertParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLInsertParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLSelectParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLSelectParser.java index bb6b45a945..0d9c061970 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLSelectParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLSelectParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLShowParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLShowParser.java index 5c26c37880..ecf86c0e03 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLShowParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLShowParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLTruncateParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLTruncateParser.java index e7fa505c2e..f644309f05 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLTruncateParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLTruncateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLUpdateParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLUpdateParser.java index a8bd201bc2..2f8a69b4ec 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLUpdateParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLUpdateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLUseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLUseParser.java index df46f14bcb..ecde6ca97d 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLUseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/sql/MySQLUseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/DescribeStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/DescribeStatement.java index 361842473b..4ac2adb0aa 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/DescribeStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/DescribeStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowColumnsStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowColumnsStatement.java index 3af368bce0..ea83a3be9d 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowColumnsStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowColumnsStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowCreateTableStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowCreateTableStatement.java index 2743bc7423..eeed4a8ce2 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowCreateTableStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowCreateTableStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowDatabasesStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowDatabasesStatement.java index de14f1ba91..931a340e3a 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowDatabasesStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowDatabasesStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowOtherStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowOtherStatement.java index 781fe67f9a..f58e3129bc 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowOtherStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowOtherStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowTablesStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowTablesStatement.java index 2349d6032a..4ff9d48fb7 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowTablesStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/ShowTablesStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/UseStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/UseStatement.java index 1e6c02e0c6..dd3e4c82fa 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/UseStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/mysql/statement/UseStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleDistinctClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleDistinctClauseParser.java index 43a3311506..045f616b14 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleDistinctClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleDistinctClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleForClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleForClauseParser.java index 3b3a6196a1..60fd66ae48 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleForClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleForClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleGroupByClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleGroupByClauseParser.java index 58d11b95b3..9ae22c1909 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleGroupByClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleGroupByClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleHierarchicalQueryClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleHierarchicalQueryClauseParser.java index 64d85e96d9..880623769e 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleHierarchicalQueryClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleHierarchicalQueryClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleInsertIntoClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleInsertIntoClauseParser.java index 83f318272c..81c72b6ce6 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleInsertIntoClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleInsertIntoClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleModelClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleModelClauseParser.java index 153fea904c..1caa4f9c3d 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleModelClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleModelClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleOrderByClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleOrderByClauseParser.java index d85d961661..3b15b00ae2 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleOrderByClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleOrderByClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleSelectListClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleSelectListClauseParser.java index 8fdf3a5815..a0daf7e5d6 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleSelectListClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleSelectListClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleTableReferencesClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleTableReferencesClauseParser.java index 0efa32c631..8497a00eda 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleTableReferencesClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleTableReferencesClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleWhereClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleWhereClauseParser.java index b698d35a88..7154285983 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleWhereClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/OracleWhereClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/expression/OracleAliasExpressionParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/expression/OracleAliasExpressionParser.java index 784d0f2564..9914ece137 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/expression/OracleAliasExpressionParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/expression/OracleAliasExpressionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleDeleteClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleDeleteClauseParserFacade.java index 50d44cce46..db03d02ba2 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleDeleteClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleDeleteClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleInsertClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleInsertClauseParserFacade.java index 39592f3c3d..02a44e32aa 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleInsertClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleInsertClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleSelectClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleSelectClauseParserFacade.java index 3a313e4fbe..aac24014fc 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleSelectClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleSelectClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleUpdateClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleUpdateClauseParserFacade.java index 0c51427e75..c4962e60d6 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleUpdateClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/clause/facade/OracleUpdateClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleAlterParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleAlterParser.java index 79b9d78a3a..c7fc6e2312 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleAlterParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleAlterParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleCreateParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleCreateParser.java index 7283693b52..5da430af80 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleCreateParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleCreateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleDeleteParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleDeleteParser.java index 22eb23e056..d3c0699453 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleDeleteParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleDeleteParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleDropParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleDropParser.java index 9b247e1e3b..b6d3f0aeb9 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleDropParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleDropParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleInsertParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleInsertParser.java index 5bb77c9b30..f1a3b868ee 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleInsertParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleInsertParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleSelectParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleSelectParser.java index a078e85fb5..ffc997f530 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleSelectParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleSelectParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleTruncateParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleTruncateParser.java index f0f91554a3..7dc24dd60c 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleTruncateParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleTruncateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleUpdateParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleUpdateParser.java index bf723fffa9..291868c108 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleUpdateParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/oracle/sql/OracleUpdateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLForClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLForClauseParser.java index faba8348a9..f2b1f16434 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLForClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLForClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLInsertIntoClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLInsertIntoClauseParser.java index ef1d969f5d..78e327b4b4 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLInsertIntoClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLInsertIntoClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLLimitClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLLimitClauseParser.java index aec96ad824..68ce57620a 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLLimitClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLLimitClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLOrderByClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLOrderByClauseParser.java index cfad182a58..f49f8c9fc4 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLOrderByClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLOrderByClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLSelectRestClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLSelectRestClauseParser.java index 7755356960..9ca93a6073 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLSelectRestClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLSelectRestClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLTableReferencesClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLTableReferencesClauseParser.java index 96dd9370f5..e269a0971f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLTableReferencesClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/PostgreSQLTableReferencesClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/expression/PostgreSQLAliasExpressionParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/expression/PostgreSQLAliasExpressionParser.java index 877cb0a83c..f040398330 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/expression/PostgreSQLAliasExpressionParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/expression/PostgreSQLAliasExpressionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLDeleteClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLDeleteClauseParserFacade.java index 7c9b9fc66a..0f2866a46f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLDeleteClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLDeleteClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLInsertClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLInsertClauseParserFacade.java index 33ccbfd11f..e0e93d4551 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLInsertClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLInsertClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLSelectClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLSelectClauseParserFacade.java index f9e460d18a..7c81407f4d 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLSelectClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLSelectClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLUpdateClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLUpdateClauseParserFacade.java index 7c54f41dcb..779524a2f1 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLUpdateClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/clause/facade/PostgreSQLUpdateClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLAlterParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLAlterParser.java index b1e8c826d6..616a7d0659 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLAlterParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLAlterParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLCreateParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLCreateParser.java index be2a289a69..8383709644 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLCreateParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLCreateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLDeleteParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLDeleteParser.java index 7128bee2b4..8277137a60 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLDeleteParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLDeleteParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLDropParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLDropParser.java index 2ee75b22bd..db14047469 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLDropParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLDropParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLInsertParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLInsertParser.java index 58d1860759..85c6f0801d 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLInsertParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLInsertParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLSelectParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLSelectParser.java index c1e8a41f9f..b0abce4de6 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLSelectParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLSelectParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLTruncateParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLTruncateParser.java index ab56ca2592..e134ff4a5b 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLTruncateParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLTruncateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLUpdateParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLUpdateParser.java index de2a04d9cf..3ce45e3ae7 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLUpdateParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/postgresql/sql/PostgreSQLUpdateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerInsertIntoClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerInsertIntoClauseParser.java index 96dc3dfef7..9ee12b7a4c 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerInsertIntoClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerInsertIntoClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerOffsetClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerOffsetClauseParser.java index 7898c89f63..6d31fd3b05 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerOffsetClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerOffsetClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerOrderByClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerOrderByClauseParser.java index 7111a790ae..faa664b79a 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerOrderByClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerOrderByClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerSelectListClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerSelectListClauseParser.java index df8436c8c4..586a5e8c0d 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerSelectListClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerSelectListClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerSelectRestClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerSelectRestClauseParser.java index d3c501786b..e3a4d958cd 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerSelectRestClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerSelectRestClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerTableReferencesClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerTableReferencesClauseParser.java index 3831eab976..40f86a4f15 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerTableReferencesClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerTableReferencesClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerTopClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerTopClauseParser.java index 4409d6ea78..67c458ddc5 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerTopClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerTopClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerWhereClauseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerWhereClauseParser.java index 3d3882236b..ea67383990 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerWhereClauseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/SQLServerWhereClauseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/expression/SQLServerAliasExpressionParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/expression/SQLServerAliasExpressionParser.java index 640ab155ae..1a63299f6d 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/expression/SQLServerAliasExpressionParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/expression/SQLServerAliasExpressionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerDeleteClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerDeleteClauseParserFacade.java index 2169351537..2062073cad 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerDeleteClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerDeleteClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerInsertClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerInsertClauseParserFacade.java index b20b887bf8..df5f1cfff7 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerInsertClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerInsertClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerSelectClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerSelectClauseParserFacade.java index 23b79695b3..8744a721e3 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerSelectClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerSelectClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerUpdateClauseParserFacade.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerUpdateClauseParserFacade.java index 0eda83e44e..90855eae7d 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerUpdateClauseParserFacade.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/clause/facade/SQLServerUpdateClauseParserFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerAlterParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerAlterParser.java index 0091f70cee..87e205332d 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerAlterParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerAlterParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerCreateParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerCreateParser.java index e52c5d1746..aad8711756 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerCreateParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerCreateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerDeleteParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerDeleteParser.java index fa7f3a4ce5..2f97e00764 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerDeleteParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerDeleteParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerDropParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerDropParser.java index c1739d0230..760b8cc5d7 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerDropParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerDropParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerInsertParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerInsertParser.java index d84ccd8e4a..177e64c3f9 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerInsertParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerInsertParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerSelectParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerSelectParser.java index 33b2cf4c2b..8c6ee48f0c 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerSelectParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerSelectParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerTruncateParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerTruncateParser.java index 4c5029e0b0..0f42958b48 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerTruncateParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerTruncateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerUpdateParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerUpdateParser.java index 2d3947ff2f..f73b7b6638 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerUpdateParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/dialect/sqlserver/sql/SQLServerUpdateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/exception/SQLParsingException.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/exception/SQLParsingException.java index a7c8cbed75..69b9a27cd3 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/exception/SQLParsingException.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/exception/SQLParsingException.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/exception/SQLParsingUnsupportedException.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/exception/SQLParsingUnsupportedException.java index 7247180647..56e132bdd6 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/exception/SQLParsingUnsupportedException.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/exception/SQLParsingUnsupportedException.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLExpression.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLExpression.java index 6c84f94fd1..2ddbbf62d0 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLExpression.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLIdentifierExpression.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLIdentifierExpression.java index 371efc5761..a74077d26c 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLIdentifierExpression.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLIdentifierExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLIgnoreExpression.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLIgnoreExpression.java index a9e71115bf..6c717c2ac7 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLIgnoreExpression.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLIgnoreExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLNumberExpression.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLNumberExpression.java index 75b77adb7e..0ad7d4674f 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLNumberExpression.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLNumberExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLPlaceholderExpression.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLPlaceholderExpression.java index 15873d3a5b..31ea41fd28 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLPlaceholderExpression.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLPlaceholderExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLPropertyExpression.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLPropertyExpression.java index 97eef5eed4..bf7198e2d1 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLPropertyExpression.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLPropertyExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLTextExpression.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLTextExpression.java index 16a955ce98..f3a112a27c 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLTextExpression.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/expression/SQLTextExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/AbstractSQLStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/AbstractSQLStatement.java index 9eb014a0db..54239daaed 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/AbstractSQLStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/AbstractSQLStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/SQLParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/SQLParser.java index 27c72e6b1f..288a98e0bc 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/SQLParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/SQLParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/SQLParserFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/SQLParserFactory.java index cac7a7035e..e35be0dff3 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/SQLParserFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/SQLParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/SQLStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/SQLStatement.java index 0678be1591..e4d24f01ff 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/SQLStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/SQLStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/AbstractDALParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/AbstractDALParser.java index cf43e1828f..71fadc9058 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/AbstractDALParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/AbstractDALParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/DALStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/DALStatement.java index 740992f5a6..38762b6640 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/DALStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/DALStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/describe/AbstractDescribeParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/describe/AbstractDescribeParser.java index a90cdc5ca4..a88e1a2d23 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/describe/AbstractDescribeParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/describe/AbstractDescribeParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/describe/DescribeParserFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/describe/DescribeParserFactory.java index 7f9e7158c6..aaa04156c2 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/describe/DescribeParserFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/describe/DescribeParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/show/AbstractShowParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/show/AbstractShowParser.java index 22402cae0c..43abf75ccf 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/show/AbstractShowParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/show/AbstractShowParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/show/ShowParserFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/show/ShowParserFactory.java index 3124061abd..92405cd5e1 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/show/ShowParserFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/show/ShowParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/use/AbstractUseParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/use/AbstractUseParser.java index 62edc4ebdf..b2224c85a7 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/use/AbstractUseParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/use/AbstractUseParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/use/UseParserFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/use/UseParserFactory.java index b5c6bd0269..4fd16e1164 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/use/UseParserFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dal/use/UseParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/DDLStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/DDLStatement.java index 3b939d52d8..d9f47a168d 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/DDLStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/DDLStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/alter/AbstractAlterParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/alter/AbstractAlterParser.java index 81e45d4a89..e013c7543b 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/alter/AbstractAlterParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/alter/AbstractAlterParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/alter/AlterParserFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/alter/AlterParserFactory.java index deba6812fe..7218bac5a3 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/alter/AlterParserFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/alter/AlterParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/create/AbstractCreateParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/create/AbstractCreateParser.java index 7364c0cbe8..2d1ac9389f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/create/AbstractCreateParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/create/AbstractCreateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/create/CreateParserFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/create/CreateParserFactory.java index 15329938cb..343f1a7926 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/create/CreateParserFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/create/CreateParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/drop/AbstractDropParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/drop/AbstractDropParser.java index 9fd9424da3..4f6cdde03a 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/drop/AbstractDropParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/drop/AbstractDropParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/drop/DropParserFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/drop/DropParserFactory.java index a3909afba6..7dd99087c5 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/drop/DropParserFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/drop/DropParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/truncate/AbstractTruncateParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/truncate/AbstractTruncateParser.java index 265d2d7965..7fed06783e 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/truncate/AbstractTruncateParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/truncate/AbstractTruncateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/truncate/TruncateParserFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/truncate/TruncateParserFactory.java index 7cdcf1db12..2fd2686e1f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/truncate/TruncateParserFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/ddl/truncate/TruncateParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/DMLStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/DMLStatement.java index ebc2fdfcbe..fcc0545b97 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/DMLStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/DMLStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/delete/AbstractDeleteParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/delete/AbstractDeleteParser.java index c807ba08d3..34dc5a9853 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/delete/AbstractDeleteParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/delete/AbstractDeleteParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/delete/DeleteParserFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/delete/DeleteParserFactory.java index 0520865034..b771eb9487 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/delete/DeleteParserFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/delete/DeleteParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/insert/AbstractInsertParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/insert/AbstractInsertParser.java index f64b85d80d..d84f0d37ef 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/insert/AbstractInsertParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/insert/AbstractInsertParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/insert/InsertParserFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/insert/InsertParserFactory.java index cd72dece4a..25e735e44b 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/insert/InsertParserFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/insert/InsertParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/insert/InsertStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/insert/InsertStatement.java index 13c516c468..3bb648a9ec 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/insert/InsertStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/insert/InsertStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/update/AbstractUpdateParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/update/AbstractUpdateParser.java index 689e79839a..8badbf2c42 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/update/AbstractUpdateParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/update/AbstractUpdateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/update/UpdateParserFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/update/UpdateParserFactory.java index a92bc9057d..794c76d518 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/update/UpdateParserFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dml/update/UpdateParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/DQLStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/DQLStatement.java index e89fa49445..74392e9c8b 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/DQLStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/DQLStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/select/AbstractSelectParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/select/AbstractSelectParser.java index b40c4f336e..4f3adde6f4 100755 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/select/AbstractSelectParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/select/AbstractSelectParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/select/SelectParserFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/select/SelectParserFactory.java index 6c697046fc..22bf204b01 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/select/SelectParserFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/select/SelectParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/select/SelectStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/select/SelectStatement.java index a70998780e..eb8352da1e 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/select/SelectStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/dql/select/SelectStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/tcl/TCLParser.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/tcl/TCLParser.java index 52040d5e1d..0ee85462b2 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/tcl/TCLParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/tcl/TCLParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/tcl/TCLParserFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/tcl/TCLParserFactory.java index c5ad6d7298..2388a65979 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/tcl/TCLParserFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/tcl/TCLParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/tcl/TCLStatement.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/tcl/TCLStatement.java index f65bda8ded..35d82ea937 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/tcl/TCLStatement.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/sql/tcl/TCLStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/GeneratedKeyToken.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/GeneratedKeyToken.java index 363c40fa8d..f3259d8859 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/GeneratedKeyToken.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/GeneratedKeyToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/IndexToken.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/IndexToken.java index 9c78093728..e6d74d83ea 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/IndexToken.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/IndexToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/InsertColumnToken.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/InsertColumnToken.java index 69c7f682aa..a17b1471e0 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/InsertColumnToken.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/InsertColumnToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/InsertValuesToken.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/InsertValuesToken.java index 4f3ed61f8e..cdbb1e6aa9 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/InsertValuesToken.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/InsertValuesToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/ItemsToken.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/ItemsToken.java index 4985a5c934..23bd70a2a2 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/ItemsToken.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/ItemsToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/MultipleInsertValuesToken.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/MultipleInsertValuesToken.java index 3c89204a74..095f14348f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/MultipleInsertValuesToken.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/MultipleInsertValuesToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/OffsetToken.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/OffsetToken.java index a4899ff212..163393c367 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/OffsetToken.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/OffsetToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/OrderByToken.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/OrderByToken.java index 6eacb81426..c430323e61 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/OrderByToken.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/OrderByToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/RemoveToken.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/RemoveToken.java index 85c77891c0..fbe368f99e 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/RemoveToken.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/RemoveToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/RowCountToken.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/RowCountToken.java index 70ef5ae2fe..286d54e218 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/RowCountToken.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/RowCountToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/SQLToken.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/SQLToken.java index b0c42e564a..b0af6c88d0 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/SQLToken.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/SQLToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/SchemaToken.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/SchemaToken.java index 37aff02021..6da840ec90 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/SchemaToken.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/SchemaToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/TableToken.java b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/TableToken.java index 204a745f9f..d65783a98f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/TableToken.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/token/TableToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/rewrite/SQLBuilder.java b/sharding-core/src/main/java/io/shardingsphere/core/rewrite/SQLBuilder.java index 5a500f5fad..6fe8c6bafb 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/rewrite/SQLBuilder.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/rewrite/SQLBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/rewrite/SQLRewriteEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/rewrite/SQLRewriteEngine.java index c5676ce21d..4e779501c8 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/rewrite/SQLRewriteEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/rewrite/SQLRewriteEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/IndexPlaceholder.java b/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/IndexPlaceholder.java index 270f9a6f00..4ee801a866 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/IndexPlaceholder.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/IndexPlaceholder.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/InsertValuesPlaceholder.java b/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/InsertValuesPlaceholder.java index 8cf897f6c2..87cd691854 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/InsertValuesPlaceholder.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/InsertValuesPlaceholder.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/SchemaPlaceholder.java b/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/SchemaPlaceholder.java index 13eeb1d1b1..33eb82f090 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/SchemaPlaceholder.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/SchemaPlaceholder.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/ShardingPlaceholder.java b/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/ShardingPlaceholder.java index 5fb3a755d9..c66f805c1e 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/ShardingPlaceholder.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/ShardingPlaceholder.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/TablePlaceholder.java b/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/TablePlaceholder.java index a3900d587d..a9a35b3df9 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/TablePlaceholder.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/rewrite/placeholder/TablePlaceholder.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/PreparedStatementRoutingEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/PreparedStatementRoutingEngine.java index dd6726e74f..0ff33797f1 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/PreparedStatementRoutingEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/PreparedStatementRoutingEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/SQLExecutionUnit.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/SQLExecutionUnit.java index a2c5162336..34a8e552ec 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/SQLExecutionUnit.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/SQLExecutionUnit.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/SQLRouteResult.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/SQLRouteResult.java index a17ce6d5fb..a5004d41d1 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/SQLRouteResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/SQLRouteResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/SQLUnit.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/SQLUnit.java index 421b542e05..e28efe3178 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/SQLUnit.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/SQLUnit.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/StatementRoutingEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/StatementRoutingEngine.java index ffa644ed08..0aac4b5aee 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/StatementRoutingEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/StatementRoutingEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/masterslave/MasterSlaveRouter.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/masterslave/MasterSlaveRouter.java index 0f46b38a3e..4390e1859a 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/masterslave/MasterSlaveRouter.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/masterslave/MasterSlaveRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/masterslave/MasterVisitedManager.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/masterslave/MasterVisitedManager.java index 04ec7937e8..b4fbe3537b 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/masterslave/MasterVisitedManager.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/masterslave/MasterVisitedManager.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/masterslave/ShardingMasterSlaveRouter.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/masterslave/ShardingMasterSlaveRouter.java index 8370e9dca0..b90b7e7947 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/masterslave/ShardingMasterSlaveRouter.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/masterslave/ShardingMasterSlaveRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/DatabaseHintSQLRouter.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/DatabaseHintSQLRouter.java index c138d39a34..05ef5404d5 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/DatabaseHintSQLRouter.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/DatabaseHintSQLRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/GeneratedKey.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/GeneratedKey.java index 97cec18792..d81381e06c 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/GeneratedKey.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/GeneratedKey.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/ParsingSQLRouter.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/ParsingSQLRouter.java index cf8a248f38..e4c836091f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/ParsingSQLRouter.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/ParsingSQLRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/ShardingRouter.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/ShardingRouter.java index 8c302fc3ce..38e555b928 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/ShardingRouter.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/ShardingRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/ShardingRouterFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/ShardingRouterFactory.java index 70361ffccf..86070c98ef 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/ShardingRouterFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/router/sharding/ShardingRouterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingAlgorithm.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingAlgorithm.java index ce636fbb4e..49babb4ff4 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingAlgorithm.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingAlgorithmFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingAlgorithmFactory.java index d109a5cd48..c16da65109 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingAlgorithmFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingAlgorithmFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingStrategy.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingStrategy.java index 1772bbdc4a..f66857946b 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingStrategy.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingStrategyFactory.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingStrategyFactory.java index c60123019c..b160db05b5 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingStrategyFactory.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/ShardingStrategyFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/complex/ComplexShardingStrategy.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/complex/ComplexShardingStrategy.java index 94379e5724..9e89efda70 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/complex/ComplexShardingStrategy.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/complex/ComplexShardingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/hint/HintShardingStrategy.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/hint/HintShardingStrategy.java index daf9fde367..ffb981b3d2 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/hint/HintShardingStrategy.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/hint/HintShardingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/inline/InlineShardingStrategy.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/inline/InlineShardingStrategy.java index 4f90c9552c..41033b1cf0 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/inline/InlineShardingStrategy.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/inline/InlineShardingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/none/NoneShardingStrategy.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/none/NoneShardingStrategy.java index d8dfc4202e..cc4930a39f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/none/NoneShardingStrategy.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/none/NoneShardingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/standard/StandardShardingStrategy.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/standard/StandardShardingStrategy.java index 9938529f94..9658db5ec4 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/standard/StandardShardingStrategy.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/strategy/standard/StandardShardingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/RoutingEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/RoutingEngine.java index 7165acb698..d9db49ca95 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/RoutingEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/RoutingEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/RoutingResult.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/RoutingResult.java index b02e452389..77f499b002 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/RoutingResult.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/RoutingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/RoutingTable.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/RoutingTable.java index 2b77c89c53..6ac15b5227 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/RoutingTable.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/RoutingTable.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/TableUnit.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/TableUnit.java index 337d783ee1..688ae7e9f4 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/TableUnit.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/TableUnit.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/TableUnits.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/TableUnits.java index 4838a0a8e5..47f06af714 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/TableUnits.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/TableUnits.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/broadcast/DatabaseBroadcastRoutingEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/broadcast/DatabaseBroadcastRoutingEngine.java index f85f564d37..51792c1a28 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/broadcast/DatabaseBroadcastRoutingEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/broadcast/DatabaseBroadcastRoutingEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/broadcast/TableBroadcastRoutingEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/broadcast/TableBroadcastRoutingEngine.java index d07f8cd34c..429468f1f9 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/broadcast/TableBroadcastRoutingEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/broadcast/TableBroadcastRoutingEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/complex/CartesianRoutingEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/complex/CartesianRoutingEngine.java index 264bd5be4c..2acc8c94e5 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/complex/CartesianRoutingEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/complex/CartesianRoutingEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/complex/ComplexRoutingEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/complex/ComplexRoutingEngine.java index 24eaffd2b3..58201af93e 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/complex/ComplexRoutingEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/complex/ComplexRoutingEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/hint/DatabaseHintRoutingEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/hint/DatabaseHintRoutingEngine.java index 0599f10ed3..0c859f9486 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/hint/DatabaseHintRoutingEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/hint/DatabaseHintRoutingEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/ignore/IgnoreRoutingEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/ignore/IgnoreRoutingEngine.java index c180f1b4dc..4fb8bc24cc 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/ignore/IgnoreRoutingEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/ignore/IgnoreRoutingEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/standard/StandardRoutingEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/standard/StandardRoutingEngine.java index 3d0c594a23..5f2d70b88e 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/standard/StandardRoutingEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/standard/StandardRoutingEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/unicast/UnicastRoutingEngine.java b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/unicast/UnicastRoutingEngine.java index 3f10c9724f..c16adaada0 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/routing/type/unicast/UnicastRoutingEngine.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/routing/type/unicast/UnicastRoutingEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/rule/BindingTableRule.java b/sharding-core/src/main/java/io/shardingsphere/core/rule/BindingTableRule.java index 86bad15ec2..66043bae1e 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/rule/BindingTableRule.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/rule/BindingTableRule.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/rule/DataNode.java b/sharding-core/src/main/java/io/shardingsphere/core/rule/DataNode.java index 4489c8c78e..6d3f0338f3 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/rule/DataNode.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/rule/DataNode.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/rule/MasterSlaveRule.java b/sharding-core/src/main/java/io/shardingsphere/core/rule/MasterSlaveRule.java index 5260d39573..ab3149b98f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/rule/MasterSlaveRule.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/rule/MasterSlaveRule.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/rule/ShardingDataSourceNames.java b/sharding-core/src/main/java/io/shardingsphere/core/rule/ShardingDataSourceNames.java index 52e12446f8..de1a39c5e7 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/rule/ShardingDataSourceNames.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/rule/ShardingDataSourceNames.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/rule/ShardingRule.java b/sharding-core/src/main/java/io/shardingsphere/core/rule/ShardingRule.java index 3e631ac74f..411ca4973b 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/rule/ShardingRule.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/rule/ShardingRule.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/rule/TableRule.java b/sharding-core/src/main/java/io/shardingsphere/core/rule/TableRule.java index ca662ff1d2..225d51e9fa 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/rule/TableRule.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/rule/TableRule.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/util/InlineExpressionParser.java b/sharding-core/src/main/java/io/shardingsphere/core/util/InlineExpressionParser.java index b2935e3822..44262691fb 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/util/InlineExpressionParser.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/util/InlineExpressionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/util/NumberUtil.java b/sharding-core/src/main/java/io/shardingsphere/core/util/NumberUtil.java index 56e44a11cd..6ca596dfe7 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/util/NumberUtil.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/util/NumberUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/util/SQLLogger.java b/sharding-core/src/main/java/io/shardingsphere/core/util/SQLLogger.java index 1a9bd82862..667803bea8 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/util/SQLLogger.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/util/SQLLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/util/SQLUtil.java b/sharding-core/src/main/java/io/shardingsphere/core/util/SQLUtil.java index 67b351db33..d9eed1bee9 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/util/SQLUtil.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/util/SQLUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/util/StringUtil.java b/sharding-core/src/main/java/io/shardingsphere/core/util/StringUtil.java index 84385db804..23346a8e46 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/util/StringUtil.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/util/StringUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveConfiguration.java index f284652984..ed8c0534b1 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveRuleConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveRuleConfiguration.java index b590f30b2b..7dfe0be12d 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveRuleConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveRuleConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/yaml/proxy/YamlProxyConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/yaml/proxy/YamlProxyConfiguration.java index 7b28f1cfea..2f14d08ea1 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/yaml/proxy/YamlProxyConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/yaml/proxy/YamlProxyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/DataSourceParameter.java b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/DataSourceParameter.java index 614c3ceee4..adccba45f4 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/DataSourceParameter.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/DataSourceParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlShardingConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlShardingConfiguration.java index 22856ec4ff..359c40226a 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlShardingConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlShardingConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlShardingRuleConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlShardingRuleConfiguration.java index 18f4c2ed81..fc601d037f 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlShardingRuleConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlShardingRuleConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlShardingStrategyConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlShardingStrategyConfiguration.java index e6028906af..d05a436866 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlShardingStrategyConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlShardingStrategyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlTableRuleConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlTableRuleConfiguration.java index 18cb9dd554..354e8820e1 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlTableRuleConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/YamlTableRuleConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlComplexShardingStrategyConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlComplexShardingStrategyConfiguration.java index 1155847126..5619841e55 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlComplexShardingStrategyConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlComplexShardingStrategyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlHintShardingStrategyConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlHintShardingStrategyConfiguration.java index f53d66a010..744c3ea400 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlHintShardingStrategyConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlHintShardingStrategyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlInlineShardingStrategyConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlInlineShardingStrategyConfiguration.java index 14ed864f37..bef5088d51 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlInlineShardingStrategyConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlInlineShardingStrategyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlNoneShardingStrategyConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlNoneShardingStrategyConfiguration.java index e729779933..aea4f45bd1 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlNoneShardingStrategyConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlNoneShardingStrategyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlShardingStrategyConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlShardingStrategyConfiguration.java index c6dadd3bbb..ae1d5ff334 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlShardingStrategyConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlShardingStrategyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlStandardShardingStrategyConfiguration.java b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlStandardShardingStrategyConfiguration.java index 33530480ae..94017e44c0 100644 --- a/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlStandardShardingStrategyConfiguration.java +++ b/sharding-core/src/main/java/io/shardingsphere/core/yaml/sharding/strategy/YamlStandardShardingStrategyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/AllTests.java b/sharding-core/src/test/java/io/shardingsphere/core/AllTests.java index 42e8b6a684..f183ce9044 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/AllTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/AllTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/api/AllApiTests.java b/sharding-core/src/test/java/io/shardingsphere/core/api/AllApiTests.java index 788c0212fb..207c5272ed 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/api/AllApiTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/api/AllApiTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/api/HintManagerTest.java b/sharding-core/src/test/java/io/shardingsphere/core/api/HintManagerTest.java index 14d4011a6a..d62f042f78 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/api/HintManagerTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/api/HintManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/common/ShardingStrategyTest.java b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/common/ShardingStrategyTest.java index 6073eefd7e..b084da78d1 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/common/ShardingStrategyTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/common/ShardingStrategyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/fixture/TestComplexKeysShardingAlgorithm.java b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/fixture/TestComplexKeysShardingAlgorithm.java index 9a8f788a97..38c3061a27 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/fixture/TestComplexKeysShardingAlgorithm.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/fixture/TestComplexKeysShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/fixture/TestPreciseShardingAlgorithm.java b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/fixture/TestPreciseShardingAlgorithm.java index 987d3ebf01..264951877f 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/fixture/TestPreciseShardingAlgorithm.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/fixture/TestPreciseShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/fixture/TestRangeShardingAlgorithm.java b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/fixture/TestRangeShardingAlgorithm.java index 6a5ce0e60e..7e4a503923 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/fixture/TestRangeShardingAlgorithm.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/fixture/TestRangeShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/masterslave/RandomMasterSlaveLoadBalanceAlgorithmTest.java b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/masterslave/RandomMasterSlaveLoadBalanceAlgorithmTest.java index 009cbffb5b..32d52dce00 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/masterslave/RandomMasterSlaveLoadBalanceAlgorithmTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/masterslave/RandomMasterSlaveLoadBalanceAlgorithmTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/masterslave/RoundRobinMasterSlaveLoadBalanceAlgorithmTest.java b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/masterslave/RoundRobinMasterSlaveLoadBalanceAlgorithmTest.java index 13bd3002bf..866657f079 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/masterslave/RoundRobinMasterSlaveLoadBalanceAlgorithmTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/masterslave/RoundRobinMasterSlaveLoadBalanceAlgorithmTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/sharding/DatabaseShardingStrategyTest.java b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/sharding/DatabaseShardingStrategyTest.java index cbbe2acae2..1c0ad78f47 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/sharding/DatabaseShardingStrategyTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/sharding/DatabaseShardingStrategyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/table/TableShardingStrategyTest.java b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/table/TableShardingStrategyTest.java index 0d241805b6..4e0c254a6a 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/table/TableShardingStrategyTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/api/algorithm/table/TableShardingStrategyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/constant/AllConstantsTests.java b/sharding-core/src/test/java/io/shardingsphere/core/constant/AllConstantsTests.java index 9d39d58b91..5ed4ac0c68 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/constant/AllConstantsTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/constant/AllConstantsTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/constant/DatabaseTypeTest.java b/sharding-core/src/test/java/io/shardingsphere/core/constant/DatabaseTypeTest.java index 553e314304..7af51117bc 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/constant/DatabaseTypeTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/constant/DatabaseTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/constant/ShardingPropertiesConstantTest.java b/sharding-core/src/test/java/io/shardingsphere/core/constant/ShardingPropertiesConstantTest.java index 864b0a923e..f4f6dcf2c1 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/constant/ShardingPropertiesConstantTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/constant/ShardingPropertiesConstantTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/constant/ShardingPropertiesTest.java b/sharding-core/src/test/java/io/shardingsphere/core/constant/ShardingPropertiesTest.java index 3f9eebe7bc..f831931b59 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/constant/ShardingPropertiesTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/constant/ShardingPropertiesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/fixture/ComplexOrderShardingAlgorithm.java b/sharding-core/src/test/java/io/shardingsphere/core/fixture/ComplexOrderShardingAlgorithm.java index c6251fd778..a9c8ef10da 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/fixture/ComplexOrderShardingAlgorithm.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/fixture/ComplexOrderShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/fixture/OrderDatabaseHintShardingAlgorithm.java b/sharding-core/src/test/java/io/shardingsphere/core/fixture/OrderDatabaseHintShardingAlgorithm.java index ca24226950..8777ccf5a5 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/fixture/OrderDatabaseHintShardingAlgorithm.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/fixture/OrderDatabaseHintShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/fixture/PreciseOrderShardingAlgorithm.java b/sharding-core/src/test/java/io/shardingsphere/core/fixture/PreciseOrderShardingAlgorithm.java index f83035a1e6..b12174dc5b 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/fixture/PreciseOrderShardingAlgorithm.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/fixture/PreciseOrderShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/fixture/RangeOrderShardingAlgorithm.java b/sharding-core/src/test/java/io/shardingsphere/core/fixture/RangeOrderShardingAlgorithm.java index c85b869c70..32ad121231 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/fixture/RangeOrderShardingAlgorithm.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/fixture/RangeOrderShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/hint/AllHintTests.java b/sharding-core/src/test/java/io/shardingsphere/core/hint/AllHintTests.java index 0c2e5be328..26a6f9e885 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/hint/AllHintTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/hint/AllHintTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/hint/HintManagerHolderTest.java b/sharding-core/src/test/java/io/shardingsphere/core/hint/HintManagerHolderTest.java index 51fee0e772..fb41a89c7e 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/hint/HintManagerHolderTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/hint/HintManagerHolderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/keygen/AllKeygenTests.java b/sharding-core/src/test/java/io/shardingsphere/core/keygen/AllKeygenTests.java index 98bff30d58..9646615f7f 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/keygen/AllKeygenTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/keygen/AllKeygenTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/keygen/DefaultKeyGeneratorTest.java b/sharding-core/src/test/java/io/shardingsphere/core/keygen/DefaultKeyGeneratorTest.java index 64021e7585..8ab35f2c1c 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/keygen/DefaultKeyGeneratorTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/keygen/DefaultKeyGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/keygen/KeyGeneratorFactoryTest.java b/sharding-core/src/test/java/io/shardingsphere/core/keygen/KeyGeneratorFactoryTest.java index 847064fd8e..a38b1376d3 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/keygen/KeyGeneratorFactoryTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/keygen/KeyGeneratorFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/keygen/fixture/FixedTimeService.java b/sharding-core/src/test/java/io/shardingsphere/core/keygen/fixture/FixedTimeService.java index f5d1c271b9..6f056fd6c5 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/keygen/fixture/FixedTimeService.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/keygen/fixture/FixedTimeService.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/keygen/fixture/IncrementKeyGenerator.java b/sharding-core/src/test/java/io/shardingsphere/core/keygen/fixture/IncrementKeyGenerator.java index 49b97254bf..e871ceeed7 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/keygen/fixture/IncrementKeyGenerator.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/keygen/fixture/IncrementKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/AllMergerTests.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/AllMergerTests.java index a18700f22f..8a39f0f08e 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/AllMergerTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/AllMergerTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/MergeEngineFactoryTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/MergeEngineFactoryTest.java index 683daac26f..24af722058 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/MergeEngineFactoryTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/MergeEngineFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/DALMergeEngineTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/DALMergeEngineTest.java index 2fb6aad4f4..9d870960ad 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/DALMergeEngineTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/DALMergeEngineTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowCreateTableMergedResultTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowCreateTableMergedResultTest.java index 5ad0c6bc15..58150e2209 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowCreateTableMergedResultTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowCreateTableMergedResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowDatabasesMergedResultTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowDatabasesMergedResultTest.java index e48b1ef124..fee159fdc7 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowDatabasesMergedResultTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowDatabasesMergedResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowOtherMergedResultTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowOtherMergedResultTest.java index 989cf5741c..58077e095d 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowOtherMergedResultTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowOtherMergedResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowTablesMergedResultTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowTablesMergedResultTest.java index 9b2754cbfd..0222ce7cad 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowTablesMergedResultTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dal/show/ShowTablesMergedResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/DQLMergeEngineTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/DQLMergeEngineTest.java index 547455db6a..e3633e3e53 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/DQLMergeEngineTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/DQLMergeEngineTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/DecoratorMergedResultTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/DecoratorMergedResultTest.java index f07e5e9fba..9d613e358e 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/DecoratorMergedResultTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/DecoratorMergedResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/MemoryMergedResultTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/MemoryMergedResultTest.java index 4c5ae04381..7cb55d6c8b 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/MemoryMergedResultTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/MemoryMergedResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/MemoryQueryResultRowTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/MemoryQueryResultRowTest.java index 1fccc1fd5e..1fff5b613a 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/MemoryQueryResultRowTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/MemoryQueryResultRowTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/StreamMergedResultTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/StreamMergedResultTest.java index adbfa41b5d..f7213a540f 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/StreamMergedResultTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/StreamMergedResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/fixture/TestDecoratorMergedResult.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/fixture/TestDecoratorMergedResult.java index 1f7a563ebf..fd9a594643 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/fixture/TestDecoratorMergedResult.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/fixture/TestDecoratorMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/fixture/TestMemoryMergedResult.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/fixture/TestMemoryMergedResult.java index 67c8c93bd2..3a6797d214 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/fixture/TestMemoryMergedResult.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/fixture/TestMemoryMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/fixture/TestStreamMergedResult.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/fixture/TestStreamMergedResult.java index 518ef3f1f6..3962ee84d2 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/fixture/TestStreamMergedResult.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/common/fixture/TestStreamMergedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByMemoryMergedResultTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByMemoryMergedResultTest.java index 69b52f7ff5..7163d36373 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByMemoryMergedResultTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByMemoryMergedResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByRowComparatorTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByRowComparatorTest.java index 1af58a8a79..3ba0bde452 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByRowComparatorTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByRowComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByStreamMergedResultTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByStreamMergedResultTest.java index f4407f5511..17d616e37e 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByStreamMergedResultTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByStreamMergedResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByValueTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByValueTest.java index 76a32704eb..eec41bbd1e 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByValueTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/GroupByValueTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AccumulationAggregationUnitTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AccumulationAggregationUnitTest.java index a4a622717c..e21d90a93f 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AccumulationAggregationUnitTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AccumulationAggregationUnitTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AggregationUnitFactoryTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AggregationUnitFactoryTest.java index 8fc3bdb236..68f1ad6a77 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AggregationUnitFactoryTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AggregationUnitFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AllAggregationTests.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AllAggregationTests.java index 02fc18233e..64735b0f88 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AllAggregationTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AllAggregationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AverageAggregationUnitTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AverageAggregationUnitTest.java index 2718a1ed51..7ae00f6522 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AverageAggregationUnitTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/AverageAggregationUnitTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/ComparableAggregationUnitTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/ComparableAggregationUnitTest.java index ee6f1fb997..99032c3678 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/ComparableAggregationUnitTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/groupby/aggregation/ComparableAggregationUnitTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/iterator/IteratorStreamMergedResultTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/iterator/IteratorStreamMergedResultTest.java index cd99085864..b3ecd7aea3 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/iterator/IteratorStreamMergedResultTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/iterator/IteratorStreamMergedResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/orderby/CompareUtilTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/orderby/CompareUtilTest.java index 1b0237fd99..307edd96e9 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/orderby/CompareUtilTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/orderby/CompareUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/orderby/OrderByStreamMergedResultTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/orderby/OrderByStreamMergedResultTest.java index 972e7790ff..823b621fa6 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/orderby/OrderByStreamMergedResultTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/orderby/OrderByStreamMergedResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/orderby/OrderByValueTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/orderby/OrderByValueTest.java index a368cb66bc..80e104f239 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/orderby/OrderByValueTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/orderby/OrderByValueTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/pagination/LimitDecoratorMergedResultTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/pagination/LimitDecoratorMergedResultTest.java index 6ea48793e9..4735d7878b 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/pagination/LimitDecoratorMergedResultTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/pagination/LimitDecoratorMergedResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/pagination/RowNumberDecoratorMergedResultTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/pagination/RowNumberDecoratorMergedResultTest.java index 07bf2ecbfa..82dac9b317 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/pagination/RowNumberDecoratorMergedResultTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/pagination/RowNumberDecoratorMergedResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/pagination/TopAndRowNumberDecoratorMergedResultTest.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/pagination/TopAndRowNumberDecoratorMergedResultTest.java index f2e5df90e1..3bb2caf983 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/pagination/TopAndRowNumberDecoratorMergedResultTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/dql/pagination/TopAndRowNumberDecoratorMergedResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/merger/fixture/TestQueryResult.java b/sharding-core/src/test/java/io/shardingsphere/core/merger/fixture/TestQueryResult.java index 65275d4162..e3a6925fdc 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/merger/fixture/TestQueryResult.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/merger/fixture/TestQueryResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/optimizer/AllOptimizerTests.java b/sharding-core/src/test/java/io/shardingsphere/core/optimizer/AllOptimizerTests.java index 093f9b241b..f1028e9331 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/optimizer/AllOptimizerTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/optimizer/AllOptimizerTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/optimizer/InsertOptimizeEngineTest.java b/sharding-core/src/test/java/io/shardingsphere/core/optimizer/InsertOptimizeEngineTest.java index 897101351f..4ebccaccce 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/optimizer/InsertOptimizeEngineTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/optimizer/InsertOptimizeEngineTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/optimizer/QueryOptimizeEngineTest.java b/sharding-core/src/test/java/io/shardingsphere/core/optimizer/QueryOptimizeEngineTest.java index 7fd309737a..69ee9dce53 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/optimizer/QueryOptimizeEngineTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/optimizer/QueryOptimizeEngineTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/AllParsingTests.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/AllParsingTests.java index 9eed2ccf8e..56f274d606 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/AllParsingTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/AllParsingTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/SQLJudgeEngineTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/SQLJudgeEngineTest.java index 8a9cc504c8..19b3555505 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/SQLJudgeEngineTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/SQLJudgeEngineTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/AllParsingIntegrateTests.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/AllParsingIntegrateTests.java index 6d547d018d..7008dabba4 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/AllParsingIntegrateTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/AllParsingIntegrateTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/ParserResultSetLoader.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/ParserResultSetLoader.java index 1a67d1cd90..4cc9d651f2 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/ParserResultSetLoader.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/ParserResultSetLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/SQLStatementAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/SQLStatementAssert.java index e4234ed0e6..cb1e608c8a 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/SQLStatementAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/SQLStatementAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/SQLStatementAssertMessage.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/SQLStatementAssertMessage.java index f9c1d23bc8..e3870f7145 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/SQLStatementAssertMessage.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/SQLStatementAssertMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/condition/ConditionAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/condition/ConditionAssert.java index 4a0de4c4dd..9bbce4aeca 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/condition/ConditionAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/condition/ConditionAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/groupby/GroupByAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/groupby/GroupByAssert.java index 65cdf5bdef..5926c9d0cb 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/groupby/GroupByAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/groupby/GroupByAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/index/IndexAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/index/IndexAssert.java index 25b18a41e9..2f85b1eb1c 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/index/IndexAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/index/IndexAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/item/AggregationSelectItemAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/item/AggregationSelectItemAssert.java index 61918eb6ff..ced80bfae2 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/item/AggregationSelectItemAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/item/AggregationSelectItemAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/item/ItemAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/item/ItemAssert.java index 48ad9bef72..65c73be2d4 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/item/ItemAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/item/ItemAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/limit/LimitAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/limit/LimitAssert.java index 53b90068fe..7444e76b7a 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/limit/LimitAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/limit/LimitAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/orderby/OrderByAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/orderby/OrderByAssert.java index b72f5be719..8cd279aced 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/orderby/OrderByAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/orderby/OrderByAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/table/TableAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/table/TableAssert.java index 7f6daebab9..fff26dee22 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/table/TableAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/table/TableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/GeneratedKeyTokenAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/GeneratedKeyTokenAssert.java index 45ef76e6e0..7465106baa 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/GeneratedKeyTokenAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/GeneratedKeyTokenAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/IndexTokenAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/IndexTokenAssert.java index f34eeb5202..47442df914 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/IndexTokenAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/IndexTokenAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/InsertValuesTokenAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/InsertValuesTokenAssert.java index f2394a9a6c..6a5a2550c4 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/InsertValuesTokenAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/InsertValuesTokenAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/ItemsTokenAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/ItemsTokenAssert.java index a5c5512ceb..fe51183d95 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/ItemsTokenAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/ItemsTokenAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/OffsetTokenAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/OffsetTokenAssert.java index 4e5a59f40c..606b0afe50 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/OffsetTokenAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/OffsetTokenAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/OrderByTokenAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/OrderByTokenAssert.java index 980b78ba09..5fd40ece0b 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/OrderByTokenAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/OrderByTokenAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/RowCountTokenAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/RowCountTokenAssert.java index e885712f5e..8eae228ce2 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/RowCountTokenAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/RowCountTokenAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/TableTokenAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/TableTokenAssert.java index 17d5f5b9dd..c90635f6dc 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/TableTokenAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/TableTokenAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/TokenAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/TokenAssert.java index 6585b10fe2..5bd91ed033 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/TokenAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/asserts/token/TokenAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/engine/AbstractBaseIntegrateSQLParsingTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/engine/AbstractBaseIntegrateSQLParsingTest.java index 22d67f8316..827cbf0315 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/engine/AbstractBaseIntegrateSQLParsingTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/engine/AbstractBaseIntegrateSQLParsingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/engine/IntegrateSupportedSQLParsingTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/engine/IntegrateSupportedSQLParsingTest.java index b644085a70..20f2a6552c 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/engine/IntegrateSupportedSQLParsingTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/engine/IntegrateSupportedSQLParsingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/engine/IntegrateUnsupportedSQLParsingTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/engine/IntegrateUnsupportedSQLParsingTest.java index 689aa8d50e..1ed1c005f0 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/engine/IntegrateUnsupportedSQLParsingTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/engine/IntegrateUnsupportedSQLParsingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedAndCondition.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedAndCondition.java index 5829d0ea27..1283cd9a49 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedAndCondition.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedAndCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedCondition.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedCondition.java index fb9ca3af2f..9b7433f291 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedCondition.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedOrCondition.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedOrCondition.java index dfab22ee40..28c5ceda12 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedOrCondition.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedOrCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedValue.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedValue.java index e1fa7128f9..7be9ecd707 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedValue.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/condition/ExpectedValue.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/groupby/ExpectedGroupByColumn.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/groupby/ExpectedGroupByColumn.java index 6d29601a43..60f8f42c12 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/groupby/ExpectedGroupByColumn.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/groupby/ExpectedGroupByColumn.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/item/ExpectedAggregationSelectItem.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/item/ExpectedAggregationSelectItem.java index 0e555d1bca..595d51d755 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/item/ExpectedAggregationSelectItem.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/item/ExpectedAggregationSelectItem.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/limit/ExpectedLimit.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/limit/ExpectedLimit.java index 968845043d..9bb683fded 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/limit/ExpectedLimit.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/limit/ExpectedLimit.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/orderby/ExpectedOrderByColumn.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/orderby/ExpectedOrderByColumn.java index ed1584e84e..16a8041f3f 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/orderby/ExpectedOrderByColumn.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/orderby/ExpectedOrderByColumn.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/root/ParserResult.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/root/ParserResult.java index 45e2a46a5c..6e438df787 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/root/ParserResult.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/root/ParserResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/root/ParserResultSet.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/root/ParserResultSet.java index f853ed347b..9cb6c1c617 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/root/ParserResultSet.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/root/ParserResultSet.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/table/ExpectedTable.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/table/ExpectedTable.java index fec435a279..f18e9ed1c4 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/table/ExpectedTable.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/table/ExpectedTable.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedGeneratedKeyToken.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedGeneratedKeyToken.java index 8ae073bf35..5ca838d757 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedGeneratedKeyToken.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedGeneratedKeyToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedIndexToken.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedIndexToken.java index d51b2abedf..d8cd1a3e73 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedIndexToken.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedIndexToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedInsertColumnToken.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedInsertColumnToken.java index c86b29426b..4ec9dbe1c4 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedInsertColumnToken.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedInsertColumnToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedInsertValuesToken.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedInsertValuesToken.java index 350ffab2c7..559f6b7cbd 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedInsertValuesToken.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedInsertValuesToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedItemsToken.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedItemsToken.java index 4e41901bc4..d33785f945 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedItemsToken.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedItemsToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedOffsetToken.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedOffsetToken.java index 618d3d3169..426753f431 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedOffsetToken.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedOffsetToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedOrderByToken.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedOrderByToken.java index 6c79090d62..94140d6c93 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedOrderByToken.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedOrderByToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedRowCountToken.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedRowCountToken.java index 4d3c704da4..11f4ce571b 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedRowCountToken.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedRowCountToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedTableToken.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedTableToken.java index e14e3da114..227dc673e7 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedTableToken.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedTableToken.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedTokens.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedTokens.java index 70a0e8d4a3..8362b22e30 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedTokens.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/integrate/jaxb/token/ExpectedTokens.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/AllLexerTests.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/AllLexerTests.java index e48ba66e74..31d8330b9f 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/AllLexerTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/AllLexerTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/LexerAssert.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/LexerAssert.java index 3e49ec7797..365613f43a 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/LexerAssert.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/LexerAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/LexerTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/LexerTest.java index d7856a7916..8ed47dbac5 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/LexerTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/LexerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/analyzer/CharTypeTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/analyzer/CharTypeTest.java index f62d546625..2209f64a6c 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/analyzer/CharTypeTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/analyzer/CharTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/analyzer/TokenizerTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/analyzer/TokenizerTest.java index 801d606d5e..96a81a528e 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/analyzer/TokenizerTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/analyzer/TokenizerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/mysql/MySQLLexerTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/mysql/MySQLLexerTest.java index 9122ecb660..9148a1a43a 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/mysql/MySQLLexerTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/mysql/MySQLLexerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/oracle/OracleLexerTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/oracle/OracleLexerTest.java index 41a9c2da85..7569f7d143 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/oracle/OracleLexerTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/oracle/OracleLexerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/postgresql/PostgreSQLLexerTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/postgresql/PostgreSQLLexerTest.java index eb368e582a..0a8dcbe91c 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/postgresql/PostgreSQLLexerTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/postgresql/PostgreSQLLexerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/sqlserver/SQLServerLexerTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/sqlserver/SQLServerLexerTest.java index ef78a72ada..ae983e93aa 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/sqlserver/SQLServerLexerTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/lexer/dialect/sqlserver/SQLServerLexerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/context/OrderItemTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/context/OrderItemTest.java index 648a7c265e..04756bae74 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/context/OrderItemTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/context/OrderItemTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/context/condition/ConditionTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/context/condition/ConditionTest.java index 2ed526864b..ad77d41431 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/context/condition/ConditionTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/context/condition/ConditionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/AbstractStatementParserTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/AbstractStatementParserTest.java index de71f11206..680f9e6b72 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/AbstractStatementParserTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/AbstractStatementParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/AllStatementParserTests.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/AllStatementParserTests.java index eebc89170f..6c8e08079f 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/AllStatementParserTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/AllStatementParserTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/DeleteStatementParserTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/DeleteStatementParserTest.java index 8388a86780..3059064157 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/DeleteStatementParserTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/DeleteStatementParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/InsertStatementParserTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/InsertStatementParserTest.java index 7e83bfe289..4bbda5b544 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/InsertStatementParserTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/InsertStatementParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/SelectStatementTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/SelectStatementTest.java index d84576d6fd..a449631af1 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/SelectStatementTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/SelectStatementTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/UpdateStatementParserTest.java b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/UpdateStatementParserTest.java index eb2de0c491..35f2586ebc 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/UpdateStatementParserTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/parsing/parser/sql/UpdateStatementParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/rewrite/AllRewriteTests.java b/sharding-core/src/test/java/io/shardingsphere/core/rewrite/AllRewriteTests.java index 96f742dc6d..462ec70c67 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/rewrite/AllRewriteTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/rewrite/AllRewriteTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/rewrite/SQLBuilderTest.java b/sharding-core/src/test/java/io/shardingsphere/core/rewrite/SQLBuilderTest.java index d71ee55a05..9ab2f537da 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/rewrite/SQLBuilderTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/rewrite/SQLBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/rewrite/SQLRewriteEngineTest.java b/sharding-core/src/test/java/io/shardingsphere/core/rewrite/SQLRewriteEngineTest.java index 1f3af3068c..a0b20d4076 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/rewrite/SQLRewriteEngineTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/rewrite/SQLRewriteEngineTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/routing/AllRoutingTests.java b/sharding-core/src/test/java/io/shardingsphere/core/routing/AllRoutingTests.java index 5845407630..582dbe40b6 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/routing/AllRoutingTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/routing/AllRoutingTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/routing/DatabaseTest.java b/sharding-core/src/test/java/io/shardingsphere/core/routing/DatabaseTest.java index bb20117be9..065c8bb98e 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/routing/DatabaseTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/routing/DatabaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/routing/router/DatabaseHintSQLRouterTest.java b/sharding-core/src/test/java/io/shardingsphere/core/routing/router/DatabaseHintSQLRouterTest.java index 91f330969a..3e64aafe26 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/routing/router/DatabaseHintSQLRouterTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/routing/router/DatabaseHintSQLRouterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/routing/type/broadcast/DatabaseBroadcastRoutingEngineTest.java b/sharding-core/src/test/java/io/shardingsphere/core/routing/type/broadcast/DatabaseBroadcastRoutingEngineTest.java index 7517931b3b..6b04c36175 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/routing/type/broadcast/DatabaseBroadcastRoutingEngineTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/routing/type/broadcast/DatabaseBroadcastRoutingEngineTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/routing/type/broadcast/TableBroadcastRoutingEngineTest.java b/sharding-core/src/test/java/io/shardingsphere/core/routing/type/broadcast/TableBroadcastRoutingEngineTest.java index 7ed4b31c30..2e84af5fef 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/routing/type/broadcast/TableBroadcastRoutingEngineTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/routing/type/broadcast/TableBroadcastRoutingEngineTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/routing/type/ignore/IgnoreRoutingEngineTest.java b/sharding-core/src/test/java/io/shardingsphere/core/routing/type/ignore/IgnoreRoutingEngineTest.java index 8c46290f7d..b7be39c0ce 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/routing/type/ignore/IgnoreRoutingEngineTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/routing/type/ignore/IgnoreRoutingEngineTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/rule/AllRuleTests.java b/sharding-core/src/test/java/io/shardingsphere/core/rule/AllRuleTests.java index 4045b27c71..996db729ed 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/rule/AllRuleTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/rule/AllRuleTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/rule/BindingTableRuleTest.java b/sharding-core/src/test/java/io/shardingsphere/core/rule/BindingTableRuleTest.java index 40065e45e8..36661087b5 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/rule/BindingTableRuleTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/rule/BindingTableRuleTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/rule/DataNodeTest.java b/sharding-core/src/test/java/io/shardingsphere/core/rule/DataNodeTest.java index ccfc773ac1..6c22adad1f 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/rule/DataNodeTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/rule/DataNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/rule/MasterSlaveRuleTest.java b/sharding-core/src/test/java/io/shardingsphere/core/rule/MasterSlaveRuleTest.java index 6259ebf678..0e8caf8cc7 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/rule/MasterSlaveRuleTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/rule/MasterSlaveRuleTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/rule/ShardingDataSourceNamesTest.java b/sharding-core/src/test/java/io/shardingsphere/core/rule/ShardingDataSourceNamesTest.java index aa79e4cd29..5b9342730b 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/rule/ShardingDataSourceNamesTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/rule/ShardingDataSourceNamesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/rule/ShardingRuleTest.java b/sharding-core/src/test/java/io/shardingsphere/core/rule/ShardingRuleTest.java index f446937452..27f34d4365 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/rule/ShardingRuleTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/rule/ShardingRuleTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/rule/TableRuleTest.java b/sharding-core/src/test/java/io/shardingsphere/core/rule/TableRuleTest.java index abd6164b91..b556df12f3 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/rule/TableRuleTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/rule/TableRuleTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/util/AllUtilTests.java b/sharding-core/src/test/java/io/shardingsphere/core/util/AllUtilTests.java index 1930986893..673260ef66 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/util/AllUtilTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/util/AllUtilTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/util/InlineExpressionParserTest.java b/sharding-core/src/test/java/io/shardingsphere/core/util/InlineExpressionParserTest.java index 9b6cf153cb..838ae2fc5f 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/util/InlineExpressionParserTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/util/InlineExpressionParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/util/NumberUtilTest.java b/sharding-core/src/test/java/io/shardingsphere/core/util/NumberUtilTest.java index 50d8cd33b2..4038702a18 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/util/NumberUtilTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/util/NumberUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/util/SQLPlaceholderUtil.java b/sharding-core/src/test/java/io/shardingsphere/core/util/SQLPlaceholderUtil.java index b27c83217b..e5543f261c 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/util/SQLPlaceholderUtil.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/util/SQLPlaceholderUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/util/SQLUtilTest.java b/sharding-core/src/test/java/io/shardingsphere/core/util/SQLUtilTest.java index ae3da0f7e6..86c36110d3 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/util/SQLUtilTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/util/SQLUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/util/StringUtilTest.java b/sharding-core/src/test/java/io/shardingsphere/core/util/StringUtilTest.java index 2feddefd9a..a72885a059 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/util/StringUtilTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/util/StringUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/yaml/AllYamlTests.java b/sharding-core/src/test/java/io/shardingsphere/core/yaml/AllYamlTests.java index 7dd0eefaa9..cdaa848040 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/yaml/AllYamlTests.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/yaml/AllYamlTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveConfigurationTest.java b/sharding-core/src/test/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveConfigurationTest.java index b292f3759e..6b98bffc25 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveConfigurationTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveRuleConfigurationTest.java b/sharding-core/src/test/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveRuleConfigurationTest.java index bbe7764742..49bcdf5a72 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveRuleConfigurationTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/yaml/masterslave/YamlMasterSlaveRuleConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlShardingConfigurationTest.java b/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlShardingConfigurationTest.java index 7caa4a8c42..afb3e3cb9d 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlShardingConfigurationTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlShardingConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlShardingRuleConfigurationTest.java b/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlShardingRuleConfigurationTest.java index ce947f098f..dd9d50bc0b 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlShardingRuleConfigurationTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlShardingRuleConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlShardingStrategyConfigurationTest.java b/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlShardingStrategyConfigurationTest.java index f7d522c017..ee7619f0ac 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlShardingStrategyConfigurationTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlShardingStrategyConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlTableRuleConfigurationTest.java b/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlTableRuleConfigurationTest.java index 764255c6a9..8a8c846ae5 100644 --- a/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlTableRuleConfigurationTest.java +++ b/sharding-core/src/test/java/io/shardingsphere/core/yaml/sharding/YamlTableRuleConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/OrchestrationSpringBootConfiguration.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/OrchestrationSpringBootConfiguration.java index 615c1a65ce..ed8599c507 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/OrchestrationSpringBootConfiguration.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/OrchestrationSpringBootConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/masterslave/SpringBootMasterSlaveRuleConfigurationProperties.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/masterslave/SpringBootMasterSlaveRuleConfigurationProperties.java index 08d8cac161..8b39d2c58c 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/masterslave/SpringBootMasterSlaveRuleConfigurationProperties.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/masterslave/SpringBootMasterSlaveRuleConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/orchestration/SpringBootOrchestrationConfigurationProperties.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/orchestration/SpringBootOrchestrationConfigurationProperties.java index 45cd592092..27f304ffcb 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/orchestration/SpringBootOrchestrationConfigurationProperties.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/orchestration/SpringBootOrchestrationConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/sharding/SpringBootShardingRuleConfigurationProperties.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/sharding/SpringBootShardingRuleConfigurationProperties.java index b672385b2c..0d4fd6dbba 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/sharding/SpringBootShardingRuleConfigurationProperties.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/sharding/SpringBootShardingRuleConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/util/PropertyUtil.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/util/PropertyUtil.java index b85df1e20a..027944be83 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/util/PropertyUtil.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/orchestration/spring/boot/util/PropertyUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/AllTests.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/AllTests.java index 7d3fb0c101..987f6c5f19 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/AllTests.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/AllTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/OrchestrationSpringBootMasterSlaveTest.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/OrchestrationSpringBootMasterSlaveTest.java index 5711e31168..9336dccd10 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/OrchestrationSpringBootMasterSlaveTest.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/OrchestrationSpringBootMasterSlaveTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/OrchestrationSpringBootShardingTest.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/OrchestrationSpringBootShardingTest.java index 32f77cfb78..33ed1a3e2a 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/OrchestrationSpringBootShardingTest.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/OrchestrationSpringBootShardingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/util/EmbedTestingServer.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/util/EmbedTestingServer.java index 50d449ee2e..9e3014a49b 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/util/EmbedTestingServer.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/util/EmbedTestingServer.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/OrchestrationMasterSlaveDataSourceFactoryBean.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/OrchestrationMasterSlaveDataSourceFactoryBean.java index 3ec3c3b094..73c52070c4 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/OrchestrationMasterSlaveDataSourceFactoryBean.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/OrchestrationMasterSlaveDataSourceFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/OrchestrationShardingDataSourceFactoryBean.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/OrchestrationShardingDataSourceFactoryBean.java index 987dbd833b..57f594426f 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/OrchestrationShardingDataSourceFactoryBean.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/OrchestrationShardingDataSourceFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/SpringMasterSlaveDataSource.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/SpringMasterSlaveDataSource.java index 72976350fe..533e8a8507 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/SpringMasterSlaveDataSource.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/SpringMasterSlaveDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/SpringShardingDataSource.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/SpringShardingDataSource.java index f9f3acb697..c2b322b3db 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/SpringShardingDataSource.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/datasource/SpringShardingDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/EtcdRegistryCenterBeanDefinitionParserTag.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/EtcdRegistryCenterBeanDefinitionParserTag.java index 7daefdc016..5b1b48948e 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/EtcdRegistryCenterBeanDefinitionParserTag.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/EtcdRegistryCenterBeanDefinitionParserTag.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/MasterSlaveDataSourceBeanDefinitionParserTag.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/MasterSlaveDataSourceBeanDefinitionParserTag.java index ad59442dbe..227ead00d3 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/MasterSlaveDataSourceBeanDefinitionParserTag.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/MasterSlaveDataSourceBeanDefinitionParserTag.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/ShardingDataSourceBeanDefinitionParserTag.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/ShardingDataSourceBeanDefinitionParserTag.java index db7aeb906e..740892fad9 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/ShardingDataSourceBeanDefinitionParserTag.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/ShardingDataSourceBeanDefinitionParserTag.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/ShardingStrategyBeanDefinitionParserTag.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/ShardingStrategyBeanDefinitionParserTag.java index c569ae01f0..2bcf4dbb08 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/ShardingStrategyBeanDefinitionParserTag.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/ShardingStrategyBeanDefinitionParserTag.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/ZookeeperRegistryCenterBeanDefinitionParserTag.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/ZookeeperRegistryCenterBeanDefinitionParserTag.java index 9aa5df90dd..09db98c58f 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/ZookeeperRegistryCenterBeanDefinitionParserTag.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/constants/ZookeeperRegistryCenterBeanDefinitionParserTag.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/handler/OrchestrationMasterSlaveNamespaceHandler.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/handler/OrchestrationMasterSlaveNamespaceHandler.java index ab77394144..e44da5cf16 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/handler/OrchestrationMasterSlaveNamespaceHandler.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/handler/OrchestrationMasterSlaveNamespaceHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/handler/OrchestrationShardingNamespaceHandler.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/handler/OrchestrationShardingNamespaceHandler.java index 102c512f4a..4d127c8f8f 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/handler/OrchestrationShardingNamespaceHandler.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/handler/OrchestrationShardingNamespaceHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/handler/RegNamespaceHandler.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/handler/RegNamespaceHandler.java index 81dc91bb4a..64dda23963 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/handler/RegNamespaceHandler.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/handler/RegNamespaceHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/AbstractOrchestrationBeanDefinitionParser.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/AbstractOrchestrationBeanDefinitionParser.java index a4eab6e49d..0e5cf2f5c8 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/AbstractOrchestrationBeanDefinitionParser.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/AbstractOrchestrationBeanDefinitionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/EtcdBeanDefinitionParser.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/EtcdBeanDefinitionParser.java index 92da2b0cd6..21b516a49d 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/EtcdBeanDefinitionParser.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/EtcdBeanDefinitionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/OrchestrationMasterSlaveDataSourceBeanDefinitionParser.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/OrchestrationMasterSlaveDataSourceBeanDefinitionParser.java index c286e551d2..046cd598e8 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/OrchestrationMasterSlaveDataSourceBeanDefinitionParser.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/OrchestrationMasterSlaveDataSourceBeanDefinitionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/OrchestrationShardingDataSourceBeanDefinitionParser.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/OrchestrationShardingDataSourceBeanDefinitionParser.java index 0ad08bb3af..7f92e93838 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/OrchestrationShardingDataSourceBeanDefinitionParser.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/OrchestrationShardingDataSourceBeanDefinitionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/ShardingStrategyBeanDefinition.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/ShardingStrategyBeanDefinition.java index 4879c6489b..5177eef3cc 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/ShardingStrategyBeanDefinition.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/ShardingStrategyBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/ShardingStrategyBeanDefinitionParser.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/ShardingStrategyBeanDefinitionParser.java index 2c402a5b0b..5523ebea99 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/ShardingStrategyBeanDefinitionParser.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/ShardingStrategyBeanDefinitionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/ZookeeperBeanDefinitionParser.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/ZookeeperBeanDefinitionParser.java index 3b5641c30c..089d77a741 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/ZookeeperBeanDefinitionParser.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/main/java/io/shardingsphere/jdbc/orchestration/spring/namespace/parser/ZookeeperBeanDefinitionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/AllTests.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/AllTests.java index 0ed477bb0e..84b208f8e5 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/AllTests.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/AllTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/OrchestrationMasterSlaveNamespaceTest.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/OrchestrationMasterSlaveNamespaceTest.java index 1f34b5be7f..d215c76e27 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/OrchestrationMasterSlaveNamespaceTest.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/OrchestrationMasterSlaveNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/OrchestrationShardingMasterSlaveNamespaceTest.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/OrchestrationShardingMasterSlaveNamespaceTest.java index 017111f7c5..0e30198b1c 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/OrchestrationShardingMasterSlaveNamespaceTest.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/OrchestrationShardingMasterSlaveNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/OrchestrationShardingNamespaceTest.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/OrchestrationShardingNamespaceTest.java index 2ac1c7464d..4339a76ca3 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/OrchestrationShardingNamespaceTest.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/OrchestrationShardingNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/DefaultComplexKeysShardingAlgorithm.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/DefaultComplexKeysShardingAlgorithm.java index caed3327d5..6910b3afd8 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/DefaultComplexKeysShardingAlgorithm.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/DefaultComplexKeysShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/DefaultHintShardingAlgorithm.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/DefaultHintShardingAlgorithm.java index 2a40d01220..8f2b430aed 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/DefaultHintShardingAlgorithm.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/DefaultHintShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/PreciseModuloDatabaseShardingAlgorithm.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/PreciseModuloDatabaseShardingAlgorithm.java index cf922b6e25..0db78329bf 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/PreciseModuloDatabaseShardingAlgorithm.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/PreciseModuloDatabaseShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/PreciseModuloTableShardingAlgorithm.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/PreciseModuloTableShardingAlgorithm.java index ab504f692b..7b15dea133 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/PreciseModuloTableShardingAlgorithm.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/PreciseModuloTableShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/RangeModuloDatabaseShardingAlgorithm.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/RangeModuloDatabaseShardingAlgorithm.java index ad195b98a4..329da016d3 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/RangeModuloDatabaseShardingAlgorithm.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/RangeModuloDatabaseShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/RangeModuloTableShardingAlgorithm.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/RangeModuloTableShardingAlgorithm.java index 65201c9cd1..de4df2bc35 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/RangeModuloTableShardingAlgorithm.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/algorithm/RangeModuloTableShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/fixture/DecrementKeyGenerator.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/fixture/DecrementKeyGenerator.java index ebcbc5d94e..876600405c 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/fixture/DecrementKeyGenerator.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/fixture/DecrementKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/fixture/IncrementKeyGenerator.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/fixture/IncrementKeyGenerator.java index 0e0b8bf8c9..4c79b55bfa 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/fixture/IncrementKeyGenerator.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/fixture/IncrementKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/util/EmbedTestingServer.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/util/EmbedTestingServer.java index 178f009d36..a4db00f7e8 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/util/EmbedTestingServer.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/util/EmbedTestingServer.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/util/FieldValueUtil.java b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/util/FieldValueUtil.java index 28c9057ae5..f0bb5691e6 100644 --- a/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/util/FieldValueUtil.java +++ b/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-namespace/src/test/java/io/shardingsphere/jdbc/orchestration/spring/util/FieldValueUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/OrchestrationMasterSlaveDataSourceFactory.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/OrchestrationMasterSlaveDataSourceFactory.java index 58d98380e2..18cc810b15 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/OrchestrationMasterSlaveDataSourceFactory.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/OrchestrationMasterSlaveDataSourceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/OrchestrationShardingDataSourceFactory.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/OrchestrationShardingDataSourceFactory.java index 7d34443bda..ca7d1fcab6 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/OrchestrationShardingDataSourceFactory.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/OrchestrationShardingDataSourceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/config/OrchestrationConfiguration.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/config/OrchestrationConfiguration.java index 001866716b..a86b86a006 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/config/OrchestrationConfiguration.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/config/OrchestrationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/util/OrchestrationDataSourceCloseableUtil.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/util/OrchestrationDataSourceCloseableUtil.java index 95f2bc5b21..4bb9beb246 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/util/OrchestrationDataSourceCloseableUtil.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/api/util/OrchestrationDataSourceCloseableUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/OrchestrationFacade.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/OrchestrationFacade.java index 0db130ed60..a9ad92bc06 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/OrchestrationFacade.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/OrchestrationFacade.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/OrchestrationMasterSlaveDataSource.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/OrchestrationMasterSlaveDataSource.java index d02fcc0832..3e586a1799 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/OrchestrationMasterSlaveDataSource.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/OrchestrationMasterSlaveDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/OrchestrationShardingDataSource.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/OrchestrationShardingDataSource.java index e33035382e..65523f03d1 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/OrchestrationShardingDataSource.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/OrchestrationShardingDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigMapListenerManager.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigMapListenerManager.java index f181035175..b07579ce25 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigMapListenerManager.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigMapListenerManager.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationListenerManager.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationListenerManager.java index d1487e5e39..b112acfbc7 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationListenerManager.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationListenerManager.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationNode.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationNode.java index 46de7ab080..670a04b25d 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationNode.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationNode.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationService.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationService.java index f71e691b45..022ed9c3b4 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationService.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationService.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/connection/CircuitBreakerConnection.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/connection/CircuitBreakerConnection.java index 8de7d3e2d1..2922489bec 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/connection/CircuitBreakerConnection.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/connection/CircuitBreakerConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/datasource/CircuitBreakerDataSource.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/datasource/CircuitBreakerDataSource.java index 1a89c77f06..620856059c 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/datasource/CircuitBreakerDataSource.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/datasource/CircuitBreakerDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/metadata/CircuitBreakerDatabaseMetaData.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/metadata/CircuitBreakerDatabaseMetaData.java index 1838e906f3..6e8d5cb4d0 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/metadata/CircuitBreakerDatabaseMetaData.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/metadata/CircuitBreakerDatabaseMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/resultset/CircuitBreakerResultSet.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/resultset/CircuitBreakerResultSet.java index bdf04ccb04..43ab54810c 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/resultset/CircuitBreakerResultSet.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/resultset/CircuitBreakerResultSet.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/resultset/CircuitBreakerResultSetMetaData.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/resultset/CircuitBreakerResultSetMetaData.java index c2b8344295..edb820bc8f 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/resultset/CircuitBreakerResultSetMetaData.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/resultset/CircuitBreakerResultSetMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/statement/CircuitBreakerPreparedStatement.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/statement/CircuitBreakerPreparedStatement.java index 5e2859b7bf..42c9b0a311 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/statement/CircuitBreakerPreparedStatement.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/statement/CircuitBreakerPreparedStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/statement/CircuitBreakerStatement.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/statement/CircuitBreakerStatement.java index 0e109e8270..4048a63989 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/statement/CircuitBreakerStatement.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/statement/CircuitBreakerStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceGsonTypeAdapter.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceGsonTypeAdapter.java index b0252fb89a..8706a2330b 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceGsonTypeAdapter.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceGsonTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceGsonTypeConstants.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceGsonTypeConstants.java index 22ca9b4a63..a6e4624821 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceGsonTypeConstants.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceGsonTypeConstants.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceJsonConverter.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceJsonConverter.java index 434576167b..917defda20 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceJsonConverter.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceJsonConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/GsonFactory.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/GsonFactory.java index dd7cc4afdd..c69ca22674 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/GsonFactory.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/GsonFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/KeyGeneratorGsonTypeAdapter.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/KeyGeneratorGsonTypeAdapter.java index d806df4268..4b17d9607f 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/KeyGeneratorGsonTypeAdapter.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/KeyGeneratorGsonTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/MasterSlaveLoadBalanceAlgorithmGsonTypeAdapter.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/MasterSlaveLoadBalanceAlgorithmGsonTypeAdapter.java index 51fd478f98..f905f60622 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/MasterSlaveLoadBalanceAlgorithmGsonTypeAdapter.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/MasterSlaveLoadBalanceAlgorithmGsonTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/MasterSlaveRuleConfigurationConverter.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/MasterSlaveRuleConfigurationConverter.java index 45b6a60a95..12144b18bd 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/MasterSlaveRuleConfigurationConverter.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/MasterSlaveRuleConfigurationConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/ShardingRuleConfigurationConverter.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/ShardingRuleConfigurationConverter.java index 9699cdf60c..ad47a6e782 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/ShardingRuleConfigurationConverter.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/ShardingRuleConfigurationConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/ShardingStrategyConfigurationGsonTypeAdapter.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/ShardingStrategyConfigurationGsonTypeAdapter.java index 64f60d7d7e..6089d1c0c4 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/ShardingStrategyConfigurationGsonTypeAdapter.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/json/ShardingStrategyConfigurationGsonTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/listener/ListenerFactory.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/listener/ListenerFactory.java index b71fa3cda2..5651ba29e6 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/listener/ListenerFactory.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/listener/ListenerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/listener/ListenerManager.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/listener/ListenerManager.java index cc3c933542..908936f030 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/listener/ListenerManager.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/listener/ListenerManager.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/StateNode.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/StateNode.java index df45c88f7b..06bdf6a464 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/StateNode.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/StateNode.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/StateNodeStatus.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/StateNodeStatus.java index 660edb76eb..ee479f3b23 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/StateNodeStatus.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/StateNodeStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/datasource/DataSourceListenerManager.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/datasource/DataSourceListenerManager.java index b73aa1327c..0683929698 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/datasource/DataSourceListenerManager.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/datasource/DataSourceListenerManager.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/datasource/DataSourceService.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/datasource/DataSourceService.java index 5cc63a4f19..4a0fee3d7d 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/datasource/DataSourceService.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/datasource/DataSourceService.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/instance/InstanceListenerManager.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/instance/InstanceListenerManager.java index 0012a20206..23bd8da5fb 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/instance/InstanceListenerManager.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/instance/InstanceListenerManager.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/instance/InstanceStateService.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/instance/InstanceStateService.java index 172b0ce7b3..9a9aeb50a6 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/instance/InstanceStateService.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/instance/InstanceStateService.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/instance/OrchestrationInstance.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/instance/OrchestrationInstance.java index 1e9cc0a84d..4e6935b686 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/instance/OrchestrationInstance.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/state/instance/OrchestrationInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/util/IpUtils.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/util/IpUtils.java index b17626dfa7..ace65a6f50 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/util/IpUtils.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/internal/util/IpUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/api/RegistryCenter.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/api/RegistryCenter.java index f23e619ad2..f2212901e5 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/api/RegistryCenter.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/api/RegistryCenter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/api/RegistryCenterConfiguration.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/api/RegistryCenterConfiguration.java index a814256053..35a9352580 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/api/RegistryCenterConfiguration.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/api/RegistryCenterConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/EtcdConfiguration.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/EtcdConfiguration.java index 1aba2aee31..70a667b0ff 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/EtcdConfiguration.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/EtcdConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/EtcdRegistryCenter.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/EtcdRegistryCenter.java index 454d862f98..ba884d77fb 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/EtcdRegistryCenter.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/EtcdRegistryCenter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/channel/EtcdChannelFactory.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/channel/EtcdChannelFactory.java index 4e339ffa9c..35713041e5 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/channel/EtcdChannelFactory.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/channel/EtcdChannelFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/channel/EtcdNameSolverFactory.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/channel/EtcdNameSolverFactory.java index 02a16a3fc4..32a0c8cf14 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/channel/EtcdNameSolverFactory.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/channel/EtcdNameSolverFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/keepalive/KeepAlive.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/keepalive/KeepAlive.java index 3a54781874..5a7785b502 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/keepalive/KeepAlive.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/keepalive/KeepAlive.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/retry/EtcdRetryEngine.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/retry/EtcdRetryEngine.java index 423badf266..3da4685499 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/retry/EtcdRetryEngine.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/retry/EtcdRetryEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/watcher/EtcdWatchStreamObserver.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/watcher/EtcdWatchStreamObserver.java index 458fe0e351..1806190b92 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/watcher/EtcdWatchStreamObserver.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/etcd/internal/watcher/EtcdWatchStreamObserver.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/exception/RegException.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/exception/RegException.java index 33aee04a2c..52b4013330 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/exception/RegException.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/exception/RegException.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/exception/RegExceptionHandler.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/exception/RegExceptionHandler.java index 2c0ac9a4d3..852ce723e1 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/exception/RegExceptionHandler.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/exception/RegExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/listener/DataChangedEvent.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/listener/DataChangedEvent.java index fd68fb5491..2620e38607 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/listener/DataChangedEvent.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/listener/DataChangedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/listener/EventListener.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/listener/EventListener.java index bb17c42b8b..4caec29274 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/listener/EventListener.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/listener/EventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/zookeeper/ZookeeperConfiguration.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/zookeeper/ZookeeperConfiguration.java index 016c3124c5..a182d5fb99 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/zookeeper/ZookeeperConfiguration.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/zookeeper/ZookeeperConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/zookeeper/ZookeeperRegistryCenter.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/zookeeper/ZookeeperRegistryCenter.java index 0a873d83fe..330ce59997 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/zookeeper/ZookeeperRegistryCenter.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/reg/zookeeper/ZookeeperRegistryCenter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/yaml/YamlOrchestrationConfiguration.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/yaml/YamlOrchestrationConfiguration.java index 903a5af1de..18f4e97d14 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/yaml/YamlOrchestrationConfiguration.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/yaml/YamlOrchestrationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/yaml/YamlOrchestrationMasterSlaveRuleConfiguration.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/yaml/YamlOrchestrationMasterSlaveRuleConfiguration.java index 25e332f283..d9bcb3bdf6 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/yaml/YamlOrchestrationMasterSlaveRuleConfiguration.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/yaml/YamlOrchestrationMasterSlaveRuleConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/yaml/YamlOrchestrationShardingRuleConfiguration.java b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/yaml/YamlOrchestrationShardingRuleConfiguration.java index 43fdf98b87..cbd6dabb5c 100644 --- a/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/yaml/YamlOrchestrationShardingRuleConfiguration.java +++ b/sharding-jdbc-orchestration/src/main/java/io/shardingsphere/jdbc/orchestration/yaml/YamlOrchestrationShardingRuleConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/AllTests.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/AllTests.java index ebbaffdb9e..32d3333885 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/AllTests.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/AllTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/AllInternalTests.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/AllInternalTests.java index b6b5b12542..dba5281739 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/AllInternalTests.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/AllInternalTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationNodeTest.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationNodeTest.java index 14705fa9ef..e38c5bf7e0 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationNodeTest.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/config/ConfigurationNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/AllJdbcTests.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/AllJdbcTests.java index 0408962412..cdfc59ecfc 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/AllJdbcTests.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/AllJdbcTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/connection/CircuitBreakerConnectionTest.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/connection/CircuitBreakerConnectionTest.java index 03f3779f43..3388438ce8 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/connection/CircuitBreakerConnectionTest.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/connection/CircuitBreakerConnectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/datasource/CircuitBreakerDataSourceTest.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/datasource/CircuitBreakerDataSourceTest.java index 2b20b43a2b..c84d251320 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/datasource/CircuitBreakerDataSourceTest.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/datasource/CircuitBreakerDataSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/metadata/CircuitBreakerDatabaseMetaDataTest.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/metadata/CircuitBreakerDatabaseMetaDataTest.java index a928e97588..e26803d598 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/metadata/CircuitBreakerDatabaseMetaDataTest.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/jdbc/metadata/CircuitBreakerDatabaseMetaDataTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceJsonConverterTest.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceJsonConverterTest.java index 7debe26a11..14d0fe81dc 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceJsonConverterTest.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/DataSourceJsonConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/ShardingRuleConfigurationConverterTest.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/ShardingRuleConfigurationConverterTest.java index ef21880bb6..dc4ff362f6 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/ShardingRuleConfigurationConverterTest.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/ShardingRuleConfigurationConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestComplexKeysShardingAlgorithm.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestComplexKeysShardingAlgorithm.java index 0a85bf1ac0..93d790cb45 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestComplexKeysShardingAlgorithm.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestComplexKeysShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestHintShardingAlgorithm.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestHintShardingAlgorithm.java index 05f3231e82..82ff4890bc 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestHintShardingAlgorithm.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestHintShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestPreciseShardingAlgorithm.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestPreciseShardingAlgorithm.java index 97ae01414e..fc029b67c8 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestPreciseShardingAlgorithm.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestPreciseShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestRangeShardingAlgorithm.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestRangeShardingAlgorithm.java index e68f07363b..a4ed40243a 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestRangeShardingAlgorithm.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/internal/json/fixture/TestRangeShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/util/EmbedTestingServer.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/util/EmbedTestingServer.java index 334e46397a..4be32b6fe0 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/util/EmbedTestingServer.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/util/EmbedTestingServer.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/AbstractYamlDataSourceTest.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/AbstractYamlDataSourceTest.java index 9605d8cc1e..ea899b0222 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/AbstractYamlDataSourceTest.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/AbstractYamlDataSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/AllYamlTests.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/AllYamlTests.java index ce025ce543..92e7243c96 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/AllYamlTests.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/AllYamlTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/DecrementKeyGenerator.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/DecrementKeyGenerator.java index a8d99d8b06..42f8ee9d96 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/DecrementKeyGenerator.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/DecrementKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/IncrementKeyGenerator.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/IncrementKeyGenerator.java index 2ba2a5b507..b62def5723 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/IncrementKeyGenerator.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/IncrementKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/MultiAlgorithm.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/MultiAlgorithm.java index d99c35c929..166b9a9583 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/MultiAlgorithm.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/MultiAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/SingleAlgorithm.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/SingleAlgorithm.java index cf60b5f2d2..9abdc33b1d 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/SingleAlgorithm.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/fixture/SingleAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/masterslave/YamlOrchestrationMasterSlaveIntegrateTest.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/masterslave/YamlOrchestrationMasterSlaveIntegrateTest.java index 97719758b0..195c00684a 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/masterslave/YamlOrchestrationMasterSlaveIntegrateTest.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/masterslave/YamlOrchestrationMasterSlaveIntegrateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/sharding/YamlOrchestrationShardingIntegrateTest.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/sharding/YamlOrchestrationShardingIntegrateTest.java index 4ab21a76dc..1ac1e5f1a9 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/sharding/YamlOrchestrationShardingIntegrateTest.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/sharding/YamlOrchestrationShardingIntegrateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/sharding/YamlOrchestrationShardingWithMasterSlaveIntegrateTest.java b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/sharding/YamlOrchestrationShardingWithMasterSlaveIntegrateTest.java index 9816bc29ef..a6a12a19d5 100644 --- a/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/sharding/YamlOrchestrationShardingWithMasterSlaveIntegrateTest.java +++ b/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/jdbc/orchestration/yaml/sharding/YamlOrchestrationShardingWithMasterSlaveIntegrateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-plugin/src/main/java/io/shardingsphere/plugin/keygen/HostNameKeyGenerator.java b/sharding-jdbc-plugin/src/main/java/io/shardingsphere/plugin/keygen/HostNameKeyGenerator.java index 7353c7dc2f..14cfbb62df 100644 --- a/sharding-jdbc-plugin/src/main/java/io/shardingsphere/plugin/keygen/HostNameKeyGenerator.java +++ b/sharding-jdbc-plugin/src/main/java/io/shardingsphere/plugin/keygen/HostNameKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-plugin/src/main/java/io/shardingsphere/plugin/keygen/IPKeyGenerator.java b/sharding-jdbc-plugin/src/main/java/io/shardingsphere/plugin/keygen/IPKeyGenerator.java index 610ea09160..43bfabd535 100644 --- a/sharding-jdbc-plugin/src/main/java/io/shardingsphere/plugin/keygen/IPKeyGenerator.java +++ b/sharding-jdbc-plugin/src/main/java/io/shardingsphere/plugin/keygen/IPKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-plugin/src/main/java/io/shardingsphere/plugin/keygen/IPSectionKeyGenerator.java b/sharding-jdbc-plugin/src/main/java/io/shardingsphere/plugin/keygen/IPSectionKeyGenerator.java index 68be3669e5..653a0f82c8 100644 --- a/sharding-jdbc-plugin/src/main/java/io/shardingsphere/plugin/keygen/IPSectionKeyGenerator.java +++ b/sharding-jdbc-plugin/src/main/java/io/shardingsphere/plugin/keygen/IPSectionKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/AllTests.java b/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/AllTests.java index faeffbcb6f..bd79ab8797 100644 --- a/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/AllTests.java +++ b/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/AllTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/HostNameKeyGeneratorTest.java b/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/HostNameKeyGeneratorTest.java index d853d5645b..1d1f3dcdeb 100644 --- a/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/HostNameKeyGeneratorTest.java +++ b/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/HostNameKeyGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/IPKeyGeneratorTest.java b/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/IPKeyGeneratorTest.java index f21f4501f1..3c729dbd18 100644 --- a/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/IPKeyGeneratorTest.java +++ b/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/IPKeyGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/IPSectionKeyGeneratorTest.java b/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/IPSectionKeyGeneratorTest.java index 92fbc16133..5829fb304c 100644 --- a/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/IPSectionKeyGeneratorTest.java +++ b/sharding-jdbc-plugin/src/test/java/io/shardingsphere/plugin/keygen/IPSectionKeyGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/SpringBootConfiguration.java b/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/SpringBootConfiguration.java index 4560922591..797e3fdec4 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/SpringBootConfiguration.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/SpringBootConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/masterslave/SpringBootMasterSlaveRuleConfigurationProperties.java b/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/masterslave/SpringBootMasterSlaveRuleConfigurationProperties.java index 282d5722fa..d954a62756 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/masterslave/SpringBootMasterSlaveRuleConfigurationProperties.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/masterslave/SpringBootMasterSlaveRuleConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/sharding/SpringBootShardingRuleConfigurationProperties.java b/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/sharding/SpringBootShardingRuleConfigurationProperties.java index 2c16491f84..28e6e7bbe6 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/sharding/SpringBootShardingRuleConfigurationProperties.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/sharding/SpringBootShardingRuleConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/util/PropertyUtil.java b/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/util/PropertyUtil.java index 1ece7b6854..a1be6a2192 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/util/PropertyUtil.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/main/java/io/shardingsphere/jdbc/spring/boot/util/PropertyUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/AllTests.java b/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/AllTests.java index 27316be14d..05a5e83f31 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/AllTests.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/AllTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/SpringBootMasterSlaveTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/SpringBootMasterSlaveTest.java index a4c362238f..9d5cf80167 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/SpringBootMasterSlaveTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/SpringBootMasterSlaveTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/SpringBootShardingTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/SpringBootShardingTest.java index 3a2a8b66fb..bd07561ec5 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/SpringBootShardingTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/src/test/java/io/shardingsphere/jdbc/spring/boot/type/SpringBootShardingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/datasource/SpringMasterSlaveDataSource.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/datasource/SpringMasterSlaveDataSource.java index ae7da4bd0e..83012f0633 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/datasource/SpringMasterSlaveDataSource.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/datasource/SpringMasterSlaveDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/datasource/SpringShardingDataSource.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/datasource/SpringShardingDataSource.java index 6494dad616..d771c0d91b 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/datasource/SpringShardingDataSource.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/datasource/SpringShardingDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/constants/MasterSlaveDataSourceBeanDefinitionParserTag.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/constants/MasterSlaveDataSourceBeanDefinitionParserTag.java index fb400d2d48..e41f20864a 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/constants/MasterSlaveDataSourceBeanDefinitionParserTag.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/constants/MasterSlaveDataSourceBeanDefinitionParserTag.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/constants/ShardingDataSourceBeanDefinitionParserTag.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/constants/ShardingDataSourceBeanDefinitionParserTag.java index 15993523df..0437cf18d2 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/constants/ShardingDataSourceBeanDefinitionParserTag.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/constants/ShardingDataSourceBeanDefinitionParserTag.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/constants/ShardingStrategyBeanDefinitionParserTag.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/constants/ShardingStrategyBeanDefinitionParserTag.java index 215330385c..3af669b029 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/constants/ShardingStrategyBeanDefinitionParserTag.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/constants/ShardingStrategyBeanDefinitionParserTag.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/handler/MasterSlaveNamespaceHandler.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/handler/MasterSlaveNamespaceHandler.java index 2fc5a2245b..8b20949eb1 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/handler/MasterSlaveNamespaceHandler.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/handler/MasterSlaveNamespaceHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/handler/ShardingNamespaceHandler.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/handler/ShardingNamespaceHandler.java index af1a842f5d..a301b58307 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/handler/ShardingNamespaceHandler.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/handler/ShardingNamespaceHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/MasterSlaveDataSourceBeanDefinitionParser.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/MasterSlaveDataSourceBeanDefinitionParser.java index eee8414c30..c833b576ae 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/MasterSlaveDataSourceBeanDefinitionParser.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/MasterSlaveDataSourceBeanDefinitionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/ShardingDataSourceBeanDefinitionParser.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/ShardingDataSourceBeanDefinitionParser.java index 68a208704e..3c79dd5aa1 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/ShardingDataSourceBeanDefinitionParser.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/ShardingDataSourceBeanDefinitionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/ShardingStrategyBeanDefinition.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/ShardingStrategyBeanDefinition.java index eb23907a4b..6e013dd5c7 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/ShardingStrategyBeanDefinition.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/ShardingStrategyBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/ShardingStrategyBeanDefinitionParser.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/ShardingStrategyBeanDefinitionParser.java index 0488724cff..774d598eea 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/ShardingStrategyBeanDefinitionParser.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/io/shardingsphere/jdbc/spring/namespace/parser/ShardingStrategyBeanDefinitionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/AbstractShardingBothDataBasesAndTablesSpringDBUnitTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/AbstractShardingBothDataBasesAndTablesSpringDBUnitTest.java index 67f9bf8a3b..a008bc8902 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/AbstractShardingBothDataBasesAndTablesSpringDBUnitTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/AbstractShardingBothDataBasesAndTablesSpringDBUnitTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/AbstractSpringDBUnitTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/AbstractSpringDBUnitTest.java index f5eface41d..38ab2907c5 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/AbstractSpringDBUnitTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/AbstractSpringDBUnitTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/AllTests.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/AllTests.java index f23d9743ef..de48f4fd3c 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/AllTests.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/AllTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/GenerateKeyDBUnitTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/GenerateKeyDBUnitTest.java index ea78cba0c2..e8804ecb4c 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/GenerateKeyDBUnitTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/GenerateKeyDBUnitTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/MasterSlaveNamespaceTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/MasterSlaveNamespaceTest.java index 47855d0c6e..bcabc8fc4f 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/MasterSlaveNamespaceTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/MasterSlaveNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/ShardingNamespaceTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/ShardingNamespaceTest.java index 401211241d..5f0c20489d 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/ShardingNamespaceTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/ShardingNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/DefaultComplexKeysShardingAlgorithm.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/DefaultComplexKeysShardingAlgorithm.java index 9dcc34fea5..5e51db9f3d 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/DefaultComplexKeysShardingAlgorithm.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/DefaultComplexKeysShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/DefaultHintShardingAlgorithm.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/DefaultHintShardingAlgorithm.java index bfa4d6a136..0f9378b8a6 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/DefaultHintShardingAlgorithm.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/DefaultHintShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/PreciseModuloDatabaseShardingAlgorithm.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/PreciseModuloDatabaseShardingAlgorithm.java index 45d3a259a9..2d9620e9bb 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/PreciseModuloDatabaseShardingAlgorithm.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/PreciseModuloDatabaseShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/PreciseModuloTableShardingAlgorithm.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/PreciseModuloTableShardingAlgorithm.java index 336cb96106..df7d36096e 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/PreciseModuloTableShardingAlgorithm.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/PreciseModuloTableShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/RangeModuloDatabaseShardingAlgorithm.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/RangeModuloDatabaseShardingAlgorithm.java index 320eebb0f5..c697639039 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/RangeModuloDatabaseShardingAlgorithm.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/RangeModuloDatabaseShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/RangeModuloTableShardingAlgorithm.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/RangeModuloTableShardingAlgorithm.java index 61c68ba9e1..a6b6bd9dd6 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/RangeModuloTableShardingAlgorithm.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/algorithm/RangeModuloTableShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceAlgorithmClassTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceAlgorithmClassTest.java index ce8993cd19..79c402ef58 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceAlgorithmClassTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceAlgorithmClassTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceAlgorithmExpressionTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceAlgorithmExpressionTest.java index 0e1128d279..e20742823d 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceAlgorithmExpressionTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceAlgorithmExpressionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceBindingTablesTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceBindingTablesTest.java index e8e1bf8a78..99e5bfd1fe 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceBindingTablesTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceBindingTablesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceDefaultStrategyTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceDefaultStrategyTest.java index 133da3c23e..6d923d3dfc 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceDefaultStrategyTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceDefaultStrategyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceDifferentTablesTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceDifferentTablesTest.java index 61a7c59261..c62e193710 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceDifferentTablesTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceDifferentTablesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceForMasterSlaveWithDefaultStrategyTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceForMasterSlaveWithDefaultStrategyTest.java index 56aaac2661..1636c44059 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceForMasterSlaveWithDefaultStrategyTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceForMasterSlaveWithDefaultStrategyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceForMasterSlaveWithStrategyRefTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceForMasterSlaveWithStrategyRefTest.java index 24af2aeba7..d47a0f02eb 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceForMasterSlaveWithStrategyRefTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceForMasterSlaveWithStrategyRefTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceForMasterSlaveWithStrategyTypeTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceForMasterSlaveWithStrategyTypeTest.java index cb513ef369..21e9962406 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceForMasterSlaveWithStrategyTypeTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceForMasterSlaveWithStrategyTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceLogicIndexTest.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceLogicIndexTest.java index 4c4ff5c175..263c73da7d 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceLogicIndexTest.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/cases/WithNamespaceLogicIndexTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/fixture/DecrementKeyGenerator.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/fixture/DecrementKeyGenerator.java index 818dc10652..efebfdc04b 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/fixture/DecrementKeyGenerator.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/fixture/DecrementKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/fixture/IncrementKeyGenerator.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/fixture/IncrementKeyGenerator.java index 1a957713d5..7dd53f84ad 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/fixture/IncrementKeyGenerator.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/fixture/IncrementKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/util/FieldValueUtil.java b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/util/FieldValueUtil.java index f4719c14d0..c3b785c4df 100644 --- a/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/util/FieldValueUtil.java +++ b/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/test/java/io/shardingsphere/jdbc/spring/util/FieldValueUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/config/AsyncSoftTransactionJobConfiguration.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/config/AsyncSoftTransactionJobConfiguration.java index 37ee112c94..31fff60402 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/config/AsyncSoftTransactionJobConfiguration.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/config/AsyncSoftTransactionJobConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJob.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJob.java index 639f77bf7a..fc4d0edc27 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJob.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJobBootStrap.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJobBootStrap.java index 597c64e1de..681f2e9936 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJobBootStrap.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJobBootStrap.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJobConfiguration.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJobConfiguration.java index 339d429392..a1ba2e4e6e 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJobConfiguration.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJobConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJobFactory.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJobFactory.java index 97b3f2ed0d..2c89a61526 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJobFactory.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/src/main/java/io/shardingsphere/transaction/job/BASETransactionJobFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/constants/SoftTransactionType.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/constants/SoftTransactionType.java index 4fe52081a9..93a4e39671 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/constants/SoftTransactionType.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/constants/SoftTransactionType.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/constants/TransactionLogDataSourceType.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/constants/TransactionLogDataSourceType.java index bff4554134..bf8a661166 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/constants/TransactionLogDataSourceType.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/constants/TransactionLogDataSourceType.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/datasource/TransactionLogDataSource.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/datasource/TransactionLogDataSource.java index 6278d81c6c..030b0e5c97 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/datasource/TransactionLogDataSource.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/datasource/TransactionLogDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/datasource/impl/MemoryTransactionLogDataSource.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/datasource/impl/MemoryTransactionLogDataSource.java index bb80bc73fd..f2a34302fd 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/datasource/impl/MemoryTransactionLogDataSource.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/datasource/impl/MemoryTransactionLogDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/datasource/impl/RdbTransactionLogDataSource.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/datasource/impl/RdbTransactionLogDataSource.java index 338f628a4f..0744175035 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/datasource/impl/RdbTransactionLogDataSource.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/datasource/impl/RdbTransactionLogDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/exception/TransactionCompensationException.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/exception/TransactionCompensationException.java index e4f953f180..9167e9c4c8 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/exception/TransactionCompensationException.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/exception/TransactionCompensationException.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/exception/TransactionLogStorageException.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/exception/TransactionLogStorageException.java index 037c194a7d..2521d34a64 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/exception/TransactionLogStorageException.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/exception/TransactionLogStorageException.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/TransactionLog.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/TransactionLog.java index 6b16bcb99d..261277482f 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/TransactionLog.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/TransactionLog.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/TransactionLogStorage.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/TransactionLogStorage.java index 4e7736ebdf..27df5e7146 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/TransactionLogStorage.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/TransactionLogStorage.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/TransactionLogStorageFactory.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/TransactionLogStorageFactory.java index 90f0732cd8..819547b060 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/TransactionLogStorageFactory.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/TransactionLogStorageFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/impl/MemoryTransactionLogStorage.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/impl/MemoryTransactionLogStorage.java index 68fcbd561d..01c84c2954 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/impl/MemoryTransactionLogStorage.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/impl/MemoryTransactionLogStorage.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/impl/RdbTransactionLogStorage.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/impl/RdbTransactionLogStorage.java index b1c2a04eda..6ed52ce70d 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/impl/RdbTransactionLogStorage.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/main/java/io/shardingsphere/transaction/storage/impl/RdbTransactionLogStorage.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/AllTests.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/AllTests.java index 962fb8bcae..2552552600 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/AllTests.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/AllTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/AllIntegrateTests.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/AllIntegrateTests.java index 7cf57c058c..52de21a92b 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/AllIntegrateTests.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/AllIntegrateTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/storage/AbstractTransactionLogStorageOperationsTest.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/storage/AbstractTransactionLogStorageOperationsTest.java index 09d4398d9a..4bb4ac0336 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/storage/AbstractTransactionLogStorageOperationsTest.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/storage/AbstractTransactionLogStorageOperationsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/storage/MemoryTransactionLogStorageOperationsTest.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/storage/MemoryTransactionLogStorageOperationsTest.java index 04b8a136d4..989164358f 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/storage/MemoryTransactionLogStorageOperationsTest.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/storage/MemoryTransactionLogStorageOperationsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/storage/RdbTransactionLogStorageOperationsTest.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/storage/RdbTransactionLogStorageOperationsTest.java index b09eb44ade..74cf013e11 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/storage/RdbTransactionLogStorageOperationsTest.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/integrate/storage/RdbTransactionLogStorageOperationsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/AllStorageTest.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/AllStorageTest.java index 1475d5c542..45fa15ef42 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/AllStorageTest.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/AllStorageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/TransactionLogStorageFactoryTest.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/TransactionLogStorageFactoryTest.java index de1c5e746c..337d2c97c6 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/TransactionLogStorageFactoryTest.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/TransactionLogStorageFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/impl/MemoryTransactionLogStorageTest.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/impl/MemoryTransactionLogStorageTest.java index bfcbb1f490..31dbe9263b 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/impl/MemoryTransactionLogStorageTest.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/impl/MemoryTransactionLogStorageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/impl/RdbTransactionLogStorageTest.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/impl/RdbTransactionLogStorageTest.java index 6f103c313b..f15b39d8ff 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/impl/RdbTransactionLogStorageTest.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/src/test/java/io/shardingsphere/transaction/storage/impl/RdbTransactionLogStorageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/AbstractSoftTransaction.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/AbstractSoftTransaction.java index c9b5197084..f0b614cf43 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/AbstractSoftTransaction.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/AbstractSoftTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/SoftTransactionManager.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/SoftTransactionManager.java index e1e4495bf2..e7d97de824 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/SoftTransactionManager.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/SoftTransactionManager.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/config/AbstractBestEffortsDeliveryJobConfiguration.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/config/AbstractBestEffortsDeliveryJobConfiguration.java index 97f1df170f..d9df26fba4 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/config/AbstractBestEffortsDeliveryJobConfiguration.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/config/AbstractBestEffortsDeliveryJobConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/config/NestedBestEffortsDeliveryJobConfiguration.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/config/NestedBestEffortsDeliveryJobConfiguration.java index 04a6b66172..f5d4dc963f 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/config/NestedBestEffortsDeliveryJobConfiguration.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/config/NestedBestEffortsDeliveryJobConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/config/SoftTransactionConfiguration.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/config/SoftTransactionConfiguration.java index fadd483b4e..fa9937c27a 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/config/SoftTransactionConfiguration.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/api/config/SoftTransactionConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/bed/BEDSoftTransaction.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/bed/BEDSoftTransaction.java index fa2abdb711..bf199e0553 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/bed/BEDSoftTransaction.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/bed/BEDSoftTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/bed/sync/BestEffortsDeliveryListener.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/bed/sync/BestEffortsDeliveryListener.java index b8f0940310..a0b4b80eae 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/bed/sync/BestEffortsDeliveryListener.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/bed/sync/BestEffortsDeliveryListener.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/tcc/TCCSoftTransaction.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/tcc/TCCSoftTransaction.java index d68e9953b9..bf534ca2bd 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/tcc/TCCSoftTransaction.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/tcc/TCCSoftTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/tcc/TCCWorkflow.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/tcc/TCCWorkflow.java index c66c37b9fd..5e82cfa3d3 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/tcc/TCCWorkflow.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/main/java/io/shardingsphere/transaction/tcc/TCCWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/AllTests.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/AllTests.java index 90515fb2d8..0050411a4d 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/AllTests.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/AllTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/api/SoftTransactionManagerTest.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/api/SoftTransactionManagerTest.java index 766d01cb2b..0fb840eef4 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/api/SoftTransactionManagerTest.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/api/SoftTransactionManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/base/AbstractSoftTransactionIntegrationTest.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/base/AbstractSoftTransactionIntegrationTest.java index 142ddcf092..1e45e87583 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/base/AbstractSoftTransactionIntegrationTest.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/base/AbstractSoftTransactionIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/base/AbstractSoftTransactionMockTest.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/base/AbstractSoftTransactionMockTest.java index f919ed693f..bd4b23fcb9 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/base/AbstractSoftTransactionMockTest.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/base/AbstractSoftTransactionMockTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/bed/BEDSoftTransactionTest.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/bed/BEDSoftTransactionTest.java index f0e652cc6a..6f2de6889e 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/bed/BEDSoftTransactionTest.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/bed/BEDSoftTransactionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/integrate/SoftTransactionTest.java b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/integrate/SoftTransactionTest.java index eb3c5e7342..00e6f29abd 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/integrate/SoftTransactionTest.java +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/src/test/java/io/shardingsphere/transaction/integrate/SoftTransactionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/api/MasterSlaveDataSourceFactory.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/api/MasterSlaveDataSourceFactory.java index 442123fbaa..b54f26be63 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/api/MasterSlaveDataSourceFactory.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/api/MasterSlaveDataSourceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/api/ShardingDataSourceFactory.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/api/ShardingDataSourceFactory.java index 14f18f8c1f..2f6e896350 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/api/ShardingDataSourceFactory.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/api/ShardingDataSourceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/BaseStatementUnit.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/BaseStatementUnit.java index bdc49cefd1..a74d572b1b 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/BaseStatementUnit.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/BaseStatementUnit.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/ExecuteCallback.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/ExecuteCallback.java index b292647606..1098237016 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/ExecuteCallback.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/ExecuteCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/ExecutorEngine.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/ExecutorEngine.java index f35a196fe7..59d5993efb 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/ExecutorEngine.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/ExecutorEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/AbstractExecutionEvent.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/AbstractExecutionEvent.java index 27efb844bb..24de96719b 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/AbstractExecutionEvent.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/AbstractExecutionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/AbstractSQLExecutionEvent.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/AbstractSQLExecutionEvent.java index 17118ad811..9ab12ef17a 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/AbstractSQLExecutionEvent.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/AbstractSQLExecutionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/DMLExecutionEvent.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/DMLExecutionEvent.java index 0767ad7ce0..dbc96711ce 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/DMLExecutionEvent.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/DMLExecutionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/DQLExecutionEvent.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/DQLExecutionEvent.java index 8942045316..4a2cef72ba 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/DQLExecutionEvent.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/DQLExecutionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/EventExecutionType.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/EventExecutionType.java index c821a9e457..1f677212d9 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/EventExecutionType.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/EventExecutionType.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/OverallExecutionEvent.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/OverallExecutionEvent.java index 641b5bf199..d45824f0a5 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/OverallExecutionEvent.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/event/OverallExecutionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/threadlocal/ExecutorDataMap.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/threadlocal/ExecutorDataMap.java index 0feb449dd8..e6e7b463ac 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/threadlocal/ExecutorDataMap.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/threadlocal/ExecutorDataMap.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/threadlocal/ExecutorExceptionHandler.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/threadlocal/ExecutorExceptionHandler.java index 4ba1b5de1d..214dd28c04 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/threadlocal/ExecutorExceptionHandler.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/threadlocal/ExecutorExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/batch/BatchPreparedStatementExecutor.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/batch/BatchPreparedStatementExecutor.java index 51f9674693..cbc5842cc3 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/batch/BatchPreparedStatementExecutor.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/batch/BatchPreparedStatementExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/batch/BatchPreparedStatementUnit.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/batch/BatchPreparedStatementUnit.java index 6df46a8f9b..400a0cf0af 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/batch/BatchPreparedStatementUnit.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/batch/BatchPreparedStatementUnit.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/prepared/PreparedStatementExecutor.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/prepared/PreparedStatementExecutor.java index 86b3c288ee..f4b09c26a3 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/prepared/PreparedStatementExecutor.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/prepared/PreparedStatementExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/prepared/PreparedStatementUnit.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/prepared/PreparedStatementUnit.java index f440fb9210..4f10438a92 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/prepared/PreparedStatementUnit.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/prepared/PreparedStatementUnit.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/statement/StatementExecutor.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/statement/StatementExecutor.java index 48cdae23b2..928aafab05 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/statement/StatementExecutor.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/statement/StatementExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/statement/StatementUnit.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/statement/StatementUnit.java index 5832b2620a..a79fb89507 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/statement/StatementUnit.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/executor/type/statement/StatementUnit.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractConnectionAdapter.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractConnectionAdapter.java index e5f20df5f6..c9aaa1fdca 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractConnectionAdapter.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractConnectionAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractDataSourceAdapter.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractDataSourceAdapter.java index 62a30197f4..963e12c7ef 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractDataSourceAdapter.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractDataSourceAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractMasterSlavePreparedStatementAdapter.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractMasterSlavePreparedStatementAdapter.java index cfe29802ab..dee14ffa42 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractMasterSlavePreparedStatementAdapter.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractMasterSlavePreparedStatementAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractResultSetAdapter.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractResultSetAdapter.java index e77c1aa20b..ec19397d82 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractResultSetAdapter.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractResultSetAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractShardingPreparedStatementAdapter.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractShardingPreparedStatementAdapter.java index 3b2114a545..f6c4e2da0b 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractShardingPreparedStatementAdapter.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractShardingPreparedStatementAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractStatementAdapter.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractStatementAdapter.java index 876731da10..b7f9252d0f 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractStatementAdapter.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/AbstractStatementAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/WrapperAdapter.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/WrapperAdapter.java index fe0b39100f..33dd5bd5db 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/WrapperAdapter.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/WrapperAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/invocation/JdbcMethodInvocation.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/invocation/JdbcMethodInvocation.java index 93aa90d9a1..85a1d16ddc 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/invocation/JdbcMethodInvocation.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/invocation/JdbcMethodInvocation.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/invocation/SetParameterMethodInvocation.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/invocation/SetParameterMethodInvocation.java index cc9e25a2c8..f403f65e9e 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/invocation/SetParameterMethodInvocation.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/adapter/invocation/SetParameterMethodInvocation.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/ShardingContext.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/ShardingContext.java index 5953a3d28a..6638875d75 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/ShardingContext.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/ShardingContext.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/connection/MasterSlaveConnection.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/connection/MasterSlaveConnection.java index 77c5679ad3..717b195e05 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/connection/MasterSlaveConnection.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/connection/MasterSlaveConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/connection/ShardingConnection.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/connection/ShardingConnection.java index 0061c74bb9..a7571a5bf8 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/connection/ShardingConnection.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/connection/ShardingConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/datasource/MasterSlaveDataSource.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/datasource/MasterSlaveDataSource.java index 5e3579dac6..5c084a7654 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/datasource/MasterSlaveDataSource.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/datasource/MasterSlaveDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/datasource/NamedDataSource.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/datasource/NamedDataSource.java index 17cf621eb7..32e6eea267 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/datasource/NamedDataSource.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/datasource/NamedDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/datasource/ShardingDataSource.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/datasource/ShardingDataSource.java index e19e8afeac..79c2d5132e 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/datasource/ShardingDataSource.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/datasource/ShardingDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSet.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSet.java index abfa926f27..f551ff6704 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSet.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSet.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSetMetaData.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSetMetaData.java index c4975e8cec..13c4ee37ff 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSetMetaData.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSetMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/ResultSetUtil.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/ResultSetUtil.java index 54de22fd5f..a5b9f7aee6 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/ResultSetUtil.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/ResultSetUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/ShardingResultSet.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/ShardingResultSet.java index 00ccddb1cf..1e1410aa56 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/ShardingResultSet.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/resultset/ShardingResultSet.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/MasterSlavePreparedStatement.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/MasterSlavePreparedStatement.java index 4450946f7b..f390f4a20f 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/MasterSlavePreparedStatement.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/MasterSlavePreparedStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/MasterSlaveStatement.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/MasterSlaveStatement.java index b5868fd611..f3d8b87a6c 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/MasterSlaveStatement.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/MasterSlaveStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/ShardingPreparedStatement.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/ShardingPreparedStatement.java index 519a149efd..8eca10c0ec 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/ShardingPreparedStatement.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/ShardingPreparedStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/ShardingStatement.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/ShardingStatement.java index b0360b58b9..619fa6c1d8 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/ShardingStatement.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/statement/ShardingStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/JDBCShardingMetaData.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/JDBCShardingMetaData.java index 88b2bf401a..3f28e477e3 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/JDBCShardingMetaData.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/JDBCShardingMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/ShardingMetaDataHandlerFactory.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/ShardingMetaDataHandlerFactory.java index a9fcd1ad7e..5bf2fe629d 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/ShardingMetaDataHandlerFactory.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/ShardingMetaDataHandlerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/DefaultShardingMetaDataHandler.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/DefaultShardingMetaDataHandler.java index d29ef216ea..80d6878e80 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/DefaultShardingMetaDataHandler.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/DefaultShardingMetaDataHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/H2ShardingMetaDataHandler.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/H2ShardingMetaDataHandler.java index 2f169c7f2c..27d767bc4e 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/H2ShardingMetaDataHandler.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/H2ShardingMetaDataHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/MySQLShardingMetaDataHandler.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/MySQLShardingMetaDataHandler.java index d1e92a4532..41218d22dc 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/MySQLShardingMetaDataHandler.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/MySQLShardingMetaDataHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/ShardingMetaDataHandler.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/ShardingMetaDataHandler.java index e88504f131..04833340f2 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/ShardingMetaDataHandler.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/metadata/dialect/ShardingMetaDataHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedGeneratedKeysResultSet.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedGeneratedKeysResultSet.java index 126369bc5d..feb7e3fd21 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedGeneratedKeysResultSet.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedGeneratedKeysResultSet.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationConnection.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationConnection.java index 6e8b614730..00b02e9a8e 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationConnection.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationDataSource.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationDataSource.java index b78d4a45b2..4b7f4897aa 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationDataSource.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationPreparedStatement.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationPreparedStatement.java index 6aa5b3f930..e8e7501901 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationPreparedStatement.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationPreparedStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationResultSet.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationResultSet.java index a24090e381..0a11b1fb46 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationResultSet.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationResultSet.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationStatement.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationStatement.java index 55b740a80d..75934cd43e 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationStatement.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedOperationStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedUpdateOperationResultSet.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedUpdateOperationResultSet.java index ccbda9c927..98d4a167e8 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedUpdateOperationResultSet.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/unsupported/AbstractUnsupportedUpdateOperationResultSet.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/merger/JDBCQueryResult.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/merger/JDBCQueryResult.java index bbd288c700..c55b83e523 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/merger/JDBCQueryResult.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/merger/JDBCQueryResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/util/DataSourceUtil.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/util/DataSourceUtil.java index f712b984fe..c83f336e0a 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/util/DataSourceUtil.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/util/DataSourceUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/util/EventBusInstance.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/util/EventBusInstance.java index eaca3373d1..cc27c19031 100644 --- a/sharding-jdbc/src/main/java/io/shardingsphere/core/util/EventBusInstance.java +++ b/sharding-jdbc/src/main/java/io/shardingsphere/core/util/EventBusInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/AllTests.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/AllTests.java index af886151c1..8c66d170cc 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/AllTests.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/AllTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/AllUnitTests.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/AllUnitTests.java index 64351fb516..3af9c6b5d0 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/AllUnitTests.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/AllUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/api/AllApiTests.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/api/AllApiTests.java index fa07259119..01923cf5c9 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/api/AllApiTests.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/api/AllApiTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/api/MasterSlaveDataSourceFactoryTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/api/MasterSlaveDataSourceFactoryTest.java index b7a39d708b..899544cc12 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/api/MasterSlaveDataSourceFactoryTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/api/MasterSlaveDataSourceFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/api/ShardingDataSourceFactoryTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/api/ShardingDataSourceFactoryTest.java index bc83f6bf33..8363c1a1d3 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/api/ShardingDataSourceFactoryTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/api/ShardingDataSourceFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/common/base/AbstractSQLAssertTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/common/base/AbstractSQLAssertTest.java index 64fb95a271..b14556042f 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/common/base/AbstractSQLAssertTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/common/base/AbstractSQLAssertTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/common/base/AbstractSQLTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/common/base/AbstractSQLTest.java index fe532db2c6..8abe28850e 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/common/base/AbstractSQLTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/common/base/AbstractSQLTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/common/base/AbstractShardingJDBCDatabaseAndTableTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/common/base/AbstractShardingJDBCDatabaseAndTableTest.java index 39ce9740cb..05c734bed5 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/common/base/AbstractShardingJDBCDatabaseAndTableTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/common/base/AbstractShardingJDBCDatabaseAndTableTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/common/env/DatabaseEnvironment.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/common/env/DatabaseEnvironment.java index c933af698a..773f79b794 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/common/env/DatabaseEnvironment.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/common/env/DatabaseEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/common/env/ShardingJdbcDatabaseTester.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/common/env/ShardingJdbcDatabaseTester.java index 9ac89fe9fd..d7c2227343 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/common/env/ShardingJdbcDatabaseTester.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/common/env/ShardingJdbcDatabaseTester.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/common/env/ShardingTestStrategy.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/common/env/ShardingTestStrategy.java index df6a538e70..412d777928 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/common/env/ShardingTestStrategy.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/common/env/ShardingTestStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/AllExecutorTests.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/AllExecutorTests.java index c0a4740568..e20e454b9f 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/AllExecutorTests.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/AllExecutorTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/EventCaller.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/EventCaller.java index bb22d42be6..fdc9eb97d4 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/EventCaller.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/EventCaller.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/ExecutorTestUtil.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/ExecutorTestUtil.java index b5495b5a81..e13703e36b 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/ExecutorTestUtil.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/ExecutorTestUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/TestDMLExecutionEventListener.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/TestDMLExecutionEventListener.java index 5ad5f3f6de..678bc9f1b7 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/TestDMLExecutionEventListener.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/TestDMLExecutionEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/TestDQLExecutionEventListener.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/TestDQLExecutionEventListener.java index 0d1f3d5954..ce072eb4fd 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/TestDQLExecutionEventListener.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/TestDQLExecutionEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/TestOverallExecutionEventListener.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/TestOverallExecutionEventListener.java index 0f6ac6df51..a9ca264d90 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/TestOverallExecutionEventListener.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/fixture/TestOverallExecutionEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/threadlocal/ExecutorExceptionHandlerTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/threadlocal/ExecutorExceptionHandlerTest.java index 03769dab29..6cd5b71505 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/threadlocal/ExecutorExceptionHandlerTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/threadlocal/ExecutorExceptionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/AbstractBaseExecutorTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/AbstractBaseExecutorTest.java index 93719d1352..f8d51b60f3 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/AbstractBaseExecutorTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/AbstractBaseExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/BatchPreparedStatementExecutorTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/BatchPreparedStatementExecutorTest.java index 2715a7e9ff..f5737de4c8 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/BatchPreparedStatementExecutorTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/BatchPreparedStatementExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/PreparedStatementExecutorTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/PreparedStatementExecutorTest.java index 1d4becf17d..7557f2a4c3 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/PreparedStatementExecutorTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/PreparedStatementExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/StatementExecutorTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/StatementExecutorTest.java index 5c2e64a784..02119ca246 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/StatementExecutorTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/executor/type/StatementExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/IncrementKeyGenerator.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/IncrementKeyGenerator.java index 50c14e27fe..54217a1cbe 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/IncrementKeyGenerator.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/IncrementKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/PreciseOrderShardingAlgorithm.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/PreciseOrderShardingAlgorithm.java index f83035a1e6..b12174dc5b 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/PreciseOrderShardingAlgorithm.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/PreciseOrderShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/RangeOrderShardingAlgorithm.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/RangeOrderShardingAlgorithm.java index c85b869c70..32ad121231 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/RangeOrderShardingAlgorithm.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/RangeOrderShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/TestDataSource.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/TestDataSource.java index 7b85134766..b4c277d10c 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/TestDataSource.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/fixture/TestDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/AllIntegrateTests.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/AllIntegrateTests.java index 11b2354b4d..66db9c5d63 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/AllIntegrateTests.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/AllIntegrateTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/AllAPIIntegrateTests.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/AllAPIIntegrateTests.java index ff5e3845f6..f004e5fde1 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/AllAPIIntegrateTests.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/AllAPIIntegrateTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/AbstractYamlDataSourceTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/AbstractYamlDataSourceTest.java index af43493474..b038ea5f98 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/AbstractYamlDataSourceTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/AbstractYamlDataSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/AllYamlTests.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/AllYamlTests.java index 7d0734351d..ce02b34cab 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/AllYamlTests.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/AllYamlTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/YamlMasterSlaveIntegrateTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/YamlMasterSlaveIntegrateTest.java index e7c0c6b2e3..e743cae149 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/YamlMasterSlaveIntegrateTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/YamlMasterSlaveIntegrateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/YamlShardingIntegrateTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/YamlShardingIntegrateTest.java index 20b9c4d3cc..13a8fb5095 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/YamlShardingIntegrateTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/YamlShardingIntegrateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/YamlShardingWithMasterSlaveIntegrateTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/YamlShardingWithMasterSlaveIntegrateTest.java index 550a5c0dc3..4e9951fa67 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/YamlShardingWithMasterSlaveIntegrateTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/YamlShardingWithMasterSlaveIntegrateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/DecrementKeyGenerator.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/DecrementKeyGenerator.java index 2b7e996db8..67a9dc5ad8 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/DecrementKeyGenerator.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/DecrementKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/IncrementKeyGenerator.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/IncrementKeyGenerator.java index 2bf465ebcd..3343352fe0 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/IncrementKeyGenerator.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/IncrementKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/MultiAlgorithm.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/MultiAlgorithm.java index 0460dd54cf..b7a1d4e217 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/MultiAlgorithm.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/MultiAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/SingleAlgorithm.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/SingleAlgorithm.java index ecfa941cd1..b0d0d487cf 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/SingleAlgorithm.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/api/yaml/fixture/SingleAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/ComplexKeysModuloDatabaseShardingAlgorithm.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/ComplexKeysModuloDatabaseShardingAlgorithm.java index 40759d0ecc..523a7d03da 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/ComplexKeysModuloDatabaseShardingAlgorithm.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/ComplexKeysModuloDatabaseShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/HintModuloDatabaseShardingAlgorithm.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/HintModuloDatabaseShardingAlgorithm.java index a123bb4f3d..224728f5b7 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/HintModuloDatabaseShardingAlgorithm.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/HintModuloDatabaseShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/PreciseModuloDatabaseShardingAlgorithm.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/PreciseModuloDatabaseShardingAlgorithm.java index f9550ba83a..381f12d694 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/PreciseModuloDatabaseShardingAlgorithm.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/PreciseModuloDatabaseShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/PreciseModuloTableShardingAlgorithm.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/PreciseModuloTableShardingAlgorithm.java index fddd41b45a..ebb468e293 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/PreciseModuloTableShardingAlgorithm.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/PreciseModuloTableShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/RangeModuloDatabaseShardingAlgorithm.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/RangeModuloDatabaseShardingAlgorithm.java index c1dbc5481a..52d7f9b310 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/RangeModuloDatabaseShardingAlgorithm.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/RangeModuloDatabaseShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/RangeModuloTableShardingAlgorithm.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/RangeModuloTableShardingAlgorithm.java index 99798778c3..b52cf3a2b5 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/RangeModuloTableShardingAlgorithm.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/fixture/RangeModuloTableShardingAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLAssert.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLAssert.java index 9f0d88c49b..1146213216 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLAssert.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLAssertData.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLAssertData.java index 40684c9b3c..98536236e2 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLAssertData.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLAssertData.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLAsserts.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLAsserts.java index 44056a8ec4..a57ff9bd6d 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLAsserts.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLAsserts.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLParameters.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLParameters.java index 86c161c528..f5b77c453a 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLParameters.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLShardingRule.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLShardingRule.java index 66daa38810..4c35b1abf8 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLShardingRule.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/SQLShardingRule.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/helper/SQLAssertJAXBHelper.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/helper/SQLAssertJAXBHelper.java index 0023c743a5..65774296e3 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/helper/SQLAssertJAXBHelper.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/jaxb/helper/SQLAssertJAXBHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/sql/DatabaseTestSQL.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/sql/DatabaseTestSQL.java index e81cf1516b..a241b3dd82 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/sql/DatabaseTestSQL.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/sql/DatabaseTestSQL.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/ms/AbstractMasterSlaveOnlyTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/ms/AbstractMasterSlaveOnlyTest.java index 2a2dd5b53e..12a976ed78 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/ms/AbstractMasterSlaveOnlyTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/ms/AbstractMasterSlaveOnlyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/ms/MasterSlaveOnlyDMLAndDDLTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/ms/MasterSlaveOnlyDMLAndDDLTest.java index c0ea7abc55..792e062dea 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/ms/MasterSlaveOnlyDMLAndDDLTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/ms/MasterSlaveOnlyDMLAndDDLTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/ms/MasterSlaveOnlyDQLTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/ms/MasterSlaveOnlyDQLTest.java index 9206d6f04e..6e87947ec6 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/ms/MasterSlaveOnlyDQLTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/ms/MasterSlaveOnlyDQLTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractNullableShardingTableOnlyTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractNullableShardingTableOnlyTest.java index 7dc22b2469..ad87c3f303 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractNullableShardingTableOnlyTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractNullableShardingTableOnlyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingDatabaseAndTableTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingDatabaseAndTableTest.java index ccbd43f6db..df63e681e2 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingDatabaseAndTableTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingDatabaseAndTableTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingDatabaseOnlyTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingDatabaseOnlyTest.java index 53a04ed229..d5fa8d69d5 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingDatabaseOnlyTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingDatabaseOnlyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingMasterSlaveTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingMasterSlaveTest.java index f161264907..f31c10e700 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingMasterSlaveTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingMasterSlaveTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingTableOnlyTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingTableOnlyTest.java index 150aa11a67..3ee45cef8b 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingTableOnlyTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/AbstractShardingTableOnlyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/NullableShardingTableOnlyDMLAndDDLTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/NullableShardingTableOnlyDMLAndDDLTest.java index 2b54d3ce68..18bdaced74 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/NullableShardingTableOnlyDMLAndDDLTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/NullableShardingTableOnlyDMLAndDDLTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/NullableShardingTableOnlyDQLTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/NullableShardingTableOnlyDQLTest.java index 61a1f9efec..faff9f8a1b 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/NullableShardingTableOnlyDQLTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/NullableShardingTableOnlyDQLTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseAndTableDMLAndDDLTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseAndTableDMLAndDDLTest.java index 1cb56b81c0..b18c1d6c88 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseAndTableDMLAndDDLTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseAndTableDMLAndDDLTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseAndTableDQLTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseAndTableDQLTest.java index 23384ccaaa..5e69a0ea64 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseAndTableDQLTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseAndTableDQLTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseOnlyDMLAndDDLTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseOnlyDMLAndDDLTest.java index 660c52654e..188c2f1004 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseOnlyDMLAndDDLTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseOnlyDMLAndDDLTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseOnlyDQLTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseOnlyDQLTest.java index 11e716fc47..a70d13a7f1 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseOnlyDQLTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingDatabaseOnlyDQLTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingMasterSlaveDMLAndDDLTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingMasterSlaveDMLAndDDLTest.java index ae6d7d5085..b62e6924ac 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingMasterSlaveDMLAndDDLTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingMasterSlaveDMLAndDDLTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingMasterSlaveDQLTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingMasterSlaveDQLTest.java index f242af0e13..7c99e13832 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingMasterSlaveDQLTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingMasterSlaveDQLTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingTableOnlyDMLAndDDLTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingTableOnlyDMLAndDDLTest.java index 303cf4e596..54a8f351a1 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingTableOnlyDMLAndDDLTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingTableOnlyDMLAndDDLTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingTableOnlyDQLTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingTableOnlyDQLTest.java index 64856512b9..4f954c1703 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingTableOnlyDQLTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/ShardingTableOnlyDQLTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/AllHintDatabaseOnlyTests.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/AllHintDatabaseOnlyTests.java index 4f6179784d..aede15bd97 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/AllHintDatabaseOnlyTests.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/AllHintDatabaseOnlyTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/base/AbstractHintTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/base/AbstractHintTest.java index c908605ceb..5fc97a36d4 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/base/AbstractHintTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/base/AbstractHintTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/base/AbstractRoutingDatabaseOnlyWithHintTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/base/AbstractRoutingDatabaseOnlyWithHintTest.java index 0c6ea4b1cb..5e89bc884e 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/base/AbstractRoutingDatabaseOnlyWithHintTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/base/AbstractRoutingDatabaseOnlyWithHintTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/base/AbstractShardingDatabaseOnlyWithHintTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/base/AbstractShardingDatabaseOnlyWithHintTest.java index d158d21c2c..b601210025 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/base/AbstractShardingDatabaseOnlyWithHintTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/base/AbstractShardingDatabaseOnlyWithHintTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/helper/HintDatabaseShardingValueHelper.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/helper/HintDatabaseShardingValueHelper.java index 1875588c75..cf361d982f 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/helper/HintDatabaseShardingValueHelper.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/helper/HintDatabaseShardingValueHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/helper/HintShardingValueHelper.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/helper/HintShardingValueHelper.java index bbae1a03b3..5eef159ae6 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/helper/HintShardingValueHelper.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/helper/HintShardingValueHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/RoutingDatabaseOnlyWithHintForDMLTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/RoutingDatabaseOnlyWithHintForDMLTest.java index 2fa41bd54d..c3dd1e14fb 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/RoutingDatabaseOnlyWithHintForDMLTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/RoutingDatabaseOnlyWithHintForDMLTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/RoutingDatabaseOnlyWithHintForSelectTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/RoutingDatabaseOnlyWithHintForSelectTest.java index 95cd9d20b8..cb7e059043 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/RoutingDatabaseOnlyWithHintForSelectTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/RoutingDatabaseOnlyWithHintForSelectTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/ShardingDatabaseOnlyWithHintForDMLTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/ShardingDatabaseOnlyWithHintForDMLTest.java index 59dba871dc..baf1882760 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/ShardingDatabaseOnlyWithHintForDMLTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/ShardingDatabaseOnlyWithHintForDMLTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/ShardingDatabaseOnlyWithHintForSelectTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/ShardingDatabaseOnlyWithHintForSelectTest.java index a5fa86893a..c719b084c2 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/ShardingDatabaseOnlyWithHintForSelectTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/integrate/type/sharding/hint/type/ShardingDatabaseOnlyWithHintForSelectTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/AllJDBCTests.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/AllJDBCTests.java index c1779abd74..5676bffaea 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/AllJDBCTests.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/AllJDBCTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/AllAdapterTests.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/AllAdapterTests.java index 64f55b2c9f..294cb3ba8b 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/AllAdapterTests.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/AllAdapterTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/ConnectionAdapterTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/ConnectionAdapterTest.java index 3617bcdbb4..c38ce9bf57 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/ConnectionAdapterTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/ConnectionAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/DataSourceAdapterTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/DataSourceAdapterTest.java index 3f5fa56f2c..ca96359d55 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/DataSourceAdapterTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/DataSourceAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/PreparedStatementAdapterTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/PreparedStatementAdapterTest.java index 03174e12ee..fa2e767ecd 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/PreparedStatementAdapterTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/PreparedStatementAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/ResultSetAdapterTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/ResultSetAdapterTest.java index 3be9239344..96e6e9cd28 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/ResultSetAdapterTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/ResultSetAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/ResultSetGetterAdapterTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/ResultSetGetterAdapterTest.java index 17e93b2dd5..4f72dee683 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/ResultSetGetterAdapterTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/ResultSetGetterAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/StatementAdapterTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/StatementAdapterTest.java index de307d15f6..9698596ae1 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/StatementAdapterTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/StatementAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/invocation/JdbcMethodInvocationTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/invocation/JdbcMethodInvocationTest.java index 1877f584d4..a2992062d1 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/invocation/JdbcMethodInvocationTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/invocation/JdbcMethodInvocationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/invocation/SetParameterMethodInvocationTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/invocation/SetParameterMethodInvocationTest.java index 1ed99bfac0..b130f40f3f 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/invocation/SetParameterMethodInvocationTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/adapter/invocation/SetParameterMethodInvocationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/AllCoreTests.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/AllCoreTests.java index 284df7939a..f5365aeb3d 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/AllCoreTests.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/AllCoreTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/connection/ShardingConnectionTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/connection/ShardingConnectionTest.java index e741dc3ff5..d62bf285f5 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/connection/ShardingConnectionTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/connection/ShardingConnectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/datasource/MasterSlaveDataSourceTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/datasource/MasterSlaveDataSourceTest.java index e24cf392ee..4ac2815f23 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/datasource/MasterSlaveDataSourceTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/datasource/MasterSlaveDataSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/datasource/ShardingDataSourceTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/datasource/ShardingDataSourceTest.java index ce114849ab..58d976cc2f 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/datasource/ShardingDataSourceTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/datasource/ShardingDataSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSetMetaDataTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSetMetaDataTest.java index 745705d858..192e6cddeb 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSetMetaDataTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSetMetaDataTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSetTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSetTest.java index 6b4b2debd5..aca2a9c4e4 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSetTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/GeneratedKeysResultSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/ResultSetUtilTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/ResultSetUtilTest.java index b6febf4efa..40121cc115 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/ResultSetUtilTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/ResultSetUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/ShardingResultSetTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/ShardingResultSetTest.java index 2519e49cf7..0fab85b630 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/ShardingResultSetTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/resultset/ShardingResultSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/statement/ShardingPreparedStatementTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/statement/ShardingPreparedStatementTest.java index 9db1f0213f..fcebd43c95 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/statement/ShardingPreparedStatementTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/statement/ShardingPreparedStatementTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/statement/ShardingStatementTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/statement/ShardingStatementTest.java index 1b9ed483d8..44211b7e5d 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/statement/ShardingStatementTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/core/statement/ShardingStatementTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/AllUnsupportedTests.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/AllUnsupportedTests.java index 8e259bcf0c..736a206c42 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/AllUnsupportedTests.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/AllUnsupportedTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedGeneratedKeysResultSetTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedGeneratedKeysResultSetTest.java index 3e7d9e7dd8..5bd67cfbfa 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedGeneratedKeysResultSetTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedGeneratedKeysResultSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationConnectionTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationConnectionTest.java index fce528cc3b..f5c8dc758b 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationConnectionTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationConnectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationDataSourceTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationDataSourceTest.java index ae354b1ef8..06e5bf4164 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationDataSourceTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationDataSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationPreparedStatementTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationPreparedStatementTest.java index 5b8bb76c64..c56014e91d 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationPreparedStatementTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationPreparedStatementTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationResultSetTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationResultSetTest.java index 57ad4bbda5..1d0957e495 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationResultSetTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationResultSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationStatementTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationStatementTest.java index b9fe0c4bcb..03562fc37c 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationStatementTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedOperationStatementTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedUpdateOperationResultSetTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedUpdateOperationResultSetTest.java index ebdf4fd0c6..47daf9dd3e 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedUpdateOperationResultSetTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/unsupported/UnsupportedUpdateOperationResultSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/util/JDBCTestSQL.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/util/JDBCTestSQL.java index e5d301adbc..3bada5821d 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/util/JDBCTestSQL.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/jdbc/util/JDBCTestSQL.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/util/AllUtilTests.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/util/AllUtilTests.java index 30f49c3906..c0173ce511 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/util/AllUtilTests.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/util/AllUtilTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/util/DBUnitUtil.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/util/DBUnitUtil.java index e5347cadb6..0a0b364c25 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/util/DBUnitUtil.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/util/DBUnitUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/util/DataSourceUtilTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/util/DataSourceUtilTest.java index 98005b1c63..723484272b 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/util/DataSourceUtilTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/util/DataSourceUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/util/EventBusInstanceTest.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/util/EventBusInstanceTest.java index cfb0ac02d4..197e6a61ea 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/util/EventBusInstanceTest.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/util/EventBusInstanceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/util/SQLAssertHelper.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/util/SQLAssertHelper.java index a9837161b2..41e670f1cd 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/util/SQLAssertHelper.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/util/SQLAssertHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-jdbc/src/test/java/io/shardingsphere/core/util/SQLPlaceholderUtil.java b/sharding-jdbc/src/test/java/io/shardingsphere/core/util/SQLPlaceholderUtil.java index 78ffa5861d..e571f97e09 100644 --- a/sharding-jdbc/src/test/java/io/shardingsphere/core/util/SQLPlaceholderUtil.java +++ b/sharding-jdbc/src/test/java/io/shardingsphere/core/util/SQLPlaceholderUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/ExecuteEventListener.java b/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/ExecuteEventListener.java index 1c9eb14055..a3f3950ae4 100644 --- a/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/ExecuteEventListener.java +++ b/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/ExecuteEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/ShardingJDBCTracer.java b/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/ShardingJDBCTracer.java index b3ceade51d..87a055292f 100644 --- a/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/ShardingJDBCTracer.java +++ b/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/ShardingJDBCTracer.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/config/ConfigurationLoader.java b/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/config/ConfigurationLoader.java index 64fa7616e7..a29558a3f0 100644 --- a/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/config/ConfigurationLoader.java +++ b/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/config/ConfigurationLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/config/ConfigurationParser.java b/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/config/ConfigurationParser.java index 6a685c1ddb..fab2e402da 100644 --- a/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/config/ConfigurationParser.java +++ b/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/config/ConfigurationParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/config/OpentracingConfigurationParser.java b/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/config/OpentracingConfigurationParser.java index 5d2a5e65ed..20f081fd91 100644 --- a/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/config/OpentracingConfigurationParser.java +++ b/sharding-opentracing/src/main/java/io/shardingsphere/opentracing/config/OpentracingConfigurationParser.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/AllTests.java b/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/AllTests.java index 93fc9bfa54..e33c42882c 100644 --- a/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/AllTests.java +++ b/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/AllTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/ExecuteEventListenerTest.java b/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/ExecuteEventListenerTest.java index 965d71eb47..70a57f25c8 100644 --- a/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/ExecuteEventListenerTest.java +++ b/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/ExecuteEventListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/ShardingJDBCTracerTest.java b/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/ShardingJDBCTracerTest.java index 5370478dd3..3de349ee9b 100644 --- a/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/ShardingJDBCTracerTest.java +++ b/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/ShardingJDBCTracerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/config/ConfigurationLoaderTest.java b/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/config/ConfigurationLoaderTest.java index 0b80621707..7c61bd11aa 100644 --- a/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/config/ConfigurationLoaderTest.java +++ b/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/config/ConfigurationLoaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/fixture/FooTracer.java b/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/fixture/FooTracer.java index df2cd32a9f..a6faef6ec0 100644 --- a/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/fixture/FooTracer.java +++ b/sharding-opentracing/src/test/java/io/shardingsphere/opentracing/fixture/FooTracer.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/Bootstrap.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/Bootstrap.java index 28a4302498..1eaaf62150 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/Bootstrap.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/Bootstrap.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/common/BackendHandler.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/common/BackendHandler.java index a93f162d84..394cdf8d46 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/common/BackendHandler.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/common/BackendHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/common/SQLExecuteBackendHandler.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/common/SQLExecuteBackendHandler.java index 44f0d56be9..1e7bfd826f 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/common/SQLExecuteBackendHandler.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/common/SQLExecuteBackendHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/common/StatementExecuteBackendHandler.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/common/StatementExecuteBackendHandler.java index 6dbaf630a2..5b32c58d68 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/common/StatementExecuteBackendHandler.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/common/StatementExecuteBackendHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/mysql/MySQLPacketQueryResult.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/mysql/MySQLPacketQueryResult.java index dfb01f1af3..dcf0968fd3 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/mysql/MySQLPacketQueryResult.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/mysql/MySQLPacketQueryResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/mysql/MySQLPacketStatementExecuteQueryResult.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/mysql/MySQLPacketStatementExecuteQueryResult.java index 99e6538536..30f4930940 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/mysql/MySQLPacketStatementExecuteQueryResult.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/backend/mysql/MySQLPacketStatementExecuteQueryResult.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/config/RuleRegistry.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/config/RuleRegistry.java index f832024a73..64cd6debc9 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/config/RuleRegistry.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/config/RuleRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/ShardingProxy.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/ShardingProxy.java index 00e26956af..40225a38a8 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/ShardingProxy.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/ShardingProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/common/FrontendHandler.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/common/FrontendHandler.java index eaff9fed87..c597cff4fc 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/common/FrontendHandler.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/common/FrontendHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/common/FrontendHandlerFactory.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/common/FrontendHandlerFactory.java index a7840a9c53..4f38dae13b 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/common/FrontendHandlerFactory.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/common/FrontendHandlerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/mysql/MySQLFrontendHandler.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/mysql/MySQLFrontendHandler.java index a97ebc51d6..67934f570c 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/mysql/MySQLFrontendHandler.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/mysql/MySQLFrontendHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/netty/ServerHandlerInitializer.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/netty/ServerHandlerInitializer.java index 6108fe3d8e..d4c0470c54 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/netty/ServerHandlerInitializer.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/frontend/netty/ServerHandlerInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/metadata/ProxyShardingMetaData.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/metadata/ProxyShardingMetaData.java index 045900a920..b37ce69e0f 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/metadata/ProxyShardingMetaData.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/metadata/ProxyShardingMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/metadata/ShardingMetaDataHandler.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/metadata/ShardingMetaDataHandler.java index 6af8d207d6..5d2df7a8be 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/metadata/ShardingMetaDataHandler.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/metadata/ShardingMetaDataHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/common/codec/PacketCodec.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/common/codec/PacketCodec.java index ed50cfdd08..10b1517783 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/common/codec/PacketCodec.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/common/codec/PacketCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/common/codec/PacketCodecFactory.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/common/codec/PacketCodecFactory.java index 3da2b621ea..d3059222f0 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/common/codec/PacketCodecFactory.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/common/codec/PacketCodecFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/common/packet/DatabaseProtocolPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/common/packet/DatabaseProtocolPacket.java index 111b0f31d3..eb5a9d6829 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/common/packet/DatabaseProtocolPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/common/packet/DatabaseProtocolPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/codec/MySQLPacketCodec.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/codec/MySQLPacketCodec.java index 5c2c9e2be4..8cc70c5b45 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/codec/MySQLPacketCodec.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/codec/MySQLPacketCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/CapabilityFlag.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/CapabilityFlag.java index 163884d9e1..3d381a16c3 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/CapabilityFlag.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/CapabilityFlag.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/ColumnType.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/ColumnType.java index 0b2cfff5ea..aa2c51c505 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/ColumnType.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/ColumnType.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/NewParametersBoundFlag.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/NewParametersBoundFlag.java index 900d256c35..630ab8388c 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/NewParametersBoundFlag.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/NewParametersBoundFlag.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/ServerInfo.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/ServerInfo.java index f880e71f74..25ec881286 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/ServerInfo.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/ServerInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/StatusFlag.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/StatusFlag.java index 0a36edfb64..c70325ecc1 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/StatusFlag.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/constant/StatusFlag.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/MySQLPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/MySQLPacket.java index 9cdefab691..36aacca123 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/MySQLPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/MySQLPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/MySQLPacketPayload.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/MySQLPacketPayload.java index a3f55c2f03..298699a603 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/MySQLPacketPayload.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/MySQLPacketPayload.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandPacket.java index bece5db0b7..91b6ea6030 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandPacketFactory.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandPacketFactory.java index 7edd81ce7e..9731b61523 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandPacketFactory.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandPacketFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandPacketType.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandPacketType.java index 6903eca0df..165c3a0306 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandPacketType.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandPacketType.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandResponsePackets.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandResponsePackets.java index 4036d18da8..829fca7acd 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandResponsePackets.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/CommandResponsePackets.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/UnsupportedCommandPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/UnsupportedCommandPacket.java index d932772ed2..a44bd3ccb1 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/UnsupportedCommandPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/UnsupportedCommandPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/PreparedStatementRegistry.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/PreparedStatementRegistry.java index 41d71f1ed3..0f19053109 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/PreparedStatementRegistry.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/PreparedStatementRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/close/ComStmtClosePacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/close/ComStmtClosePacket.java index 5beddca0c6..2ef378af9f 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/close/ComStmtClosePacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/close/ComStmtClosePacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/close/DummyPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/close/DummyPacket.java index 63a1313c78..ff314d33a3 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/close/DummyPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/close/DummyPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/BinaryProtocolValueUtility.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/BinaryProtocolValueUtility.java index 50d8e52b22..2ec4f2c932 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/BinaryProtocolValueUtility.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/BinaryProtocolValueUtility.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/BinaryResultSetRowPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/BinaryResultSetRowPacket.java index 41746327ed..602f74ae4b 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/BinaryResultSetRowPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/BinaryResultSetRowPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/ComStmtExecutePacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/ComStmtExecutePacket.java index 1a9d202e39..d3d3770136 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/ComStmtExecutePacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/ComStmtExecutePacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/NullBitmap.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/NullBitmap.java index a8e3733609..fcfdbcf706 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/NullBitmap.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/NullBitmap.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/PreparedStatementParameter.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/PreparedStatementParameter.java index 9855749fa4..be5d0e79eb 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/PreparedStatementParameter.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/PreparedStatementParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/PreparedStatementParameterHeader.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/PreparedStatementParameterHeader.java index e0b1fa6c2f..fbf38684a5 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/PreparedStatementParameterHeader.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/execute/PreparedStatementParameterHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/prepare/ComStmtPrepareOKPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/prepare/ComStmtPrepareOKPacket.java index 3bc7073b89..6ad8f89f23 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/prepare/ComStmtPrepareOKPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/prepare/ComStmtPrepareOKPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/prepare/ComStmtPreparePacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/prepare/ComStmtPreparePacket.java index 078d78b655..fd17e1e166 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/prepare/ComStmtPreparePacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/statement/prepare/ComStmtPreparePacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/fieldlist/ComFieldListPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/fieldlist/ComFieldListPacket.java index 0327a3c422..0436a78d4b 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/fieldlist/ComFieldListPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/fieldlist/ComFieldListPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/initdb/ComInitDbPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/initdb/ComInitDbPacket.java index eaed4a77d2..81de21b222 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/initdb/ComInitDbPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/initdb/ComInitDbPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/ColumnDefinition41Packet.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/ColumnDefinition41Packet.java index bc7e47000d..e464fc0916 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/ColumnDefinition41Packet.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/ColumnDefinition41Packet.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/ComQueryPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/ComQueryPacket.java index fa12b18788..c1cdadd8da 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/ComQueryPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/ComQueryPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/FieldCountPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/FieldCountPacket.java index 1683cdeb20..89ae8c7528 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/FieldCountPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/FieldCountPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/TextResultSetRowPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/TextResultSetRowPacket.java index c1ecc36c36..3bc9f52132 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/TextResultSetRowPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/query/TextResultSetRowPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/quit/ComQuitPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/quit/ComQuitPacket.java index d6fe643450..c261d30173 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/quit/ComQuitPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/command/text/quit/ComQuitPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/generic/EofPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/generic/EofPacket.java index 12f6e92914..8a94cbb05f 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/generic/EofPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/generic/EofPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/generic/ErrPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/generic/ErrPacket.java index b13a418cbd..8432975576 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/generic/ErrPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/generic/ErrPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/generic/OKPacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/generic/OKPacket.java index 4e32589e60..8ce7b8af4c 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/generic/OKPacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/generic/OKPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/AuthPluginData.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/AuthPluginData.java index f31ebfb829..719734ed3f 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/AuthPluginData.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/AuthPluginData.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/ConnectionIdGenerator.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/ConnectionIdGenerator.java index 01b6ac3e16..740a394118 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/ConnectionIdGenerator.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/ConnectionIdGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/HandshakePacket.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/HandshakePacket.java index ee752219a9..50157e4950 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/HandshakePacket.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/HandshakePacket.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/HandshakeResponse41Packet.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/HandshakeResponse41Packet.java index edb64b4189..5f810fd526 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/HandshakeResponse41Packet.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/HandshakeResponse41Packet.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/RandomGenerator.java b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/RandomGenerator.java index d21b11e147..bb573f66e8 100644 --- a/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/RandomGenerator.java +++ b/sharding-proxy/src/main/java/io/shardingsphere/proxy/transport/mysql/packet/handshake/RandomGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/test/java/io/shardingsphere/proxy/AllTests.java b/sharding-proxy/src/test/java/io/shardingsphere/proxy/AllTests.java index c5da4d912f..44987ec642 100644 --- a/sharding-proxy/src/test/java/io/shardingsphere/proxy/AllTests.java +++ b/sharding-proxy/src/test/java/io/shardingsphere/proxy/AllTests.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-proxy/src/test/java/io/shardingsphere/proxy/util/RandomGeneratorTest.java b/sharding-proxy/src/test/java/io/shardingsphere/proxy/util/RandomGeneratorTest.java index b03e623007..64da87ba49 100644 --- a/sharding-proxy/src/test/java/io/shardingsphere/proxy/util/RandomGeneratorTest.java +++ b/sharding-proxy/src/test/java/io/shardingsphere/proxy/util/RandomGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCase.java b/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCase.java index 4455f3e3de..a3a07cee8e 100644 --- a/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCase.java +++ b/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCase.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCaseType.java b/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCaseType.java index f00d8fa0c4..4ac8e232b9 100644 --- a/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCaseType.java +++ b/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCaseType.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCases.java b/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCases.java index 7db5633fb2..ef6c418a42 100644 --- a/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCases.java +++ b/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCases.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCasesLoader.java b/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCasesLoader.java index cf127e7fde..88f02451d7 100644 --- a/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCasesLoader.java +++ b/sharding-sql-test/src/main/java/io/shardingsphere/test/sql/SQLCasesLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/resources/copyright.txt b/src/resources/copyright.txt index ad0656d23f..e52b4e7317 100644 --- a/src/resources/copyright.txt +++ b/src/resources/copyright.txt @@ -1,5 +1,5 @@ /* - * Copyright 1999-2015 dangdang.com. + * Copyright 2016-2018 shardingsphere.io. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- GitLab