From def67e0555dee8d5d9558edd1ce2e74a8580ff29 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Thu, 21 Mar 2019 00:22:39 -0500 Subject: [PATCH] URL Cleanup This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://www.apache.org/licenses/ with 2 occurrences migrated to: https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200). * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 1117 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). --- CMakeLists.txt | 2 +- LICENSE | 4 ++-- NOTICE | 2 +- catalog/CMakeLists.txt | 2 +- catalog/Catalog.cpp | 2 +- catalog/Catalog.hpp | 2 +- catalog/Catalog.proto | 2 +- catalog/CatalogAttribute.cpp | 2 +- catalog/CatalogAttribute.hpp | 2 +- catalog/CatalogConfig.h.in | 2 +- catalog/CatalogDatabase.cpp | 2 +- catalog/CatalogDatabase.hpp | 2 +- catalog/CatalogDatabaseCache.cpp | 2 +- catalog/CatalogDatabaseCache.hpp | 2 +- catalog/CatalogDatabaseLite.hpp | 2 +- catalog/CatalogErrors.hpp | 2 +- catalog/CatalogModule.hpp | 2 +- catalog/CatalogRelation.cpp | 2 +- catalog/CatalogRelation.hpp | 2 +- catalog/CatalogRelationSchema.cpp | 2 +- catalog/CatalogRelationSchema.hpp | 2 +- catalog/CatalogRelationStatistics.cpp | 2 +- catalog/CatalogRelationStatistics.hpp | 2 +- catalog/CatalogTypedefs.hpp | 2 +- catalog/IndexScheme.cpp | 2 +- catalog/IndexScheme.hpp | 2 +- catalog/NUMAPlacementScheme.cpp | 2 +- catalog/NUMAPlacementScheme.hpp | 2 +- catalog/PartitionScheme.cpp | 2 +- catalog/PartitionScheme.hpp | 2 +- catalog/PartitionSchemeHeader.cpp | 2 +- catalog/PartitionSchemeHeader.hpp | 2 +- catalog/tests/Catalog_unittest.cpp | 2 +- catalog/tests/NUMAPlacementScheme_unittest.cpp | 2 +- catalog/tests/PartitionScheme_unittest.cpp | 2 +- cli/CMakeLists.txt | 2 +- cli/CliConfig.h.in | 2 +- cli/CliModule.hpp | 2 +- cli/CommandExecutor.cpp | 2 +- cli/CommandExecutor.hpp | 2 +- cli/DefaultsConfigurator.hpp | 2 +- cli/DropRelation.cpp | 2 +- cli/DropRelation.hpp | 2 +- cli/InputParserUtil.cpp | 2 +- cli/InputParserUtil.hpp | 2 +- cli/LineReader.cpp | 2 +- cli/LineReader.hpp | 2 +- cli/LineReaderDumb.cpp | 2 +- cli/LineReaderDumb.hpp | 2 +- cli/LineReaderLineNoise.cpp | 2 +- cli/LineReaderLineNoise.hpp | 2 +- cli/PrintToScreen.cpp | 2 +- cli/PrintToScreen.hpp | 2 +- cli/QuickstepCli.cpp | 2 +- cli/tests/CMakeLists.txt | 2 +- cli/tests/CommandExecutorTest.cpp | 2 +- cli/tests/CommandExecutorTestRunner.cpp | 2 +- cli/tests/CommandExecutorTestRunner.hpp | 2 +- cli/tests/command_executor/CMakeLists.txt | 2 +- cli/tests/command_executor/D.test | 2 +- cli/tests/command_executor/Dt.test | 2 +- cmake/FindGSasl.cmake | 2 +- cmake/FindKerberos.cmake | 2 +- cmake/FindLibNuma.cmake | 2 +- cmake/FindLibhdfs3.cmake | 2 +- compression/CMakeLists.txt | 2 +- compression/CompressionDictionary.cpp | 2 +- compression/CompressionDictionary.hpp | 2 +- compression/CompressionDictionaryBuilder.cpp | 2 +- compression/CompressionDictionaryBuilder.hpp | 2 +- compression/CompressionDictionaryLite.cpp | 2 +- compression/CompressionDictionaryLite.hpp | 2 +- compression/CompressionModule.hpp | 2 +- compression/tests/CompressionDictionary_unittest.cpp | 2 +- cyclic_dependency.py | 2 +- empty_src.cpp | 2 +- expressions/CMakeLists.txt | 2 +- expressions/ExpressionFactories.cpp | 2 +- expressions/ExpressionFactories.hpp | 2 +- expressions/Expressions.proto | 2 +- expressions/ExpressionsModule.hpp | 2 +- expressions/aggregation/AggregateFunction.cpp | 2 +- expressions/aggregation/AggregateFunction.hpp | 2 +- expressions/aggregation/AggregateFunction.proto | 2 +- expressions/aggregation/AggregateFunctionAvg.cpp | 2 +- expressions/aggregation/AggregateFunctionAvg.hpp | 2 +- expressions/aggregation/AggregateFunctionCount.cpp | 2 +- expressions/aggregation/AggregateFunctionCount.hpp | 2 +- expressions/aggregation/AggregateFunctionFactory.cpp | 2 +- expressions/aggregation/AggregateFunctionFactory.hpp | 2 +- expressions/aggregation/AggregateFunctionMax.cpp | 2 +- expressions/aggregation/AggregateFunctionMax.hpp | 2 +- expressions/aggregation/AggregateFunctionMin.cpp | 2 +- expressions/aggregation/AggregateFunctionMin.hpp | 2 +- expressions/aggregation/AggregateFunctionSum.cpp | 2 +- expressions/aggregation/AggregateFunctionSum.hpp | 2 +- expressions/aggregation/AggregationConcreteHandle.cpp | 2 +- expressions/aggregation/AggregationConcreteHandle.hpp | 2 +- expressions/aggregation/AggregationHandle.hpp | 2 +- expressions/aggregation/AggregationHandleAvg.cpp | 2 +- expressions/aggregation/AggregationHandleAvg.hpp | 2 +- expressions/aggregation/AggregationHandleCount.cpp | 2 +- expressions/aggregation/AggregationHandleCount.hpp | 2 +- expressions/aggregation/AggregationHandleDistinct.cpp | 2 +- expressions/aggregation/AggregationHandleDistinct.hpp | 2 +- expressions/aggregation/AggregationHandleMax.cpp | 2 +- expressions/aggregation/AggregationHandleMax.hpp | 2 +- expressions/aggregation/AggregationHandleMin.cpp | 2 +- expressions/aggregation/AggregationHandleMin.hpp | 2 +- expressions/aggregation/AggregationHandleSum.cpp | 2 +- expressions/aggregation/AggregationHandleSum.hpp | 2 +- expressions/aggregation/AggregationID.hpp | 2 +- expressions/aggregation/CMakeLists.txt | 2 +- .../aggregation/tests/AggregationHandleAvg_unittest.cpp | 2 +- .../aggregation/tests/AggregationHandleCount_unittest.cpp | 2 +- .../aggregation/tests/AggregationHandleMax_unittest.cpp | 2 +- .../aggregation/tests/AggregationHandleMin_unittest.cpp | 2 +- .../aggregation/tests/AggregationHandleSum_unittest.cpp | 2 +- expressions/predicate/CMakeLists.txt | 2 +- expressions/predicate/ComparisonPredicate.cpp | 2 +- expressions/predicate/ComparisonPredicate.hpp | 2 +- expressions/predicate/ConjunctionPredicate.cpp | 2 +- expressions/predicate/ConjunctionPredicate.hpp | 2 +- expressions/predicate/DisjunctionPredicate.cpp | 2 +- expressions/predicate/DisjunctionPredicate.hpp | 2 +- expressions/predicate/NegationPredicate.cpp | 2 +- expressions/predicate/NegationPredicate.hpp | 2 +- expressions/predicate/Predicate.cpp | 2 +- expressions/predicate/Predicate.hpp | 2 +- expressions/predicate/PredicateCost.hpp | 2 +- expressions/predicate/PredicateWithList.hpp | 2 +- expressions/predicate/TrivialPredicates.hpp | 2 +- expressions/predicate/tests/Predicate_unittest.cpp | 2 +- expressions/scalar/CMakeLists.txt | 2 +- expressions/scalar/Scalar.cpp | 2 +- expressions/scalar/Scalar.hpp | 2 +- expressions/scalar/ScalarAttribute.cpp | 2 +- expressions/scalar/ScalarAttribute.hpp | 2 +- expressions/scalar/ScalarBinaryExpression.cpp | 2 +- expressions/scalar/ScalarBinaryExpression.hpp | 2 +- expressions/scalar/ScalarCaseExpression.cpp | 2 +- expressions/scalar/ScalarCaseExpression.hpp | 2 +- expressions/scalar/ScalarLiteral.cpp | 2 +- expressions/scalar/ScalarLiteral.hpp | 2 +- expressions/scalar/ScalarUnaryExpression.cpp | 2 +- expressions/scalar/ScalarUnaryExpression.hpp | 2 +- expressions/scalar/tests/ScalarCaseExpression_unittest.cpp | 2 +- expressions/scalar/tests/Scalar_unittest.cpp | 2 +- expressions/table_generator/CMakeLists.txt | 2 +- expressions/table_generator/GenerateSeries.hpp | 2 +- expressions/table_generator/GenerateSeriesHandle.hpp | 2 +- expressions/table_generator/GeneratorFunction.hpp | 2 +- expressions/table_generator/GeneratorFunction.proto | 2 +- expressions/table_generator/GeneratorFunctionFactory.cpp | 2 +- expressions/table_generator/GeneratorFunctionFactory.hpp | 2 +- expressions/table_generator/GeneratorFunctionHandle.hpp | 2 +- parser/CMakeLists.txt | 2 +- parser/ParseAssignment.hpp | 2 +- parser/ParseAttributeDefinition.cpp | 2 +- parser/ParseAttributeDefinition.hpp | 2 +- parser/ParseBasicExpressions.cpp | 2 +- parser/ParseBasicExpressions.hpp | 2 +- parser/ParseBlockProperties.cpp | 2 +- parser/ParseBlockProperties.hpp | 2 +- parser/ParseCaseExpressions.cpp | 2 +- parser/ParseCaseExpressions.hpp | 2 +- parser/ParseExpression.hpp | 2 +- parser/ParseGeneratorTableReference.cpp | 2 +- parser/ParseGeneratorTableReference.hpp | 2 +- parser/ParseGroupBy.cpp | 2 +- parser/ParseGroupBy.hpp | 2 +- parser/ParseHaving.cpp | 2 +- parser/ParseHaving.hpp | 2 +- parser/ParseIndexProperties.cpp | 2 +- parser/ParseIndexProperties.hpp | 2 +- parser/ParseJoinedTableReference.cpp | 2 +- parser/ParseJoinedTableReference.hpp | 2 +- parser/ParseKeyValue.hpp | 2 +- parser/ParseLimit.cpp | 2 +- parser/ParseLimit.hpp | 2 +- parser/ParseLiteralValue.cpp | 2 +- parser/ParseLiteralValue.hpp | 2 +- parser/ParseOrderBy.cpp | 2 +- parser/ParseOrderBy.hpp | 2 +- parser/ParsePartitionClause.hpp | 2 +- parser/ParsePredicate.cpp | 2 +- parser/ParsePredicate.hpp | 2 +- parser/ParsePredicateExists.hpp | 2 +- parser/ParsePredicateInTableQuery.hpp | 2 +- parser/ParseSample.cpp | 2 +- parser/ParseSample.hpp | 2 +- parser/ParseSelect.hpp | 2 +- parser/ParseSelectionClause.cpp | 2 +- parser/ParseSelectionClause.hpp | 2 +- parser/ParseSimpleTableReference.cpp | 2 +- parser/ParseSimpleTableReference.hpp | 2 +- parser/ParseStatement.hpp | 2 +- parser/ParseString.cpp | 2 +- parser/ParseString.hpp | 2 +- parser/ParseSubqueryExpression.cpp | 2 +- parser/ParseSubqueryExpression.hpp | 2 +- parser/ParseSubqueryTableReference.cpp | 2 +- parser/ParseSubqueryTableReference.hpp | 2 +- parser/ParseTableReference.cpp | 2 +- parser/ParseTableReference.hpp | 2 +- parser/ParseTreeNode.hpp | 2 +- parser/ParserModule.hpp | 2 +- parser/ParserUtil.cpp | 2 +- parser/ParserUtil.hpp | 2 +- parser/SqlLexer.lpp | 2 +- parser/SqlParser.ypp | 2 +- parser/SqlParserWrapper.cpp | 2 +- parser/SqlParserWrapper.hpp | 2 +- parser/preprocessed/SqlLexer_gen.cpp | 2 +- parser/tests/Aggregate.test | 2 +- parser/tests/Alter.test | 2 +- parser/tests/CMakeLists.txt | 2 +- parser/tests/Copy.test | 2 +- parser/tests/Create.test | 2 +- parser/tests/Delete.test | 2 +- parser/tests/Drop.test | 2 +- parser/tests/Index.test | 2 +- parser/tests/Insert.test | 2 +- parser/tests/Join.test | 2 +- parser/tests/ParserTest.cpp | 2 +- parser/tests/Select.test | 2 +- parser/tests/TPCH.test | 2 +- parser/tests/Update.test | 2 +- query_execution/CMakeLists.txt | 2 +- query_execution/Foreman.cpp | 2 +- query_execution/Foreman.hpp | 2 +- query_execution/ForemanLite.hpp | 2 +- query_execution/QueryContext.cpp | 2 +- query_execution/QueryContext.hpp | 2 +- query_execution/QueryContext.proto | 2 +- query_execution/QueryExecutionMessages.proto | 2 +- query_execution/QueryExecutionModule.hpp | 2 +- query_execution/QueryExecutionState.hpp | 2 +- query_execution/QueryExecutionTypedefs.hpp | 2 +- query_execution/QueryExecutionUtil.hpp | 2 +- query_execution/QueryManager.cpp | 2 +- query_execution/QueryManager.hpp | 2 +- query_execution/WorkOrdersContainer.cpp | 2 +- query_execution/WorkOrdersContainer.hpp | 2 +- query_execution/Worker.cpp | 2 +- query_execution/Worker.hpp | 2 +- query_execution/WorkerDirectory.hpp | 2 +- query_execution/WorkerMessage.hpp | 2 +- query_execution/WorkerSelectionPolicy.hpp | 2 +- query_execution/tests/Foreman_unittest.cpp | 2 +- query_execution/tests/QueryManager_unittest.cpp | 2 +- query_execution/tests/WorkOrdersContainer_unittest.cpp | 2 +- query_execution/tests/WorkerDirectory_unittest.cpp | 2 +- query_execution/tests/WorkerSelectionPolicy_unittest.cpp | 2 +- query_optimizer/CMakeLists.txt | 2 +- query_optimizer/ExecutionGenerator.cpp | 2 +- query_optimizer/ExecutionGenerator.hpp | 2 +- query_optimizer/ExecutionHeuristics.cpp | 2 +- query_optimizer/ExecutionHeuristics.hpp | 2 +- query_optimizer/LogicalGenerator.cpp | 2 +- query_optimizer/LogicalGenerator.hpp | 2 +- query_optimizer/LogicalToPhysicalMapper.hpp | 2 +- query_optimizer/Optimizer.cpp | 2 +- query_optimizer/Optimizer.hpp | 2 +- query_optimizer/OptimizerContext.cpp | 2 +- query_optimizer/OptimizerContext.hpp | 2 +- query_optimizer/OptimizerTree.hpp | 2 +- query_optimizer/PhysicalGenerator.cpp | 2 +- query_optimizer/PhysicalGenerator.hpp | 2 +- query_optimizer/QueryHandle.hpp | 2 +- query_optimizer/QueryOptimizerConfig.h.in | 2 +- query_optimizer/QueryOptimizerModule.hpp | 2 +- query_optimizer/QueryPlan.hpp | 2 +- query_optimizer/QueryProcessor.cpp | 2 +- query_optimizer/QueryProcessor.hpp | 2 +- query_optimizer/Validator.hpp | 2 +- query_optimizer/cost_model/CMakeLists.txt | 2 +- query_optimizer/cost_model/CostModel.hpp | 2 +- query_optimizer/cost_model/CostModelModule.hpp | 2 +- query_optimizer/cost_model/SimpleCostModel.cpp | 2 +- query_optimizer/cost_model/SimpleCostModel.hpp | 2 +- query_optimizer/cost_model/StarSchemaSimpleCostModel.cpp | 2 +- query_optimizer/cost_model/StarSchemaSimpleCostModel.hpp | 2 +- query_optimizer/expressions/AggregateFunction.cpp | 2 +- query_optimizer/expressions/AggregateFunction.hpp | 2 +- query_optimizer/expressions/Alias.cpp | 2 +- query_optimizer/expressions/Alias.hpp | 2 +- query_optimizer/expressions/AttributeReference.cpp | 2 +- query_optimizer/expressions/AttributeReference.hpp | 2 +- query_optimizer/expressions/BinaryExpression.cpp | 2 +- query_optimizer/expressions/BinaryExpression.hpp | 2 +- query_optimizer/expressions/CMakeLists.txt | 2 +- query_optimizer/expressions/Cast.cpp | 2 +- query_optimizer/expressions/Cast.hpp | 2 +- query_optimizer/expressions/ComparisonExpression.cpp | 2 +- query_optimizer/expressions/ComparisonExpression.hpp | 2 +- query_optimizer/expressions/Exists.cpp | 2 +- query_optimizer/expressions/Exists.hpp | 2 +- query_optimizer/expressions/ExprId.hpp | 2 +- query_optimizer/expressions/Expression.hpp | 2 +- query_optimizer/expressions/ExpressionType.hpp | 2 +- query_optimizer/expressions/ExpressionUtil.cpp | 2 +- query_optimizer/expressions/ExpressionUtil.hpp | 2 +- query_optimizer/expressions/InTableQuery.cpp | 2 +- query_optimizer/expressions/InTableQuery.hpp | 2 +- query_optimizer/expressions/InValueList.cpp | 2 +- query_optimizer/expressions/InValueList.hpp | 2 +- query_optimizer/expressions/LogicalAnd.cpp | 2 +- query_optimizer/expressions/LogicalAnd.hpp | 2 +- query_optimizer/expressions/LogicalNot.cpp | 2 +- query_optimizer/expressions/LogicalNot.hpp | 2 +- query_optimizer/expressions/LogicalOr.cpp | 2 +- query_optimizer/expressions/LogicalOr.hpp | 2 +- query_optimizer/expressions/NamedExpression.cpp | 2 +- query_optimizer/expressions/NamedExpression.hpp | 2 +- query_optimizer/expressions/OptimizerExpressionsModule.hpp | 2 +- query_optimizer/expressions/PatternMatcher.hpp | 2 +- query_optimizer/expressions/Predicate.hpp | 2 +- query_optimizer/expressions/PredicateLiteral.cpp | 2 +- query_optimizer/expressions/PredicateLiteral.hpp | 2 +- query_optimizer/expressions/Scalar.hpp | 2 +- query_optimizer/expressions/ScalarLiteral.cpp | 2 +- query_optimizer/expressions/ScalarLiteral.hpp | 2 +- query_optimizer/expressions/SearchedCase.cpp | 2 +- query_optimizer/expressions/SearchedCase.hpp | 2 +- query_optimizer/expressions/SimpleCase.cpp | 2 +- query_optimizer/expressions/SimpleCase.hpp | 2 +- query_optimizer/expressions/SubqueryExpression.cpp | 2 +- query_optimizer/expressions/SubqueryExpression.hpp | 2 +- query_optimizer/expressions/UnaryExpression.cpp | 2 +- query_optimizer/expressions/UnaryExpression.hpp | 2 +- query_optimizer/logical/Aggregate.cpp | 2 +- query_optimizer/logical/Aggregate.hpp | 2 +- query_optimizer/logical/BinaryJoin.cpp | 2 +- query_optimizer/logical/BinaryJoin.hpp | 2 +- query_optimizer/logical/CMakeLists.txt | 2 +- query_optimizer/logical/CopyFrom.cpp | 2 +- query_optimizer/logical/CopyFrom.hpp | 2 +- query_optimizer/logical/CreateIndex.cpp | 2 +- query_optimizer/logical/CreateIndex.hpp | 2 +- query_optimizer/logical/CreateTable.cpp | 2 +- query_optimizer/logical/CreateTable.hpp | 2 +- query_optimizer/logical/DeleteTuples.cpp | 2 +- query_optimizer/logical/DeleteTuples.hpp | 2 +- query_optimizer/logical/DropTable.cpp | 2 +- query_optimizer/logical/DropTable.hpp | 2 +- query_optimizer/logical/Filter.cpp | 2 +- query_optimizer/logical/Filter.hpp | 2 +- query_optimizer/logical/HashJoin.hpp | 2 +- query_optimizer/logical/InsertSelection.cpp | 2 +- query_optimizer/logical/InsertSelection.hpp | 2 +- query_optimizer/logical/InsertTuple.cpp | 2 +- query_optimizer/logical/InsertTuple.hpp | 2 +- query_optimizer/logical/Join.hpp | 2 +- query_optimizer/logical/Logical.hpp | 2 +- query_optimizer/logical/LogicalType.hpp | 2 +- query_optimizer/logical/MultiwayCartesianJoin.cpp | 2 +- query_optimizer/logical/MultiwayCartesianJoin.hpp | 2 +- query_optimizer/logical/NestedLoopsJoin.hpp | 2 +- query_optimizer/logical/OptimizerLogicalModule.hpp | 2 +- query_optimizer/logical/PatternMatcher.hpp | 2 +- query_optimizer/logical/Project.cpp | 2 +- query_optimizer/logical/Project.hpp | 2 +- query_optimizer/logical/Sample.cpp | 2 +- query_optimizer/logical/Sample.hpp | 2 +- query_optimizer/logical/SharedSubplanReference.cpp | 2 +- query_optimizer/logical/SharedSubplanReference.hpp | 2 +- query_optimizer/logical/Sort.cpp | 2 +- query_optimizer/logical/Sort.hpp | 2 +- query_optimizer/logical/TableGenerator.hpp | 2 +- query_optimizer/logical/TableReference.cpp | 2 +- query_optimizer/logical/TableReference.hpp | 2 +- query_optimizer/logical/TopLevelPlan.cpp | 2 +- query_optimizer/logical/TopLevelPlan.hpp | 2 +- query_optimizer/logical/UpdateTable.cpp | 2 +- query_optimizer/logical/UpdateTable.hpp | 2 +- query_optimizer/physical/Aggregate.cpp | 2 +- query_optimizer/physical/Aggregate.hpp | 2 +- query_optimizer/physical/BinaryJoin.cpp | 2 +- query_optimizer/physical/BinaryJoin.hpp | 2 +- query_optimizer/physical/CMakeLists.txt | 2 +- query_optimizer/physical/CopyFrom.cpp | 2 +- query_optimizer/physical/CopyFrom.hpp | 2 +- query_optimizer/physical/CreateIndex.cpp | 2 +- query_optimizer/physical/CreateIndex.hpp | 2 +- query_optimizer/physical/CreateTable.cpp | 2 +- query_optimizer/physical/CreateTable.hpp | 2 +- query_optimizer/physical/DeleteTuples.cpp | 2 +- query_optimizer/physical/DeleteTuples.hpp | 2 +- query_optimizer/physical/DropTable.cpp | 2 +- query_optimizer/physical/DropTable.hpp | 2 +- query_optimizer/physical/HashJoin.cpp | 2 +- query_optimizer/physical/HashJoin.hpp | 2 +- query_optimizer/physical/InsertSelection.cpp | 2 +- query_optimizer/physical/InsertSelection.hpp | 2 +- query_optimizer/physical/InsertTuple.cpp | 2 +- query_optimizer/physical/InsertTuple.hpp | 2 +- query_optimizer/physical/Join.hpp | 2 +- query_optimizer/physical/NestedLoopsJoin.cpp | 2 +- query_optimizer/physical/NestedLoopsJoin.hpp | 2 +- query_optimizer/physical/OptimizerPhysicalModule.hpp | 2 +- query_optimizer/physical/PatternMatcher.hpp | 2 +- query_optimizer/physical/Physical.hpp | 2 +- query_optimizer/physical/PhysicalType.hpp | 2 +- query_optimizer/physical/Sample.cpp | 2 +- query_optimizer/physical/Sample.hpp | 2 +- query_optimizer/physical/Selection.cpp | 2 +- query_optimizer/physical/Selection.hpp | 2 +- query_optimizer/physical/SharedSubplanReference.cpp | 2 +- query_optimizer/physical/SharedSubplanReference.hpp | 2 +- query_optimizer/physical/Sort.cpp | 2 +- query_optimizer/physical/Sort.hpp | 2 +- query_optimizer/physical/TableGenerator.hpp | 2 +- query_optimizer/physical/TableReference.cpp | 2 +- query_optimizer/physical/TableReference.hpp | 2 +- query_optimizer/physical/TopLevelPlan.cpp | 2 +- query_optimizer/physical/TopLevelPlan.hpp | 2 +- query_optimizer/physical/UpdateTable.cpp | 2 +- query_optimizer/physical/UpdateTable.hpp | 2 +- query_optimizer/resolver/CMakeLists.txt | 2 +- query_optimizer/resolver/NameResolver.cpp | 2 +- query_optimizer/resolver/NameResolver.hpp | 2 +- query_optimizer/resolver/QueryResolverModule.hpp | 2 +- query_optimizer/resolver/Resolver.cpp | 2 +- query_optimizer/resolver/Resolver.hpp | 2 +- query_optimizer/rules/BottomUpRule.hpp | 2 +- query_optimizer/rules/CMakeLists.txt | 2 +- query_optimizer/rules/CollapseProject.cpp | 2 +- query_optimizer/rules/CollapseProject.hpp | 2 +- query_optimizer/rules/GenerateJoins.cpp | 2 +- query_optimizer/rules/GenerateJoins.hpp | 2 +- query_optimizer/rules/OptimizerRulesModule.hpp | 2 +- query_optimizer/rules/PruneColumns.cpp | 2 +- query_optimizer/rules/PruneColumns.hpp | 2 +- query_optimizer/rules/PushDownFilter.cpp | 2 +- query_optimizer/rules/PushDownFilter.hpp | 2 +- query_optimizer/rules/PushDownSemiAntiJoin.cpp | 2 +- query_optimizer/rules/PushDownSemiAntiJoin.hpp | 2 +- query_optimizer/rules/Rule.hpp | 2 +- query_optimizer/rules/RuleHelper.cpp | 2 +- query_optimizer/rules/RuleHelper.hpp | 2 +- query_optimizer/rules/StarSchemaHashJoinOrderOptimization.cpp | 2 +- query_optimizer/rules/StarSchemaHashJoinOrderOptimization.hpp | 2 +- query_optimizer/rules/TopDownRule.hpp | 2 +- query_optimizer/rules/UnnestSubqueries.cpp | 2 +- query_optimizer/rules/UnnestSubqueries.hpp | 2 +- query_optimizer/rules/UpdateExpression.cpp | 2 +- query_optimizer/rules/UpdateExpression.hpp | 2 +- query_optimizer/rules/tests/CMakeLists.txt | 2 +- query_optimizer/rules/tests/CollapseProject_unittest.cpp | 2 +- query_optimizer/rules/tests/ExpressionRuleTest.hpp | 2 +- query_optimizer/rules/tests/GenerateJoins_unittest.cpp | 2 +- query_optimizer/rules/tests/LogicalRuleTest.hpp | 2 +- query_optimizer/rules/tests/PhysicalRuleTest.hpp | 2 +- query_optimizer/rules/tests/PruneColumns_unittest.cpp | 2 +- query_optimizer/rules/tests/PushDownFilter_unittest.cpp | 2 +- query_optimizer/rules/tests/RuleTest.hpp | 2 +- query_optimizer/rules/tests/UpdateExpression_unittest.cpp | 2 +- query_optimizer/strategy/Aggregate.cpp | 2 +- query_optimizer/strategy/Aggregate.hpp | 2 +- query_optimizer/strategy/CMakeLists.txt | 2 +- query_optimizer/strategy/Join.cpp | 2 +- query_optimizer/strategy/Join.hpp | 2 +- query_optimizer/strategy/OneToOne.cpp | 2 +- query_optimizer/strategy/OneToOne.hpp | 2 +- query_optimizer/strategy/OptimizerStrategyModule.hpp | 2 +- query_optimizer/strategy/Selection.cpp | 2 +- query_optimizer/strategy/Selection.hpp | 2 +- query_optimizer/strategy/Strategy.hpp | 2 +- query_optimizer/strategy/tests/Aggregate_unittest.cpp | 2 +- query_optimizer/strategy/tests/CMakeLists.txt | 2 +- query_optimizer/strategy/tests/Join_unittest.cpp | 2 +- query_optimizer/strategy/tests/OneToOne_unittest.cpp | 2 +- query_optimizer/strategy/tests/Selection_unittest.cpp | 2 +- query_optimizer/strategy/tests/StrategyTest.hpp | 2 +- query_optimizer/tests/CMakeLists.txt | 2 +- query_optimizer/tests/ExecutionGeneratorTest.cpp | 2 +- query_optimizer/tests/ExecutionGeneratorTestRunner.cpp | 2 +- query_optimizer/tests/ExecutionGeneratorTestRunner.hpp | 2 +- query_optimizer/tests/ExecutionHeuristics_unittest.cpp | 2 +- query_optimizer/tests/OptimizerTest.cpp | 2 +- query_optimizer/tests/OptimizerTest.hpp | 2 +- query_optimizer/tests/OptimizerTextTest.cpp | 2 +- query_optimizer/tests/OptimizerTextTestRunner.cpp | 2 +- query_optimizer/tests/OptimizerTextTestRunner.hpp | 2 +- query_optimizer/tests/TestDatabaseLoader.cpp | 2 +- query_optimizer/tests/TestDatabaseLoader.hpp | 2 +- query_optimizer/tests/execution_generator/CMakeLists.txt | 2 +- query_optimizer/tests/execution_generator/Create.test | 2 +- query_optimizer/tests/execution_generator/Delete.test | 2 +- query_optimizer/tests/execution_generator/Distinct.test | 2 +- query_optimizer/tests/execution_generator/Drop.test | 2 +- query_optimizer/tests/execution_generator/Index.test | 2 +- query_optimizer/tests/execution_generator/Insert.test | 2 +- query_optimizer/tests/execution_generator/Join.test | 2 +- query_optimizer/tests/execution_generator/Select.test | 2 +- .../tests/execution_generator/StringPatternMatching.test | 2 +- query_optimizer/tests/execution_generator/TableGenerator.test | 2 +- query_optimizer/tests/execution_generator/Update.test | 2 +- query_optimizer/tests/logical_generator/CMakeLists.txt | 2 +- query_optimizer/tests/logical_generator/Create.test | 2 +- query_optimizer/tests/logical_generator/Index.test | 2 +- query_optimizer/tests/logical_generator/Join.test | 2 +- query_optimizer/tests/logical_generator/Select.test | 2 +- query_optimizer/tests/physical_generator/CMakeLists.txt | 2 +- query_optimizer/tests/physical_generator/Copy.test | 2 +- query_optimizer/tests/physical_generator/Create.test | 2 +- query_optimizer/tests/physical_generator/Delete.test | 2 +- query_optimizer/tests/physical_generator/Drop.test | 2 +- query_optimizer/tests/physical_generator/Index.test | 2 +- query_optimizer/tests/physical_generator/Insert.test | 2 +- query_optimizer/tests/physical_generator/Join.test | 2 +- query_optimizer/tests/physical_generator/Select.test | 2 +- query_optimizer/tests/physical_generator/Update.test | 2 +- query_optimizer/tests/resolver/Aggregate.test | 2 +- query_optimizer/tests/resolver/CMakeLists.txt | 2 +- query_optimizer/tests/resolver/Copy.test | 2 +- query_optimizer/tests/resolver/Create.test | 2 +- query_optimizer/tests/resolver/Delete.test | 2 +- query_optimizer/tests/resolver/Drop.test | 2 +- query_optimizer/tests/resolver/Index.test | 2 +- query_optimizer/tests/resolver/Insert.test | 2 +- query_optimizer/tests/resolver/Join.test | 2 +- query_optimizer/tests/resolver/Select.test | 2 +- query_optimizer/tests/resolver/Update.test | 2 +- relational_operators/AggregationOperator.cpp | 2 +- relational_operators/AggregationOperator.hpp | 2 +- relational_operators/BuildHashOperator.cpp | 2 +- relational_operators/BuildHashOperator.hpp | 2 +- relational_operators/CMakeLists.txt | 2 +- relational_operators/CreateIndexOperator.cpp | 2 +- relational_operators/CreateIndexOperator.hpp | 2 +- relational_operators/CreateTableOperator.cpp | 2 +- relational_operators/CreateTableOperator.hpp | 2 +- relational_operators/DeleteOperator.cpp | 2 +- relational_operators/DeleteOperator.hpp | 2 +- relational_operators/DestroyHashOperator.cpp | 2 +- relational_operators/DestroyHashOperator.hpp | 2 +- relational_operators/DropTableOperator.cpp | 2 +- relational_operators/DropTableOperator.hpp | 2 +- relational_operators/FinalizeAggregationOperator.cpp | 2 +- relational_operators/FinalizeAggregationOperator.hpp | 2 +- relational_operators/HashJoinOperator.cpp | 2 +- relational_operators/HashJoinOperator.hpp | 2 +- relational_operators/InsertOperator.cpp | 2 +- relational_operators/InsertOperator.hpp | 2 +- relational_operators/NestedLoopsJoinOperator.cpp | 2 +- relational_operators/NestedLoopsJoinOperator.hpp | 2 +- relational_operators/RebuildWorkOrder.hpp | 2 +- relational_operators/RelationalOperator.hpp | 2 +- relational_operators/RelationalOperatorsModule.hpp | 2 +- relational_operators/SampleOperator.cpp | 2 +- relational_operators/SampleOperator.hpp | 2 +- relational_operators/SaveBlocksOperator.cpp | 2 +- relational_operators/SaveBlocksOperator.hpp | 2 +- relational_operators/SelectOperator.cpp | 2 +- relational_operators/SelectOperator.hpp | 2 +- relational_operators/SortMergeRunOperator.cpp | 2 +- relational_operators/SortMergeRunOperator.hpp | 2 +- relational_operators/SortMergeRunOperator.proto | 2 +- relational_operators/SortMergeRunOperatorHelpers.cpp | 2 +- relational_operators/SortMergeRunOperatorHelpers.hpp | 2 +- relational_operators/SortRunGenerationOperator.cpp | 2 +- relational_operators/SortRunGenerationOperator.hpp | 2 +- relational_operators/TableGeneratorOperator.cpp | 2 +- relational_operators/TableGeneratorOperator.hpp | 2 +- relational_operators/TextScanOperator.cpp | 2 +- relational_operators/TextScanOperator.hpp | 2 +- relational_operators/TextScanOperator.proto | 2 +- relational_operators/UpdateOperator.cpp | 2 +- relational_operators/UpdateOperator.hpp | 2 +- relational_operators/WorkOrder.hpp | 2 +- relational_operators/WorkOrder.proto | 2 +- relational_operators/WorkOrderFactory.cpp | 2 +- relational_operators/WorkOrderFactory.hpp | 2 +- relational_operators/tests/AggregationOperator_unittest.cpp | 2 +- relational_operators/tests/HashJoinOperator_unittest.cpp | 2 +- relational_operators/tests/SortMergeRunOperator_unittest.cpp | 2 +- .../tests/SortRunGenerationOperator_unittest.cpp | 2 +- relational_operators/tests/TextScanOperator_unittest.cpp | 2 +- storage/AggregationOperationState.cpp | 2 +- storage/AggregationOperationState.hpp | 2 +- storage/AggregationOperationState.proto | 2 +- storage/BasicColumnStoreTupleStorageSubBlock.cpp | 2 +- storage/BasicColumnStoreTupleStorageSubBlock.hpp | 2 +- storage/BasicColumnStoreValueAccessor.hpp | 2 +- storage/BloomFilterIndexSubBlock.cpp | 2 +- storage/BloomFilterIndexSubBlock.hpp | 2 +- storage/CMakeLists.txt | 2 +- storage/CSBTreeIndexSubBlock.cpp | 2 +- storage/CSBTreeIndexSubBlock.hpp | 2 +- storage/ColumnStoreUtil.cpp | 2 +- storage/ColumnStoreUtil.hpp | 2 +- storage/CompressedBlockBuilder.cpp | 2 +- storage/CompressedBlockBuilder.hpp | 2 +- storage/CompressedColumnStoreTupleStorageSubBlock.cpp | 2 +- storage/CompressedColumnStoreTupleStorageSubBlock.hpp | 2 +- storage/CompressedColumnStoreValueAccessor.hpp | 2 +- storage/CompressedPackedRowStoreTupleStorageSubBlock.cpp | 2 +- storage/CompressedPackedRowStoreTupleStorageSubBlock.hpp | 2 +- storage/CompressedPackedRowStoreValueAccessor.hpp | 2 +- storage/CompressedStoreUtil.cpp | 2 +- storage/CompressedStoreUtil.hpp | 2 +- storage/CompressedTupleStorageSubBlock.cpp | 2 +- storage/CompressedTupleStorageSubBlock.hpp | 2 +- storage/CountedReference.hpp | 2 +- storage/EvictionPolicy.cpp | 2 +- storage/EvictionPolicy.hpp | 2 +- storage/FileManager.hpp | 2 +- storage/FileManagerHdfs.cpp | 2 +- storage/FileManagerHdfs.hpp | 2 +- storage/FileManagerLocal.hpp | 2 +- storage/FileManagerPosix.cpp | 2 +- storage/FileManagerPosix.hpp | 2 +- storage/FileManagerWindows.cpp | 2 +- storage/FileManagerWindows.hpp | 2 +- storage/HashTable.hpp | 2 +- storage/HashTable.proto | 2 +- storage/HashTableBase.hpp | 2 +- storage/HashTableFactory.cpp | 2 +- storage/HashTableFactory.hpp | 2 +- storage/HashTableKeyManager.hpp | 2 +- storage/HashTablePool.hpp | 2 +- storage/IndexSubBlock.hpp | 2 +- storage/IndexSubBlockDescriptionFactory.hpp | 2 +- storage/InsertDestination.cpp | 2 +- storage/InsertDestination.hpp | 2 +- storage/InsertDestination.proto | 2 +- storage/InsertDestinationInterface.hpp | 2 +- storage/LinearOpenAddressingHashTable.hpp | 2 +- storage/PackedRowStoreTupleStorageSubBlock.cpp | 2 +- storage/PackedRowStoreTupleStorageSubBlock.hpp | 2 +- storage/PackedRowStoreValueAccessor.hpp | 2 +- storage/PreloaderThread.cpp | 2 +- storage/PreloaderThread.hpp | 2 +- storage/SMAIndexSubBlock.cpp | 2 +- storage/SMAIndexSubBlock.hpp | 2 +- storage/SeparateChainingHashTable.hpp | 2 +- storage/SimpleScalarSeparateChainingHashTable.cpp | 2 +- storage/SimpleScalarSeparateChainingHashTable.hpp | 2 +- storage/SplitRowStoreTupleStorageSubBlock.cpp | 2 +- storage/SplitRowStoreTupleStorageSubBlock.hpp | 2 +- storage/SplitRowStoreValueAccessor.hpp | 2 +- storage/StorageBlob.hpp | 2 +- storage/StorageBlock.cpp | 2 +- storage/StorageBlock.hpp | 2 +- storage/StorageBlockBase.hpp | 2 +- storage/StorageBlockInfo.cpp | 2 +- storage/StorageBlockInfo.hpp | 2 +- storage/StorageBlockLayout.cpp | 2 +- storage/StorageBlockLayout.hpp | 2 +- storage/StorageBlockLayout.proto | 2 +- storage/StorageConfig.h.in | 2 +- storage/StorageConstants.hpp | 2 +- storage/StorageErrors.cpp | 2 +- storage/StorageErrors.hpp | 2 +- storage/StorageManager.cpp | 2 +- storage/StorageManager.hpp | 2 +- storage/StorageModule.hpp | 2 +- storage/SubBlockTypeRegistry.cpp | 2 +- storage/SubBlockTypeRegistry.hpp | 2 +- storage/SubBlockTypeRegistryMacros.hpp | 2 +- storage/SubBlocksReference.hpp | 2 +- storage/TupleIdSequence.hpp | 2 +- storage/TupleReference.hpp | 2 +- storage/TupleStorageSubBlock.cpp | 2 +- storage/TupleStorageSubBlock.hpp | 2 +- storage/ValueAccessor.hpp | 2 +- storage/ValueAccessorUtil.hpp | 2 +- storage/tests/AggregationOperationState_unittest.cpp | 2 +- .../tests/BasicColumnStoreTupleStorageSubBlock_unittest.cpp | 2 +- storage/tests/BloomFilterIndexSubBlock_unittest.cpp | 2 +- storage/tests/CSBTreeIndexSubBlock_unittest.cpp | 2 +- storage/tests/CSBTreePrettyPrinter.cpp | 2 +- storage/tests/CSBTreePrettyPrinter.hpp | 2 +- .../CompressedColumnStoreTupleStorageSubBlock_unittest.cpp | 2 +- .../CompressedPackedRowStoreTupleStorageSubBlock_unittest.cpp | 2 +- storage/tests/EvictionPolicy_unittest.cpp | 2 +- storage/tests/FileManagerHdfs_unittest.cpp | 2 +- storage/tests/FileManagerLocal_unittest.cpp | 2 +- storage/tests/FileManager_unittest_common.hpp | 2 +- storage/tests/HashTable_unittest_common.hpp | 2 +- storage/tests/LinearOpenAddressingHashTable_unittest.cpp | 2 +- storage/tests/MockTupleStorageSubBlock.hpp | 2 +- storage/tests/PackedRowStoreTupleStorageSubBlock_unittest.cpp | 2 +- storage/tests/SMAIndexSubBlock_unittest.cpp | 2 +- storage/tests/SeparateChainingHashTable_unittest.cpp | 2 +- .../tests/SimpleScalarSeparateChainingHashTable_unittest.cpp | 2 +- storage/tests/SplitRowStoreTupleStorageSubBlock_unittest.cpp | 2 +- storage/tests/StorageBlockSort_unittest.cpp | 2 +- storage/tests/StorageManager_unittest.cpp | 2 +- storage/tests/StorageTestConfig.h.in | 2 +- storage/tests/TupleStorePredicateUtil.hpp | 2 +- third_party/benchmark/LICENSE | 4 ++-- third_party/benchmark/include/benchmark/macros.h | 2 +- third_party/benchmark/src/benchmark.cc | 2 +- third_party/benchmark/src/colorprint.cc | 2 +- third_party/benchmark/src/commandlineflags.cc | 2 +- third_party/benchmark/src/re.h | 2 +- third_party/benchmark/src/re_posix.cc | 2 +- third_party/benchmark/src/re_std.cc | 2 +- third_party/benchmark/src/sleep.cc | 2 +- third_party/benchmark/src/sysinfo.cc | 2 +- third_party/benchmark/src/walltime.cc | 2 +- third_party/protobuf_cmake/CMakeLists.txt | 2 +- third_party/re2_cmake/CMakeLists.txt | 2 +- third_party/tmb/CMakeLists.txt | 2 +- third_party/tmb/benchmarks/CMakeLists.txt | 2 +- third_party/tmb/benchmarks/include/tmbbench/affinity.h | 2 +- third_party/tmb/benchmarks/include/tmbbench/bus_setup.h | 2 +- third_party/tmb/benchmarks/include/tmbbench/messages.h | 2 +- third_party/tmb/benchmarks/include/tmbbench/receiver_thread.h | 2 +- third_party/tmb/benchmarks/include/tmbbench/sender_thread.h | 2 +- third_party/tmb/benchmarks/include/tmbbench/thread.h | 2 +- third_party/tmb/benchmarks/src/affinity.cc | 2 +- third_party/tmb/benchmarks/src/bus_setup.cc | 2 +- third_party/tmb/benchmarks/src/oneway_throughput.cc | 2 +- .../tmb/benchmarks/src/oneway_throughput_distributed.cc | 2 +- .../src/oneway_throughput_distributed_coordinator.cc | 2 +- third_party/tmb/benchmarks/src/oneway_throughput_numa.cc | 2 +- third_party/tmb/benchmarks/src/receiver_thread.cc | 2 +- third_party/tmb/benchmarks/src/reset_bus.cc | 2 +- third_party/tmb/benchmarks/src/sender_thread.cc | 2 +- third_party/tmb/benchmarks/src/thread.cc | 2 +- third_party/tmb/cmake/FindGrpc++.cmake | 2 +- third_party/tmb/cmake/FindLevelDB.cmake | 2 +- third_party/tmb/cmake/FindProtobuf3.cmake | 2 +- third_party/tmb/cmake/FindSQLite3.cmake | 2 +- third_party/tmb/cmake/FindVoltDB.cmake | 2 +- third_party/tmb/cmake/FindZookeeper.cmake | 2 +- third_party/tmb/include/tmb/address.h | 2 +- third_party/tmb/include/tmb/cancellation_token.h | 2 +- third_party/tmb/include/tmb/id_typedefs.h | 2 +- third_party/tmb/include/tmb/internal/c_string_buffer.h | 2 +- third_party/tmb/include/tmb/internal/cache_info.h | 2 +- third_party/tmb/include/tmb/internal/container_pusher.h | 2 +- third_party/tmb/include/tmb/internal/crc32.h | 2 +- .../tmb/include/tmb/internal/heap_receiver_message_queue.h | 2 +- third_party/tmb/include/tmb/internal/iterator_adapter.h | 2 +- third_party/tmb/include/tmb/internal/leveldb_key_comparator.h | 2 +- third_party/tmb/include/tmb/internal/leveldb_keys.h | 2 +- .../tmb/include/tmb/internal/lock_free_garbage_collector.h | 2 +- third_party/tmb/include/tmb/internal/lock_free_stack.h | 2 +- third_party/tmb/include/tmb/internal/log_read_status.h | 2 +- third_party/tmb/include/tmb/internal/log_reader_base.h | 2 +- third_party/tmb/include/tmb/internal/log_reader_posix.h | 2 +- third_party/tmb/include/tmb/internal/log_reader_stdio.h | 2 +- third_party/tmb/include/tmb/internal/log_record_header.h | 2 +- third_party/tmb/include/tmb/internal/log_writer_base.h | 2 +- third_party/tmb/include/tmb/internal/log_writer_posix.h | 2 +- third_party/tmb/include/tmb/internal/log_writer_stdio.h | 2 +- third_party/tmb/include/tmb/internal/logging_constants.h | 2 +- .../tmb/include/tmb/internal/memory_based_message_bus.h | 2 +- .../tmb/include/tmb/internal/memory_mirror_cancellation_set.h | 2 +- .../tmb/include/tmb/internal/memory_mirror_delete_batch.h | 2 +- third_party/tmb/include/tmb/internal/message_metadata.h | 2 +- third_party/tmb/include/tmb/internal/native_transaction_log.h | 2 +- .../tmb/include/tmb/internal/net_memory_container_pusher.h | 2 +- .../tmb/include/tmb/internal/net_message_removal_interface.h | 2 +- third_party/tmb/include/tmb/internal/net_service_impl.h | 2 +- .../tmb/include/tmb/internal/persistent_bus_state_interface.h | 2 +- third_party/tmb/include/tmb/internal/queued_message.h | 2 +- third_party/tmb/include/tmb/internal/rcu.h | 2 +- third_party/tmb/include/tmb/internal/shared_bool.h | 2 +- third_party/tmb/include/tmb/internal/sqlite_connection.h | 2 +- third_party/tmb/include/tmb/internal/sqlite_connection_pool.h | 2 +- third_party/tmb/include/tmb/internal/threadsafe_set.h | 2 +- .../tmb/include/tmb/internal/tree_receiver_message_queue.h | 2 +- third_party/tmb/include/tmb/internal/voltdb_connection_pool.h | 2 +- .../tmb/include/tmb/internal/voltdb_procedure_factory.h | 2 +- .../tmb/include/tmb/internal/voltdb_procedure_warehouse.h | 2 +- third_party/tmb/include/tmb/internal/zookeeper_format.h | 2 +- .../tmb/include/tmb/internal/zookeeper_receiver_context.h | 2 +- .../tmb/include/tmb/internal/zookeeper_transaction_batch.h | 2 +- third_party/tmb/include/tmb/leveldb_message_bus.h | 2 +- third_party/tmb/include/tmb/memory_mirror_message_bus.h | 2 +- third_party/tmb/include/tmb/message_bus.h | 2 +- third_party/tmb/include/tmb/message_style.h | 2 +- third_party/tmb/include/tmb/native_logging_message_bus.h | 2 +- third_party/tmb/include/tmb/native_net_client_message_bus.h | 2 +- third_party/tmb/include/tmb/priority.h | 2 +- third_party/tmb/include/tmb/pure_memory_message_bus.h | 2 +- third_party/tmb/include/tmb/sqlite_message_bus.h | 2 +- third_party/tmb/include/tmb/tagged_message.h | 2 +- third_party/tmb/include/tmb/voltdb_message_bus.h | 2 +- third_party/tmb/include/tmb/zookeeper_message_bus.h | 2 +- third_party/tmb/src/crc32.cc | 2 +- third_party/tmb/src/heap_receiver_message_queue.cc | 2 +- third_party/tmb/src/java/CancelMessages.java | 2 +- third_party/tmb/src/java/ConnectClient.java | 2 +- third_party/tmb/src/java/DeleteMessages.java | 2 +- third_party/tmb/src/java/DeleteMessagesUnchecked.java | 2 +- third_party/tmb/src/java/DisconnectClient.java | 2 +- third_party/tmb/src/java/LoadState.java | 2 +- third_party/tmb/src/java/Receive.java | 2 +- third_party/tmb/src/java/ReceiveAndDelete.java | 2 +- third_party/tmb/src/java/RegisterReceiver.java | 2 +- third_party/tmb/src/java/RegisterSender.java | 2 +- third_party/tmb/src/java/ResetBus.java | 2 +- third_party/tmb/src/java/SendToAny.java | 2 +- third_party/tmb/src/java/SendToExplicitReceivers.java | 2 +- .../tmb/src/java/SendToExplicitReceiversUnchecked.java | 2 +- third_party/tmb/src/java/SendToSingleExplicitReceiver.java | 2 +- .../tmb/src/java/SendToSingleExplicitReceiverUnchecked.java | 2 +- third_party/tmb/src/leveldb_key_comparator.cc | 2 +- third_party/tmb/src/leveldb_message_bus.cc | 2 +- third_party/tmb/src/log_reader_posix.cc | 2 +- third_party/tmb/src/log_reader_stdio.cc | 2 +- third_party/tmb/src/log_writer_posix.cc | 2 +- third_party/tmb/src/log_writer_stdio.cc | 2 +- third_party/tmb/src/memory_based_message_bus.cc | 2 +- third_party/tmb/src/memory_mirror_message_bus.cc | 2 +- third_party/tmb/src/message_bus.cc | 2 +- third_party/tmb/src/native_net_client_message_bus.cc | 2 +- third_party/tmb/src/native_transaction_log.cc | 2 +- third_party/tmb/src/net_service_impl.cc | 2 +- third_party/tmb/src/proto/tmb_net.proto | 2 +- third_party/tmb/src/pure_memory_message_bus.cc | 2 +- third_party/tmb/src/sql/voltdb_schema.sql | 2 +- third_party/tmb/src/sqlite_connection.cc | 2 +- third_party/tmb/src/sqlite_message_bus.cc | 2 +- third_party/tmb/src/tmb_net_server.cc | 2 +- third_party/tmb/src/tree_receiver_message_queue.cc | 2 +- third_party/tmb/src/voltdb_connection_pool.cc | 2 +- third_party/tmb/src/voltdb_message_bus.cc | 2 +- third_party/tmb/src/voltdb_procedure_factory.cc | 2 +- third_party/tmb/src/zookeeper_message_bus.cc | 2 +- third_party/tmb/src/zookeeper_transaction_batch.cc | 2 +- third_party/tmb/tests/leveldb_message_bus_async_unittest.cc | 2 +- third_party/tmb/tests/leveldb_message_bus_unittest.cc | 2 +- .../tests/memory_mirror_message_bus_with_leveldb_unittest.cc | 2 +- .../tests/memory_mirror_message_bus_with_sqlite_unittest.cc | 2 +- .../tests/memory_mirror_message_bus_with_voltdb_unittest.cc | 2 +- .../memory_mirror_message_bus_with_zookeeper_unittest.cc | 2 +- third_party/tmb/tests/message_bus_unittest_common.h | 2 +- .../tmb/tests/native_logging_message_bus_async_unittest.cc | 2 +- third_party/tmb/tests/native_logging_message_bus_unittest.cc | 2 +- .../tmb/tests/native_net_client_message_bus_unittest.cc | 2 +- third_party/tmb/tests/pure_memory_message_bus_unittest.cc | 2 +- third_party/tmb/tests/rcu_unittest.cc | 2 +- third_party/tmb/tests/sqlite_message_bus_unittest.cc | 2 +- third_party/tmb/tests/voltdb_message_bus_unittest.cc | 2 +- third_party/tmb/tests/zookeeper_message_bus_unittest.cc | 2 +- threading/CMakeLists.txt | 2 +- threading/ConditionVariable.cpp | 2 +- threading/ConditionVariable.hpp | 2 +- threading/Mutex.cpp | 2 +- threading/Mutex.hpp | 2 +- threading/SharedMutex.hpp | 2 +- threading/SpinMutex.hpp | 2 +- threading/SpinSharedMutex.hpp | 2 +- threading/Thread.cpp | 2 +- threading/Thread.hpp | 2 +- threading/ThreadIDBasedMap.hpp | 2 +- threading/ThreadUtil.hpp | 2 +- threading/ThreadingConfig.h.in | 2 +- threading/ThreadingModule.hpp | 2 +- threading/WinThreadsAPI.hpp | 2 +- threading/cpp11/ConditionVariable.hpp | 2 +- threading/cpp11/Mutex.hpp | 2 +- threading/cpp11/SharedMutex.hpp | 2 +- threading/cpp11/Thread.hpp | 2 +- threading/cpp11/cpp14/SharedMutex.hpp | 2 +- threading/cpp11/cpp17/SharedMutex.hpp | 2 +- threading/posix/ConditionVariable.hpp | 2 +- threading/posix/Mutex.hpp | 2 +- threading/posix/SharedMutex.hpp | 2 +- threading/posix/Thread.hpp | 2 +- threading/tests/Mutex_unittest.cpp | 2 +- threading/tests/SharedMutex_unittest.cpp | 2 +- threading/windows/ConditionVariable.hpp | 2 +- threading/windows/Mutex.hpp | 2 +- threading/windows/SharedMutex.hpp | 2 +- threading/windows/Thread.hpp | 2 +- transaction/AccessMode.cpp | 2 +- transaction/AccessMode.hpp | 2 +- transaction/CMakeLists.txt | 2 +- transaction/CycleDetector.cpp | 2 +- transaction/CycleDetector.hpp | 2 +- transaction/DeadLockDetector.cpp | 2 +- transaction/DeadLockDetector.hpp | 2 +- transaction/DirectedGraph.hpp | 2 +- transaction/Lock.hpp | 2 +- transaction/LockManager.cpp | 2 +- transaction/LockManager.hpp | 2 +- transaction/LockRequest.hpp | 2 +- transaction/LockTable.cpp | 2 +- transaction/LockTable.hpp | 2 +- transaction/ResourceId.cpp | 2 +- transaction/ResourceId.hpp | 2 +- transaction/StronglyConnectedComponents.cpp | 2 +- transaction/StronglyConnectedComponents.hpp | 2 +- transaction/Transaction.hpp | 2 +- transaction/TransactionModule.hpp | 2 +- transaction/TransactionTable.cpp | 2 +- transaction/TransactionTable.hpp | 2 +- transaction/tests/AccessMode_unittest.cpp | 2 +- transaction/tests/CycleDetector_unittest.cpp | 2 +- transaction/tests/DeadLockDetector_unittest.cpp | 2 +- transaction/tests/DirectedGraph_unittest.cpp | 2 +- transaction/tests/LockRequest_unittest.cpp | 2 +- transaction/tests/LockTable_unittest.cpp | 2 +- transaction/tests/Lock_unittest.cpp | 2 +- transaction/tests/ResourceId_unittest.cpp | 2 +- transaction/tests/StronglyConnectedComponents_unittest.cpp | 2 +- transaction/tests/TransactionTable_unittest.cpp | 2 +- types/CMakeLists.txt | 2 +- types/CharType.cpp | 2 +- types/CharType.hpp | 2 +- types/DateOperatorOverloads.hpp | 2 +- types/DatetimeIntervalType.cpp | 2 +- types/DatetimeIntervalType.hpp | 2 +- types/DatetimeLit.hpp | 2 +- types/DatetimeType.cpp | 2 +- types/DatetimeType.hpp | 2 +- types/DoubleType.cpp | 2 +- types/DoubleType.hpp | 2 +- types/FloatType.cpp | 2 +- types/FloatType.hpp | 2 +- types/IntType.cpp | 2 +- types/IntType.hpp | 2 +- types/IntervalLit.hpp | 2 +- types/IntervalParser.cpp | 2 +- types/IntervalParser.hpp | 2 +- types/LongType.cpp | 2 +- types/LongType.hpp | 2 +- types/NullCoercibilityCheckMacro.hpp | 2 +- types/NullType.hpp | 2 +- types/NumericSuperType.hpp | 2 +- types/NumericTypeUnifier.hpp | 2 +- types/Type.cpp | 2 +- types/Type.hpp | 2 +- types/Type.proto | 2 +- types/TypeErrors.hpp | 2 +- types/TypeFactory.cpp | 2 +- types/TypeFactory.hpp | 2 +- types/TypeID.cpp | 2 +- types/TypeID.hpp | 2 +- types/TypedValue.cpp | 2 +- types/TypedValue.hpp | 2 +- types/TypedValue.proto | 2 +- types/TypesModule.hpp | 2 +- types/VarCharType.cpp | 2 +- types/VarCharType.hpp | 2 +- types/YearMonthIntervalType.cpp | 2 +- types/YearMonthIntervalType.hpp | 2 +- types/containers/CMakeLists.txt | 2 +- types/containers/ColumnVector.cpp | 2 +- types/containers/ColumnVector.hpp | 2 +- types/containers/ColumnVectorUtil.hpp | 2 +- types/containers/ColumnVectorsValueAccessor.hpp | 2 +- types/containers/Tuple.hpp | 2 +- types/containers/Tuple.proto | 2 +- types/containers/tests/ColumnVector_unittest.cpp | 2 +- types/operations/CMakeLists.txt | 2 +- types/operations/Operation.cpp | 2 +- types/operations/Operation.hpp | 2 +- types/operations/Operation.proto | 2 +- types/operations/binary_operations/AddBinaryOperation.cpp | 2 +- types/operations/binary_operations/AddBinaryOperation.hpp | 2 +- .../binary_operations/ArithmeticBinaryOperation.hpp | 2 +- .../binary_operations/ArithmeticBinaryOperators.hpp | 2 +- types/operations/binary_operations/BinaryOperation.cpp | 2 +- types/operations/binary_operations/BinaryOperation.hpp | 2 +- types/operations/binary_operations/BinaryOperationFactory.cpp | 2 +- types/operations/binary_operations/BinaryOperationFactory.hpp | 2 +- types/operations/binary_operations/BinaryOperationID.cpp | 2 +- types/operations/binary_operations/BinaryOperationID.hpp | 2 +- types/operations/binary_operations/CMakeLists.txt | 2 +- types/operations/binary_operations/DivideBinaryOperation.cpp | 2 +- types/operations/binary_operations/DivideBinaryOperation.hpp | 2 +- types/operations/binary_operations/ModuloBinaryOperation.cpp | 2 +- types/operations/binary_operations/ModuloBinaryOperation.hpp | 2 +- .../operations/binary_operations/MultiplyBinaryOperation.cpp | 2 +- .../operations/binary_operations/MultiplyBinaryOperation.hpp | 2 +- .../operations/binary_operations/SubtractBinaryOperation.cpp | 2 +- .../operations/binary_operations/SubtractBinaryOperation.hpp | 2 +- .../binary_operations/tests/AddBinaryOperation_unittest.cpp | 2 +- .../binary_operations/tests/BinaryOperationTestUtil.hpp | 2 +- .../binary_operations/tests/BinaryOperation_unittest.cpp | 2 +- .../tests/DivideBinaryOperation_unittest.cpp | 2 +- .../tests/ModuloBinaryOperation_unittest.cpp | 2 +- .../tests/MultiplyBinaryOperation_unittest.cpp | 2 +- .../tests/SubtractBinaryOperation_unittest.cpp | 2 +- types/operations/comparisons/AsciiStringComparators-inl.hpp | 2 +- types/operations/comparisons/AsciiStringComparators.hpp | 2 +- types/operations/comparisons/BasicComparison.cpp | 2 +- types/operations/comparisons/BasicComparison.hpp | 2 +- types/operations/comparisons/CMakeLists.txt | 2 +- types/operations/comparisons/Comparison-inl.hpp | 2 +- types/operations/comparisons/Comparison.cpp | 2 +- types/operations/comparisons/Comparison.hpp | 2 +- types/operations/comparisons/ComparisonFactory.cpp | 2 +- types/operations/comparisons/ComparisonFactory.hpp | 2 +- types/operations/comparisons/ComparisonID.cpp | 2 +- types/operations/comparisons/ComparisonID.hpp | 2 +- types/operations/comparisons/ComparisonUtil.hpp | 2 +- types/operations/comparisons/EqualComparison.cpp | 2 +- types/operations/comparisons/EqualComparison.hpp | 2 +- types/operations/comparisons/GreaterComparison.cpp | 2 +- types/operations/comparisons/GreaterComparison.hpp | 2 +- types/operations/comparisons/GreaterOrEqualComparison.cpp | 2 +- types/operations/comparisons/GreaterOrEqualComparison.hpp | 2 +- types/operations/comparisons/LessComparison.cpp | 2 +- types/operations/comparisons/LessComparison.hpp | 2 +- types/operations/comparisons/LessOrEqualComparison.cpp | 2 +- types/operations/comparisons/LessOrEqualComparison.hpp | 2 +- types/operations/comparisons/LiteralComparators-inl.hpp | 2 +- types/operations/comparisons/LiteralComparators.hpp | 2 +- types/operations/comparisons/NotEqualComparison.cpp | 2 +- types/operations/comparisons/NotEqualComparison.hpp | 2 +- .../operations/comparisons/PatternMatchingComparators-inl.hpp | 2 +- types/operations/comparisons/PatternMatchingComparators.hpp | 2 +- types/operations/comparisons/PatternMatchingComparison.cpp | 2 +- types/operations/comparisons/PatternMatchingComparison.hpp | 2 +- types/operations/comparisons/tests/Comparison_unittest.cpp | 2 +- .../operations/unary_operations/ArithmeticUnaryOperations.cpp | 2 +- .../operations/unary_operations/ArithmeticUnaryOperations.hpp | 2 +- .../operations/unary_operations/ArithmeticUnaryOperators.hpp | 2 +- types/operations/unary_operations/CMakeLists.txt | 2 +- types/operations/unary_operations/DateExtractOperation.cpp | 2 +- types/operations/unary_operations/DateExtractOperation.hpp | 2 +- types/operations/unary_operations/NumericCastOperation.hpp | 2 +- types/operations/unary_operations/SubstringOperation.cpp | 2 +- types/operations/unary_operations/SubstringOperation.hpp | 2 +- types/operations/unary_operations/UnaryOperation.cpp | 2 +- types/operations/unary_operations/UnaryOperation.hpp | 2 +- types/operations/unary_operations/UnaryOperationFactory.cpp | 2 +- types/operations/unary_operations/UnaryOperationFactory.hpp | 2 +- types/operations/unary_operations/UnaryOperationID.cpp | 2 +- types/operations/unary_operations/UnaryOperationID.hpp | 2 +- .../unary_operations/tests/DateExtractOperation_unittest.cpp | 2 +- .../unary_operations/tests/NegateUnaryOperation_unittest.cpp | 2 +- .../unary_operations/tests/NumericCastOperation_unittest.cpp | 2 +- .../unary_operations/tests/UnaryOperation_unittest.cpp | 2 +- types/port/CMakeLists.txt | 2 +- types/port/TypesPortConfig.h.in | 2 +- types/port/gmtime_r.hpp | 2 +- types/port/localtime_r.hpp | 2 +- types/port/strnlen.hpp | 2 +- types/port/tests/timegm_benchmark.cpp | 2 +- types/port/tests/timegm_unittest.cpp | 2 +- types/port/timegm.cpp | 2 +- types/port/timegm.hpp | 2 +- types/tests/CharType_unittest.cpp | 2 +- types/tests/DatetimeIntervalType_unittest.cpp | 2 +- types/tests/DatetimeType_unittest.cpp | 2 +- types/tests/DoubleType_unittest.cpp | 2 +- types/tests/FloatType_unittest.cpp | 2 +- types/tests/IntType_unittest.cpp | 2 +- types/tests/LongType_unittest.cpp | 2 +- types/tests/TypeTest_common.hpp | 2 +- types/tests/Type_unittest.cpp | 2 +- types/tests/TypedValue_unittest.cpp | 2 +- types/tests/VarCharType_unittest.cpp | 2 +- types/tests/YearMonthIntervalType_unittest.cpp | 2 +- utility/Alignment.hpp | 2 +- utility/BitManipulation.hpp | 2 +- utility/BitVector.hpp | 2 +- utility/BloomFilter.hpp | 2 +- utility/BloomFilter.proto | 2 +- utility/CMakeLists.txt | 2 +- utility/CalculateInstalledMemory.cpp | 2 +- utility/CalculateInstalledMemory.hpp | 2 +- utility/Cast.hpp | 2 +- utility/CheckSnprintf.hpp | 2 +- utility/DAG.hpp | 2 +- utility/EqualsAnyConstant.hpp | 2 +- utility/Glob.cpp | 2 +- utility/Glob.hpp | 2 +- utility/HashPair.hpp | 2 +- utility/Macros.hpp | 2 +- utility/MemStream.hpp | 2 +- utility/PlanVisualizer.cpp | 2 +- utility/PlanVisualizer.hpp | 2 +- utility/PrimeNumber.cpp | 2 +- utility/PrimeNumber.hpp | 2 +- utility/PtrList.hpp | 2 +- utility/PtrMap.hpp | 2 +- utility/PtrVector.hpp | 2 +- utility/ScopedBuffer.hpp | 2 +- utility/ScopedDeleter.hpp | 2 +- utility/ShardedLockManager.hpp | 2 +- utility/SortConfiguration.cpp | 2 +- utility/SortConfiguration.hpp | 2 +- utility/SortConfiguration.proto | 2 +- utility/SqlError.cpp | 2 +- utility/SqlError.hpp | 2 +- utility/StringUtil.cpp | 2 +- utility/StringUtil.hpp | 2 +- utility/TemplateUtil.hpp | 2 +- utility/ThreadSafeQueue.hpp | 2 +- utility/TreeStringSerializable.hpp | 2 +- utility/UtilityConfig.h.in | 2 +- utility/UtilityModule.hpp | 2 +- utility/VectorUtil.hpp | 2 +- utility/tests/BitVector_unittest.cpp | 2 +- utility/tests/BloomFilter_unittest.cpp | 2 +- utility/tests/CalculateInstalledMemory_unittest.cpp | 2 +- utility/tests/DAG_unittest.cpp | 2 +- utility/tests/EqualsAnyConstant_benchmark.cpp | 2 +- utility/tests/EqualsAnyConstant_unittest.cpp | 2 +- utility/tests/HashPair_benchmark.cpp | 2 +- utility/tests/PrimeNumber_unittest.cpp | 2 +- utility/tests/ScopedDeleter_unittest.cpp | 2 +- utility/tests/SqlError_unittest.cpp | 2 +- utility/tests/TemplateUtil_unittest.cpp | 2 +- utility/tests/TextBasedTestDriver_unittest.cpp | 2 +- utility/tests/ThreadSafeQueue_unittest.cpp | 2 +- utility/tests/TreeStringSerializable_unittest.cpp | 2 +- utility/textbased_test/TextBasedTest.cpp | 2 +- utility/textbased_test/TextBasedTest.hpp | 2 +- utility/textbased_test/TextBasedTestDriver.cpp | 2 +- utility/textbased_test/TextBasedTestDriver.hpp | 2 +- utility/textbased_test/TextBasedTestRunner.hpp | 2 +- validate_cmakelists.py | 2 +- yarn/CMakeLists.txt | 2 +- 1117 files changed, 1119 insertions(+), 1119 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dc51ca69..24427e94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/LICENSE b/LICENSE index d6456956..62589edd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/NOTICE b/NOTICE index 6395645c..99dd4e74 100644 --- a/NOTICE +++ b/NOTICE @@ -6,7 +6,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CMakeLists.txt b/catalog/CMakeLists.txt index 64b4f16a..f5e74b42 100644 --- a/catalog/CMakeLists.txt +++ b/catalog/CMakeLists.txt @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/Catalog.cpp b/catalog/Catalog.cpp index 0ccb1604..037dc3b5 100644 --- a/catalog/Catalog.cpp +++ b/catalog/Catalog.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/Catalog.hpp b/catalog/Catalog.hpp index ee663d25..e094f690 100644 --- a/catalog/Catalog.hpp +++ b/catalog/Catalog.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/Catalog.proto b/catalog/Catalog.proto index ce4bc2e4..d9ee5c9d 100644 --- a/catalog/Catalog.proto +++ b/catalog/Catalog.proto @@ -7,7 +7,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogAttribute.cpp b/catalog/CatalogAttribute.cpp index 488e30ca..6e861f78 100644 --- a/catalog/CatalogAttribute.cpp +++ b/catalog/CatalogAttribute.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogAttribute.hpp b/catalog/CatalogAttribute.hpp index 253aad9c..e1364a8f 100644 --- a/catalog/CatalogAttribute.hpp +++ b/catalog/CatalogAttribute.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogConfig.h.in b/catalog/CatalogConfig.h.in index ec28f581..392f936d 100644 --- a/catalog/CatalogConfig.h.in +++ b/catalog/CatalogConfig.h.in @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogDatabase.cpp b/catalog/CatalogDatabase.cpp index 5d45b6eb..3a178fa7 100644 --- a/catalog/CatalogDatabase.cpp +++ b/catalog/CatalogDatabase.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogDatabase.hpp b/catalog/CatalogDatabase.hpp index 0f784f47..db257d95 100644 --- a/catalog/CatalogDatabase.hpp +++ b/catalog/CatalogDatabase.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogDatabaseCache.cpp b/catalog/CatalogDatabaseCache.cpp index ec8f47a3..e563ea22 100644 --- a/catalog/CatalogDatabaseCache.cpp +++ b/catalog/CatalogDatabaseCache.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogDatabaseCache.hpp b/catalog/CatalogDatabaseCache.hpp index 77afe2a5..c1cbdb77 100644 --- a/catalog/CatalogDatabaseCache.hpp +++ b/catalog/CatalogDatabaseCache.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogDatabaseLite.hpp b/catalog/CatalogDatabaseLite.hpp index e2f83898..6f6ac3b3 100644 --- a/catalog/CatalogDatabaseLite.hpp +++ b/catalog/CatalogDatabaseLite.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogErrors.hpp b/catalog/CatalogErrors.hpp index cc5529d4..4c121b6e 100644 --- a/catalog/CatalogErrors.hpp +++ b/catalog/CatalogErrors.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogModule.hpp b/catalog/CatalogModule.hpp index 357d6d5e..f1721af7 100644 --- a/catalog/CatalogModule.hpp +++ b/catalog/CatalogModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogRelation.cpp b/catalog/CatalogRelation.cpp index 01aebb50..166f2af1 100644 --- a/catalog/CatalogRelation.cpp +++ b/catalog/CatalogRelation.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogRelation.hpp b/catalog/CatalogRelation.hpp index e0d53502..e37dbd12 100644 --- a/catalog/CatalogRelation.hpp +++ b/catalog/CatalogRelation.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogRelationSchema.cpp b/catalog/CatalogRelationSchema.cpp index 97c834ff..e809624a 100644 --- a/catalog/CatalogRelationSchema.cpp +++ b/catalog/CatalogRelationSchema.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogRelationSchema.hpp b/catalog/CatalogRelationSchema.hpp index d773bc7a..ea497859 100644 --- a/catalog/CatalogRelationSchema.hpp +++ b/catalog/CatalogRelationSchema.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogRelationStatistics.cpp b/catalog/CatalogRelationStatistics.cpp index 2bd92b49..21a4581b 100644 --- a/catalog/CatalogRelationStatistics.cpp +++ b/catalog/CatalogRelationStatistics.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogRelationStatistics.hpp b/catalog/CatalogRelationStatistics.hpp index 572d1416..db9be3f5 100644 --- a/catalog/CatalogRelationStatistics.hpp +++ b/catalog/CatalogRelationStatistics.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/CatalogTypedefs.hpp b/catalog/CatalogTypedefs.hpp index 213d91d4..40aa951f 100644 --- a/catalog/CatalogTypedefs.hpp +++ b/catalog/CatalogTypedefs.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/IndexScheme.cpp b/catalog/IndexScheme.cpp index 6ad37064..0a2b7206 100644 --- a/catalog/IndexScheme.cpp +++ b/catalog/IndexScheme.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/IndexScheme.hpp b/catalog/IndexScheme.hpp index d4d67dc1..42c66984 100644 --- a/catalog/IndexScheme.hpp +++ b/catalog/IndexScheme.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/NUMAPlacementScheme.cpp b/catalog/NUMAPlacementScheme.cpp index 46ae560f..6ad31ca0 100644 --- a/catalog/NUMAPlacementScheme.cpp +++ b/catalog/NUMAPlacementScheme.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/NUMAPlacementScheme.hpp b/catalog/NUMAPlacementScheme.hpp index 2f68a04a..996cdbd0 100644 --- a/catalog/NUMAPlacementScheme.hpp +++ b/catalog/NUMAPlacementScheme.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/PartitionScheme.cpp b/catalog/PartitionScheme.cpp index 6229ce68..dd552ad8 100644 --- a/catalog/PartitionScheme.cpp +++ b/catalog/PartitionScheme.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/PartitionScheme.hpp b/catalog/PartitionScheme.hpp index 0906115a..d6ce72bb 100644 --- a/catalog/PartitionScheme.hpp +++ b/catalog/PartitionScheme.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/PartitionSchemeHeader.cpp b/catalog/PartitionSchemeHeader.cpp index 66f4c029..d47b056d 100644 --- a/catalog/PartitionSchemeHeader.cpp +++ b/catalog/PartitionSchemeHeader.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/PartitionSchemeHeader.hpp b/catalog/PartitionSchemeHeader.hpp index 7b9fcced..285114ef 100644 --- a/catalog/PartitionSchemeHeader.hpp +++ b/catalog/PartitionSchemeHeader.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/tests/Catalog_unittest.cpp b/catalog/tests/Catalog_unittest.cpp index 8ee55a60..768b2c39 100644 --- a/catalog/tests/Catalog_unittest.cpp +++ b/catalog/tests/Catalog_unittest.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/tests/NUMAPlacementScheme_unittest.cpp b/catalog/tests/NUMAPlacementScheme_unittest.cpp index 7320b3bc..c63d4f09 100644 --- a/catalog/tests/NUMAPlacementScheme_unittest.cpp +++ b/catalog/tests/NUMAPlacementScheme_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/catalog/tests/PartitionScheme_unittest.cpp b/catalog/tests/PartitionScheme_unittest.cpp index 259d5aee..61d55fc5 100644 --- a/catalog/tests/PartitionScheme_unittest.cpp +++ b/catalog/tests/PartitionScheme_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index 8fee7a41..c8b7dddb 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/CliConfig.h.in b/cli/CliConfig.h.in index b44dfb72..47bd04b3 100644 --- a/cli/CliConfig.h.in +++ b/cli/CliConfig.h.in @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/CliModule.hpp b/cli/CliModule.hpp index eca047d7..9af2c36b 100644 --- a/cli/CliModule.hpp +++ b/cli/CliModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/CommandExecutor.cpp b/cli/CommandExecutor.cpp index ddcd38f5..ac760671 100644 --- a/cli/CommandExecutor.cpp +++ b/cli/CommandExecutor.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/CommandExecutor.hpp b/cli/CommandExecutor.hpp index c8199816..1fac0e09 100644 --- a/cli/CommandExecutor.hpp +++ b/cli/CommandExecutor.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/DefaultsConfigurator.hpp b/cli/DefaultsConfigurator.hpp index 4da05b2e..903f2a8a 100644 --- a/cli/DefaultsConfigurator.hpp +++ b/cli/DefaultsConfigurator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/DropRelation.cpp b/cli/DropRelation.cpp index b34c84aa..50b098f2 100644 --- a/cli/DropRelation.cpp +++ b/cli/DropRelation.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/DropRelation.hpp b/cli/DropRelation.hpp index e82e246a..34e69653 100644 --- a/cli/DropRelation.hpp +++ b/cli/DropRelation.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/InputParserUtil.cpp b/cli/InputParserUtil.cpp index 352883e9..348a8b4d 100644 --- a/cli/InputParserUtil.cpp +++ b/cli/InputParserUtil.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/InputParserUtil.hpp b/cli/InputParserUtil.hpp index ebb32d28..c232f6c6 100644 --- a/cli/InputParserUtil.hpp +++ b/cli/InputParserUtil.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/LineReader.cpp b/cli/LineReader.cpp index d7ff3c2c..f942b458 100644 --- a/cli/LineReader.cpp +++ b/cli/LineReader.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/LineReader.hpp b/cli/LineReader.hpp index 2aecac5c..903f6daf 100644 --- a/cli/LineReader.hpp +++ b/cli/LineReader.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/LineReaderDumb.cpp b/cli/LineReaderDumb.cpp index 287bb3b6..ce375644 100644 --- a/cli/LineReaderDumb.cpp +++ b/cli/LineReaderDumb.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/LineReaderDumb.hpp b/cli/LineReaderDumb.hpp index e1158e9f..b5b60028 100644 --- a/cli/LineReaderDumb.hpp +++ b/cli/LineReaderDumb.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/LineReaderLineNoise.cpp b/cli/LineReaderLineNoise.cpp index 7856e9cf..574c1a2d 100644 --- a/cli/LineReaderLineNoise.cpp +++ b/cli/LineReaderLineNoise.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/LineReaderLineNoise.hpp b/cli/LineReaderLineNoise.hpp index d22fa302..1ca9c5ae 100644 --- a/cli/LineReaderLineNoise.hpp +++ b/cli/LineReaderLineNoise.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/PrintToScreen.cpp b/cli/PrintToScreen.cpp index 76e90eb8..b8154c01 100644 --- a/cli/PrintToScreen.cpp +++ b/cli/PrintToScreen.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/PrintToScreen.hpp b/cli/PrintToScreen.hpp index 6a294268..ca08aff3 100644 --- a/cli/PrintToScreen.hpp +++ b/cli/PrintToScreen.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/QuickstepCli.cpp b/cli/QuickstepCli.cpp index 558d6eb3..53f8497e 100644 --- a/cli/QuickstepCli.cpp +++ b/cli/QuickstepCli.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/tests/CMakeLists.txt b/cli/tests/CMakeLists.txt index ca37e4ac..5442474c 100644 --- a/cli/tests/CMakeLists.txt +++ b/cli/tests/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/tests/CommandExecutorTest.cpp b/cli/tests/CommandExecutorTest.cpp index 7b78cff0..bbebb371 100644 --- a/cli/tests/CommandExecutorTest.cpp +++ b/cli/tests/CommandExecutorTest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/tests/CommandExecutorTestRunner.cpp b/cli/tests/CommandExecutorTestRunner.cpp index 9cd493e4..161b61e1 100644 --- a/cli/tests/CommandExecutorTestRunner.cpp +++ b/cli/tests/CommandExecutorTestRunner.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/tests/CommandExecutorTestRunner.hpp b/cli/tests/CommandExecutorTestRunner.hpp index 94b1d6a5..13d5f4d5 100644 --- a/cli/tests/CommandExecutorTestRunner.hpp +++ b/cli/tests/CommandExecutorTestRunner.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/tests/command_executor/CMakeLists.txt b/cli/tests/command_executor/CMakeLists.txt index c9bcb360..42938fef 100644 --- a/cli/tests/command_executor/CMakeLists.txt +++ b/cli/tests/command_executor/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/tests/command_executor/D.test b/cli/tests/command_executor/D.test index d18ab471..32789c44 100644 --- a/cli/tests/command_executor/D.test +++ b/cli/tests/command_executor/D.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cli/tests/command_executor/Dt.test b/cli/tests/command_executor/Dt.test index 65c6be34..d472fd4f 100644 --- a/cli/tests/command_executor/Dt.test +++ b/cli/tests/command_executor/Dt.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmake/FindGSasl.cmake b/cmake/FindGSasl.cmake index f6bab19a..1e5466bb 100644 --- a/cmake/FindGSasl.cmake +++ b/cmake/FindGSasl.cmake @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmake/FindKerberos.cmake b/cmake/FindKerberos.cmake index c944880d..eff3aa4c 100644 --- a/cmake/FindKerberos.cmake +++ b/cmake/FindKerberos.cmake @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmake/FindLibNuma.cmake b/cmake/FindLibNuma.cmake index 5280a6c1..a27f9190 100644 --- a/cmake/FindLibNuma.cmake +++ b/cmake/FindLibNuma.cmake @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cmake/FindLibhdfs3.cmake b/cmake/FindLibhdfs3.cmake index 17f4fd47..795726fe 100644 --- a/cmake/FindLibhdfs3.cmake +++ b/cmake/FindLibhdfs3.cmake @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/compression/CMakeLists.txt b/compression/CMakeLists.txt index cb5c5e77..d7ed8c68 100644 --- a/compression/CMakeLists.txt +++ b/compression/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/compression/CompressionDictionary.cpp b/compression/CompressionDictionary.cpp index 80438574..4be44cf6 100644 --- a/compression/CompressionDictionary.cpp +++ b/compression/CompressionDictionary.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/compression/CompressionDictionary.hpp b/compression/CompressionDictionary.hpp index fe2cea00..3a90a70d 100644 --- a/compression/CompressionDictionary.hpp +++ b/compression/CompressionDictionary.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/compression/CompressionDictionaryBuilder.cpp b/compression/CompressionDictionaryBuilder.cpp index 8358704e..52517517 100644 --- a/compression/CompressionDictionaryBuilder.cpp +++ b/compression/CompressionDictionaryBuilder.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/compression/CompressionDictionaryBuilder.hpp b/compression/CompressionDictionaryBuilder.hpp index ff108871..4dbb121e 100644 --- a/compression/CompressionDictionaryBuilder.hpp +++ b/compression/CompressionDictionaryBuilder.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/compression/CompressionDictionaryLite.cpp b/compression/CompressionDictionaryLite.cpp index a2a54efa..baf10d61 100644 --- a/compression/CompressionDictionaryLite.cpp +++ b/compression/CompressionDictionaryLite.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/compression/CompressionDictionaryLite.hpp b/compression/CompressionDictionaryLite.hpp index 45019c00..528b4d90 100644 --- a/compression/CompressionDictionaryLite.hpp +++ b/compression/CompressionDictionaryLite.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/compression/CompressionModule.hpp b/compression/CompressionModule.hpp index 0aaefe65..e41abc8b 100644 --- a/compression/CompressionModule.hpp +++ b/compression/CompressionModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/compression/tests/CompressionDictionary_unittest.cpp b/compression/tests/CompressionDictionary_unittest.cpp index cce78d49..47137267 100644 --- a/compression/tests/CompressionDictionary_unittest.cpp +++ b/compression/tests/CompressionDictionary_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/cyclic_dependency.py b/cyclic_dependency.py index 8bf7d80d..0298bb33 100755 --- a/cyclic_dependency.py +++ b/cyclic_dependency.py @@ -25,7 +25,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/empty_src.cpp b/empty_src.cpp index 3a1c053e..1384b993 100644 --- a/empty_src.cpp +++ b/empty_src.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/CMakeLists.txt b/expressions/CMakeLists.txt index d8452b2d..0570210f 100644 --- a/expressions/CMakeLists.txt +++ b/expressions/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/ExpressionFactories.cpp b/expressions/ExpressionFactories.cpp index f76e6992..0207e74a 100644 --- a/expressions/ExpressionFactories.cpp +++ b/expressions/ExpressionFactories.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/ExpressionFactories.hpp b/expressions/ExpressionFactories.hpp index 0c895135..62404236 100644 --- a/expressions/ExpressionFactories.hpp +++ b/expressions/ExpressionFactories.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/Expressions.proto b/expressions/Expressions.proto index ca688b5c..ddd14736 100644 --- a/expressions/Expressions.proto +++ b/expressions/Expressions.proto @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/ExpressionsModule.hpp b/expressions/ExpressionsModule.hpp index 6d6fc5a3..7de96ba5 100644 --- a/expressions/ExpressionsModule.hpp +++ b/expressions/ExpressionsModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregateFunction.cpp b/expressions/aggregation/AggregateFunction.cpp index 055c6f7f..4de00646 100644 --- a/expressions/aggregation/AggregateFunction.cpp +++ b/expressions/aggregation/AggregateFunction.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregateFunction.hpp b/expressions/aggregation/AggregateFunction.hpp index bda156df..67c2c66e 100644 --- a/expressions/aggregation/AggregateFunction.hpp +++ b/expressions/aggregation/AggregateFunction.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregateFunction.proto b/expressions/aggregation/AggregateFunction.proto index 1fc09d46..597d92ed 100644 --- a/expressions/aggregation/AggregateFunction.proto +++ b/expressions/aggregation/AggregateFunction.proto @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregateFunctionAvg.cpp b/expressions/aggregation/AggregateFunctionAvg.cpp index 76cfbb11..24148203 100644 --- a/expressions/aggregation/AggregateFunctionAvg.cpp +++ b/expressions/aggregation/AggregateFunctionAvg.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregateFunctionAvg.hpp b/expressions/aggregation/AggregateFunctionAvg.hpp index b43d9c4b..50033f88 100644 --- a/expressions/aggregation/AggregateFunctionAvg.hpp +++ b/expressions/aggregation/AggregateFunctionAvg.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregateFunctionCount.cpp b/expressions/aggregation/AggregateFunctionCount.cpp index de404a41..f957be07 100644 --- a/expressions/aggregation/AggregateFunctionCount.cpp +++ b/expressions/aggregation/AggregateFunctionCount.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregateFunctionCount.hpp b/expressions/aggregation/AggregateFunctionCount.hpp index c45bf9ea..e0304f3e 100644 --- a/expressions/aggregation/AggregateFunctionCount.hpp +++ b/expressions/aggregation/AggregateFunctionCount.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregateFunctionFactory.cpp b/expressions/aggregation/AggregateFunctionFactory.cpp index f973cc3c..fe89439d 100644 --- a/expressions/aggregation/AggregateFunctionFactory.cpp +++ b/expressions/aggregation/AggregateFunctionFactory.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregateFunctionFactory.hpp b/expressions/aggregation/AggregateFunctionFactory.hpp index 05535428..26db458b 100644 --- a/expressions/aggregation/AggregateFunctionFactory.hpp +++ b/expressions/aggregation/AggregateFunctionFactory.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregateFunctionMax.cpp b/expressions/aggregation/AggregateFunctionMax.cpp index 7d3290ad..be77c95e 100644 --- a/expressions/aggregation/AggregateFunctionMax.cpp +++ b/expressions/aggregation/AggregateFunctionMax.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregateFunctionMax.hpp b/expressions/aggregation/AggregateFunctionMax.hpp index ffbddb34..82296f26 100644 --- a/expressions/aggregation/AggregateFunctionMax.hpp +++ b/expressions/aggregation/AggregateFunctionMax.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregateFunctionMin.cpp b/expressions/aggregation/AggregateFunctionMin.cpp index 4a24d58d..c7009e0d 100644 --- a/expressions/aggregation/AggregateFunctionMin.cpp +++ b/expressions/aggregation/AggregateFunctionMin.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregateFunctionMin.hpp b/expressions/aggregation/AggregateFunctionMin.hpp index 3d9b5588..ee9fca0b 100644 --- a/expressions/aggregation/AggregateFunctionMin.hpp +++ b/expressions/aggregation/AggregateFunctionMin.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregateFunctionSum.cpp b/expressions/aggregation/AggregateFunctionSum.cpp index e56104d9..47213082 100644 --- a/expressions/aggregation/AggregateFunctionSum.cpp +++ b/expressions/aggregation/AggregateFunctionSum.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregateFunctionSum.hpp b/expressions/aggregation/AggregateFunctionSum.hpp index 5952835a..2659ee06 100644 --- a/expressions/aggregation/AggregateFunctionSum.hpp +++ b/expressions/aggregation/AggregateFunctionSum.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationConcreteHandle.cpp b/expressions/aggregation/AggregationConcreteHandle.cpp index 05ca58d0..610c1a17 100644 --- a/expressions/aggregation/AggregationConcreteHandle.cpp +++ b/expressions/aggregation/AggregationConcreteHandle.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationConcreteHandle.hpp b/expressions/aggregation/AggregationConcreteHandle.hpp index 0267e174..1a9f268d 100644 --- a/expressions/aggregation/AggregationConcreteHandle.hpp +++ b/expressions/aggregation/AggregationConcreteHandle.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationHandle.hpp b/expressions/aggregation/AggregationHandle.hpp index cdebb032..a636c296 100644 --- a/expressions/aggregation/AggregationHandle.hpp +++ b/expressions/aggregation/AggregationHandle.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationHandleAvg.cpp b/expressions/aggregation/AggregationHandleAvg.cpp index 42a2fb97..2a5d49a8 100644 --- a/expressions/aggregation/AggregationHandleAvg.cpp +++ b/expressions/aggregation/AggregationHandleAvg.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationHandleAvg.hpp b/expressions/aggregation/AggregationHandleAvg.hpp index 4ad4b21b..7f552740 100644 --- a/expressions/aggregation/AggregationHandleAvg.hpp +++ b/expressions/aggregation/AggregationHandleAvg.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationHandleCount.cpp b/expressions/aggregation/AggregationHandleCount.cpp index 964b7c2a..7bdcf636 100644 --- a/expressions/aggregation/AggregationHandleCount.cpp +++ b/expressions/aggregation/AggregationHandleCount.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationHandleCount.hpp b/expressions/aggregation/AggregationHandleCount.hpp index 50138b91..15d42308 100644 --- a/expressions/aggregation/AggregationHandleCount.hpp +++ b/expressions/aggregation/AggregationHandleCount.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationHandleDistinct.cpp b/expressions/aggregation/AggregationHandleDistinct.cpp index fe8ffcfe..9f47c86c 100644 --- a/expressions/aggregation/AggregationHandleDistinct.cpp +++ b/expressions/aggregation/AggregationHandleDistinct.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationHandleDistinct.hpp b/expressions/aggregation/AggregationHandleDistinct.hpp index 6342c2bc..ff0ca133 100644 --- a/expressions/aggregation/AggregationHandleDistinct.hpp +++ b/expressions/aggregation/AggregationHandleDistinct.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationHandleMax.cpp b/expressions/aggregation/AggregationHandleMax.cpp index a7a4a526..93fe284e 100644 --- a/expressions/aggregation/AggregationHandleMax.cpp +++ b/expressions/aggregation/AggregationHandleMax.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationHandleMax.hpp b/expressions/aggregation/AggregationHandleMax.hpp index 5af5a121..b051ad9a 100644 --- a/expressions/aggregation/AggregationHandleMax.hpp +++ b/expressions/aggregation/AggregationHandleMax.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationHandleMin.cpp b/expressions/aggregation/AggregationHandleMin.cpp index ca9b1636..88a5ba36 100644 --- a/expressions/aggregation/AggregationHandleMin.cpp +++ b/expressions/aggregation/AggregationHandleMin.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationHandleMin.hpp b/expressions/aggregation/AggregationHandleMin.hpp index f68bb9d7..6055ca2c 100644 --- a/expressions/aggregation/AggregationHandleMin.hpp +++ b/expressions/aggregation/AggregationHandleMin.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationHandleSum.cpp b/expressions/aggregation/AggregationHandleSum.cpp index 691ff396..601c23f4 100644 --- a/expressions/aggregation/AggregationHandleSum.cpp +++ b/expressions/aggregation/AggregationHandleSum.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationHandleSum.hpp b/expressions/aggregation/AggregationHandleSum.hpp index fdc08844..0c6dbb6c 100644 --- a/expressions/aggregation/AggregationHandleSum.hpp +++ b/expressions/aggregation/AggregationHandleSum.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/AggregationID.hpp b/expressions/aggregation/AggregationID.hpp index 4f28f4ac..95ab312d 100644 --- a/expressions/aggregation/AggregationID.hpp +++ b/expressions/aggregation/AggregationID.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/CMakeLists.txt b/expressions/aggregation/CMakeLists.txt index 416c4c6f..89f06535 100644 --- a/expressions/aggregation/CMakeLists.txt +++ b/expressions/aggregation/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/tests/AggregationHandleAvg_unittest.cpp b/expressions/aggregation/tests/AggregationHandleAvg_unittest.cpp index fd82cbab..2673efac 100644 --- a/expressions/aggregation/tests/AggregationHandleAvg_unittest.cpp +++ b/expressions/aggregation/tests/AggregationHandleAvg_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/tests/AggregationHandleCount_unittest.cpp b/expressions/aggregation/tests/AggregationHandleCount_unittest.cpp index bf025232..860aeca7 100644 --- a/expressions/aggregation/tests/AggregationHandleCount_unittest.cpp +++ b/expressions/aggregation/tests/AggregationHandleCount_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/tests/AggregationHandleMax_unittest.cpp b/expressions/aggregation/tests/AggregationHandleMax_unittest.cpp index fc25e919..624271ce 100644 --- a/expressions/aggregation/tests/AggregationHandleMax_unittest.cpp +++ b/expressions/aggregation/tests/AggregationHandleMax_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/tests/AggregationHandleMin_unittest.cpp b/expressions/aggregation/tests/AggregationHandleMin_unittest.cpp index a87ace9f..871307a3 100644 --- a/expressions/aggregation/tests/AggregationHandleMin_unittest.cpp +++ b/expressions/aggregation/tests/AggregationHandleMin_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/aggregation/tests/AggregationHandleSum_unittest.cpp b/expressions/aggregation/tests/AggregationHandleSum_unittest.cpp index abf8a896..993fc71d 100644 --- a/expressions/aggregation/tests/AggregationHandleSum_unittest.cpp +++ b/expressions/aggregation/tests/AggregationHandleSum_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/predicate/CMakeLists.txt b/expressions/predicate/CMakeLists.txt index 4838421b..de13b383 100644 --- a/expressions/predicate/CMakeLists.txt +++ b/expressions/predicate/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/predicate/ComparisonPredicate.cpp b/expressions/predicate/ComparisonPredicate.cpp index 88378269..e92fd13d 100644 --- a/expressions/predicate/ComparisonPredicate.cpp +++ b/expressions/predicate/ComparisonPredicate.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/predicate/ComparisonPredicate.hpp b/expressions/predicate/ComparisonPredicate.hpp index 7193c5dd..39835867 100644 --- a/expressions/predicate/ComparisonPredicate.hpp +++ b/expressions/predicate/ComparisonPredicate.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/predicate/ConjunctionPredicate.cpp b/expressions/predicate/ConjunctionPredicate.cpp index d8756c6b..99fbdf4f 100644 --- a/expressions/predicate/ConjunctionPredicate.cpp +++ b/expressions/predicate/ConjunctionPredicate.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/predicate/ConjunctionPredicate.hpp b/expressions/predicate/ConjunctionPredicate.hpp index a3276f65..3d15d804 100644 --- a/expressions/predicate/ConjunctionPredicate.hpp +++ b/expressions/predicate/ConjunctionPredicate.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/predicate/DisjunctionPredicate.cpp b/expressions/predicate/DisjunctionPredicate.cpp index 60827488..85c50783 100644 --- a/expressions/predicate/DisjunctionPredicate.cpp +++ b/expressions/predicate/DisjunctionPredicate.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/predicate/DisjunctionPredicate.hpp b/expressions/predicate/DisjunctionPredicate.hpp index cc6b209e..cce56b95 100644 --- a/expressions/predicate/DisjunctionPredicate.hpp +++ b/expressions/predicate/DisjunctionPredicate.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/predicate/NegationPredicate.cpp b/expressions/predicate/NegationPredicate.cpp index 6b0b806a..c65aedca 100644 --- a/expressions/predicate/NegationPredicate.cpp +++ b/expressions/predicate/NegationPredicate.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/predicate/NegationPredicate.hpp b/expressions/predicate/NegationPredicate.hpp index e24317cb..fc7a7eab 100644 --- a/expressions/predicate/NegationPredicate.hpp +++ b/expressions/predicate/NegationPredicate.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/predicate/Predicate.cpp b/expressions/predicate/Predicate.cpp index f9b1f5ef..b0d7e0fb 100644 --- a/expressions/predicate/Predicate.cpp +++ b/expressions/predicate/Predicate.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/predicate/Predicate.hpp b/expressions/predicate/Predicate.hpp index edcfbdc5..a895533d 100644 --- a/expressions/predicate/Predicate.hpp +++ b/expressions/predicate/Predicate.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/predicate/PredicateCost.hpp b/expressions/predicate/PredicateCost.hpp index b83f64c0..cab6b5b2 100644 --- a/expressions/predicate/PredicateCost.hpp +++ b/expressions/predicate/PredicateCost.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/predicate/PredicateWithList.hpp b/expressions/predicate/PredicateWithList.hpp index f742ec3e..843e0e9e 100644 --- a/expressions/predicate/PredicateWithList.hpp +++ b/expressions/predicate/PredicateWithList.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/predicate/TrivialPredicates.hpp b/expressions/predicate/TrivialPredicates.hpp index 273c0a4b..0dc9ed6a 100644 --- a/expressions/predicate/TrivialPredicates.hpp +++ b/expressions/predicate/TrivialPredicates.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/predicate/tests/Predicate_unittest.cpp b/expressions/predicate/tests/Predicate_unittest.cpp index 54c4bb23..10a3ad29 100644 --- a/expressions/predicate/tests/Predicate_unittest.cpp +++ b/expressions/predicate/tests/Predicate_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/scalar/CMakeLists.txt b/expressions/scalar/CMakeLists.txt index 3c8ace19..699c1e14 100644 --- a/expressions/scalar/CMakeLists.txt +++ b/expressions/scalar/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/scalar/Scalar.cpp b/expressions/scalar/Scalar.cpp index 8498b9f7..412b0cc2 100644 --- a/expressions/scalar/Scalar.cpp +++ b/expressions/scalar/Scalar.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/scalar/Scalar.hpp b/expressions/scalar/Scalar.hpp index 6894fcda..a73d3c10 100644 --- a/expressions/scalar/Scalar.hpp +++ b/expressions/scalar/Scalar.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/scalar/ScalarAttribute.cpp b/expressions/scalar/ScalarAttribute.cpp index ed91bd17..2cf5995a 100644 --- a/expressions/scalar/ScalarAttribute.cpp +++ b/expressions/scalar/ScalarAttribute.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/scalar/ScalarAttribute.hpp b/expressions/scalar/ScalarAttribute.hpp index eda5e8ee..8515b0ee 100644 --- a/expressions/scalar/ScalarAttribute.hpp +++ b/expressions/scalar/ScalarAttribute.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/scalar/ScalarBinaryExpression.cpp b/expressions/scalar/ScalarBinaryExpression.cpp index a00fa67f..3053fcfa 100644 --- a/expressions/scalar/ScalarBinaryExpression.cpp +++ b/expressions/scalar/ScalarBinaryExpression.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/scalar/ScalarBinaryExpression.hpp b/expressions/scalar/ScalarBinaryExpression.hpp index 77de0a35..5f5806b2 100644 --- a/expressions/scalar/ScalarBinaryExpression.hpp +++ b/expressions/scalar/ScalarBinaryExpression.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/scalar/ScalarCaseExpression.cpp b/expressions/scalar/ScalarCaseExpression.cpp index 46aa8cd2..2b910ebe 100644 --- a/expressions/scalar/ScalarCaseExpression.cpp +++ b/expressions/scalar/ScalarCaseExpression.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/scalar/ScalarCaseExpression.hpp b/expressions/scalar/ScalarCaseExpression.hpp index fc1862b0..b977b034 100644 --- a/expressions/scalar/ScalarCaseExpression.hpp +++ b/expressions/scalar/ScalarCaseExpression.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/scalar/ScalarLiteral.cpp b/expressions/scalar/ScalarLiteral.cpp index be3acc9b..bcf94f90 100644 --- a/expressions/scalar/ScalarLiteral.cpp +++ b/expressions/scalar/ScalarLiteral.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/scalar/ScalarLiteral.hpp b/expressions/scalar/ScalarLiteral.hpp index 3ab6671a..0bd678d9 100644 --- a/expressions/scalar/ScalarLiteral.hpp +++ b/expressions/scalar/ScalarLiteral.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/scalar/ScalarUnaryExpression.cpp b/expressions/scalar/ScalarUnaryExpression.cpp index 69d5b491..05716dc9 100644 --- a/expressions/scalar/ScalarUnaryExpression.cpp +++ b/expressions/scalar/ScalarUnaryExpression.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/scalar/ScalarUnaryExpression.hpp b/expressions/scalar/ScalarUnaryExpression.hpp index 90b360e3..03e623c7 100644 --- a/expressions/scalar/ScalarUnaryExpression.hpp +++ b/expressions/scalar/ScalarUnaryExpression.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/scalar/tests/ScalarCaseExpression_unittest.cpp b/expressions/scalar/tests/ScalarCaseExpression_unittest.cpp index 399478e8..7932c455 100644 --- a/expressions/scalar/tests/ScalarCaseExpression_unittest.cpp +++ b/expressions/scalar/tests/ScalarCaseExpression_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/scalar/tests/Scalar_unittest.cpp b/expressions/scalar/tests/Scalar_unittest.cpp index 6cbb672a..1fc87e17 100644 --- a/expressions/scalar/tests/Scalar_unittest.cpp +++ b/expressions/scalar/tests/Scalar_unittest.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/table_generator/CMakeLists.txt b/expressions/table_generator/CMakeLists.txt index e847702c..a71a2a67 100644 --- a/expressions/table_generator/CMakeLists.txt +++ b/expressions/table_generator/CMakeLists.txt @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/table_generator/GenerateSeries.hpp b/expressions/table_generator/GenerateSeries.hpp index 31b3bc92..40de6051 100644 --- a/expressions/table_generator/GenerateSeries.hpp +++ b/expressions/table_generator/GenerateSeries.hpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/table_generator/GenerateSeriesHandle.hpp b/expressions/table_generator/GenerateSeriesHandle.hpp index 093c4161..e6a28ffa 100644 --- a/expressions/table_generator/GenerateSeriesHandle.hpp +++ b/expressions/table_generator/GenerateSeriesHandle.hpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/table_generator/GeneratorFunction.hpp b/expressions/table_generator/GeneratorFunction.hpp index 5f3c268a..c6fa22e9 100644 --- a/expressions/table_generator/GeneratorFunction.hpp +++ b/expressions/table_generator/GeneratorFunction.hpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/table_generator/GeneratorFunction.proto b/expressions/table_generator/GeneratorFunction.proto index ddb3098c..8296d8ae 100644 --- a/expressions/table_generator/GeneratorFunction.proto +++ b/expressions/table_generator/GeneratorFunction.proto @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/table_generator/GeneratorFunctionFactory.cpp b/expressions/table_generator/GeneratorFunctionFactory.cpp index e368cb47..8b744797 100644 --- a/expressions/table_generator/GeneratorFunctionFactory.cpp +++ b/expressions/table_generator/GeneratorFunctionFactory.cpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/table_generator/GeneratorFunctionFactory.hpp b/expressions/table_generator/GeneratorFunctionFactory.hpp index da2caa60..a2f768a9 100644 --- a/expressions/table_generator/GeneratorFunctionFactory.hpp +++ b/expressions/table_generator/GeneratorFunctionFactory.hpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/expressions/table_generator/GeneratorFunctionHandle.hpp b/expressions/table_generator/GeneratorFunctionHandle.hpp index 9a0b3b44..d4b7ddc3 100644 --- a/expressions/table_generator/GeneratorFunctionHandle.hpp +++ b/expressions/table_generator/GeneratorFunctionHandle.hpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/CMakeLists.txt b/parser/CMakeLists.txt index 9738c2cc..5baa72ab 100644 --- a/parser/CMakeLists.txt +++ b/parser/CMakeLists.txt @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseAssignment.hpp b/parser/ParseAssignment.hpp index 65066aeb..f5e43967 100644 --- a/parser/ParseAssignment.hpp +++ b/parser/ParseAssignment.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseAttributeDefinition.cpp b/parser/ParseAttributeDefinition.cpp index 97725315..4a7eb5c5 100644 --- a/parser/ParseAttributeDefinition.cpp +++ b/parser/ParseAttributeDefinition.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseAttributeDefinition.hpp b/parser/ParseAttributeDefinition.hpp index f83c908f..e72b871d 100644 --- a/parser/ParseAttributeDefinition.hpp +++ b/parser/ParseAttributeDefinition.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseBasicExpressions.cpp b/parser/ParseBasicExpressions.cpp index a9d84ea6..d15a3814 100644 --- a/parser/ParseBasicExpressions.cpp +++ b/parser/ParseBasicExpressions.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseBasicExpressions.hpp b/parser/ParseBasicExpressions.hpp index dea25d76..40a53af7 100644 --- a/parser/ParseBasicExpressions.hpp +++ b/parser/ParseBasicExpressions.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseBlockProperties.cpp b/parser/ParseBlockProperties.cpp index dd9280c6..52446e87 100644 --- a/parser/ParseBlockProperties.cpp +++ b/parser/ParseBlockProperties.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseBlockProperties.hpp b/parser/ParseBlockProperties.hpp index 4b3f4b19..b0628b54 100644 --- a/parser/ParseBlockProperties.hpp +++ b/parser/ParseBlockProperties.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseCaseExpressions.cpp b/parser/ParseCaseExpressions.cpp index 800266d0..91736003 100644 --- a/parser/ParseCaseExpressions.cpp +++ b/parser/ParseCaseExpressions.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseCaseExpressions.hpp b/parser/ParseCaseExpressions.hpp index 91d815e0..18eff344 100644 --- a/parser/ParseCaseExpressions.hpp +++ b/parser/ParseCaseExpressions.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseExpression.hpp b/parser/ParseExpression.hpp index 3541f83e..d4d9487e 100644 --- a/parser/ParseExpression.hpp +++ b/parser/ParseExpression.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseGeneratorTableReference.cpp b/parser/ParseGeneratorTableReference.cpp index 6ae686e9..8d6f3d2c 100644 --- a/parser/ParseGeneratorTableReference.cpp +++ b/parser/ParseGeneratorTableReference.cpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseGeneratorTableReference.hpp b/parser/ParseGeneratorTableReference.hpp index 82de5e1a..262c87de 100644 --- a/parser/ParseGeneratorTableReference.hpp +++ b/parser/ParseGeneratorTableReference.hpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseGroupBy.cpp b/parser/ParseGroupBy.cpp index b7bb64aa..2fab32ba 100644 --- a/parser/ParseGroupBy.cpp +++ b/parser/ParseGroupBy.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseGroupBy.hpp b/parser/ParseGroupBy.hpp index caa5d8fd..ebc08b4d 100644 --- a/parser/ParseGroupBy.hpp +++ b/parser/ParseGroupBy.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseHaving.cpp b/parser/ParseHaving.cpp index dc817fc8..a339663f 100644 --- a/parser/ParseHaving.cpp +++ b/parser/ParseHaving.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseHaving.hpp b/parser/ParseHaving.hpp index 95336a33..5bc4e235 100644 --- a/parser/ParseHaving.hpp +++ b/parser/ParseHaving.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseIndexProperties.cpp b/parser/ParseIndexProperties.cpp index fe88513c..6501c4bf 100644 --- a/parser/ParseIndexProperties.cpp +++ b/parser/ParseIndexProperties.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseIndexProperties.hpp b/parser/ParseIndexProperties.hpp index 2cb5df9c..8982c50e 100644 --- a/parser/ParseIndexProperties.hpp +++ b/parser/ParseIndexProperties.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseJoinedTableReference.cpp b/parser/ParseJoinedTableReference.cpp index c1bc956d..43573e79 100644 --- a/parser/ParseJoinedTableReference.cpp +++ b/parser/ParseJoinedTableReference.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseJoinedTableReference.hpp b/parser/ParseJoinedTableReference.hpp index 182f4727..2a742219 100644 --- a/parser/ParseJoinedTableReference.hpp +++ b/parser/ParseJoinedTableReference.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseKeyValue.hpp b/parser/ParseKeyValue.hpp index 0a28cab3..bc40bb4c 100644 --- a/parser/ParseKeyValue.hpp +++ b/parser/ParseKeyValue.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseLimit.cpp b/parser/ParseLimit.cpp index e83ccb8a..e0d2ea30 100644 --- a/parser/ParseLimit.cpp +++ b/parser/ParseLimit.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseLimit.hpp b/parser/ParseLimit.hpp index 40d34aa3..35b01bad 100644 --- a/parser/ParseLimit.hpp +++ b/parser/ParseLimit.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseLiteralValue.cpp b/parser/ParseLiteralValue.cpp index f839bed3..672fbefd 100644 --- a/parser/ParseLiteralValue.cpp +++ b/parser/ParseLiteralValue.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseLiteralValue.hpp b/parser/ParseLiteralValue.hpp index ff6abac1..0982ae6d 100644 --- a/parser/ParseLiteralValue.hpp +++ b/parser/ParseLiteralValue.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseOrderBy.cpp b/parser/ParseOrderBy.cpp index 314aa50a..42474ed6 100644 --- a/parser/ParseOrderBy.cpp +++ b/parser/ParseOrderBy.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseOrderBy.hpp b/parser/ParseOrderBy.hpp index 88a28562..0c0ca7a2 100644 --- a/parser/ParseOrderBy.hpp +++ b/parser/ParseOrderBy.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParsePartitionClause.hpp b/parser/ParsePartitionClause.hpp index 1b7096f1..2ddf5512 100644 --- a/parser/ParsePartitionClause.hpp +++ b/parser/ParsePartitionClause.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParsePredicate.cpp b/parser/ParsePredicate.cpp index ad786b5c..718edcde 100644 --- a/parser/ParsePredicate.cpp +++ b/parser/ParsePredicate.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParsePredicate.hpp b/parser/ParsePredicate.hpp index 2d65142c..74125f02 100644 --- a/parser/ParsePredicate.hpp +++ b/parser/ParsePredicate.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParsePredicateExists.hpp b/parser/ParsePredicateExists.hpp index 1e02d2f4..3e89ee20 100644 --- a/parser/ParsePredicateExists.hpp +++ b/parser/ParsePredicateExists.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParsePredicateInTableQuery.hpp b/parser/ParsePredicateInTableQuery.hpp index 423ec3a9..dd93eaa4 100644 --- a/parser/ParsePredicateInTableQuery.hpp +++ b/parser/ParsePredicateInTableQuery.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseSample.cpp b/parser/ParseSample.cpp index 46190724..ec438ce3 100644 --- a/parser/ParseSample.cpp +++ b/parser/ParseSample.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseSample.hpp b/parser/ParseSample.hpp index 3a70b33d..842a7994 100644 --- a/parser/ParseSample.hpp +++ b/parser/ParseSample.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseSelect.hpp b/parser/ParseSelect.hpp index 81e9ab83..c37ae68c 100644 --- a/parser/ParseSelect.hpp +++ b/parser/ParseSelect.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseSelectionClause.cpp b/parser/ParseSelectionClause.cpp index 048336ab..c82bb18d 100644 --- a/parser/ParseSelectionClause.cpp +++ b/parser/ParseSelectionClause.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseSelectionClause.hpp b/parser/ParseSelectionClause.hpp index 91bd6af6..9e0f80c8 100644 --- a/parser/ParseSelectionClause.hpp +++ b/parser/ParseSelectionClause.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseSimpleTableReference.cpp b/parser/ParseSimpleTableReference.cpp index e56af065..3c5cbae4 100644 --- a/parser/ParseSimpleTableReference.cpp +++ b/parser/ParseSimpleTableReference.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseSimpleTableReference.hpp b/parser/ParseSimpleTableReference.hpp index 5e6815ee..890115b9 100644 --- a/parser/ParseSimpleTableReference.hpp +++ b/parser/ParseSimpleTableReference.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseStatement.hpp b/parser/ParseStatement.hpp index 65acc68e..1937e567 100644 --- a/parser/ParseStatement.hpp +++ b/parser/ParseStatement.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseString.cpp b/parser/ParseString.cpp index 4770e1fe..0a822479 100644 --- a/parser/ParseString.cpp +++ b/parser/ParseString.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseString.hpp b/parser/ParseString.hpp index af559c68..2e21974a 100644 --- a/parser/ParseString.hpp +++ b/parser/ParseString.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseSubqueryExpression.cpp b/parser/ParseSubqueryExpression.cpp index 556b19d8..b4fa78b1 100644 --- a/parser/ParseSubqueryExpression.cpp +++ b/parser/ParseSubqueryExpression.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseSubqueryExpression.hpp b/parser/ParseSubqueryExpression.hpp index d54d623e..093d1c58 100644 --- a/parser/ParseSubqueryExpression.hpp +++ b/parser/ParseSubqueryExpression.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseSubqueryTableReference.cpp b/parser/ParseSubqueryTableReference.cpp index 03a5f01e..11a98984 100644 --- a/parser/ParseSubqueryTableReference.cpp +++ b/parser/ParseSubqueryTableReference.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseSubqueryTableReference.hpp b/parser/ParseSubqueryTableReference.hpp index a8ca8ea1..5273830c 100644 --- a/parser/ParseSubqueryTableReference.hpp +++ b/parser/ParseSubqueryTableReference.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseTableReference.cpp b/parser/ParseTableReference.cpp index 49384dbc..a132a178 100644 --- a/parser/ParseTableReference.cpp +++ b/parser/ParseTableReference.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseTableReference.hpp b/parser/ParseTableReference.hpp index c3500b0d..5512a604 100644 --- a/parser/ParseTableReference.hpp +++ b/parser/ParseTableReference.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParseTreeNode.hpp b/parser/ParseTreeNode.hpp index 51eed55f..e62f7d63 100644 --- a/parser/ParseTreeNode.hpp +++ b/parser/ParseTreeNode.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParserModule.hpp b/parser/ParserModule.hpp index c753095c..524c8dd0 100644 --- a/parser/ParserModule.hpp +++ b/parser/ParserModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParserUtil.cpp b/parser/ParserUtil.cpp index 9c14eebe..ecbebfb8 100644 --- a/parser/ParserUtil.cpp +++ b/parser/ParserUtil.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/ParserUtil.hpp b/parser/ParserUtil.hpp index b2fc7989..1bc6f1bc 100644 --- a/parser/ParserUtil.hpp +++ b/parser/ParserUtil.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/SqlLexer.lpp b/parser/SqlLexer.lpp index ac1c7086..5eb82e6a 100644 --- a/parser/SqlLexer.lpp +++ b/parser/SqlLexer.lpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/SqlParser.ypp b/parser/SqlParser.ypp index b07c48ec..78f7a98f 100644 --- a/parser/SqlParser.ypp +++ b/parser/SqlParser.ypp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/SqlParserWrapper.cpp b/parser/SqlParserWrapper.cpp index bc9d87e6..0b6ab90b 100644 --- a/parser/SqlParserWrapper.cpp +++ b/parser/SqlParserWrapper.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/SqlParserWrapper.hpp b/parser/SqlParserWrapper.hpp index fbfb64ec..c4756130 100644 --- a/parser/SqlParserWrapper.hpp +++ b/parser/SqlParserWrapper.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/preprocessed/SqlLexer_gen.cpp b/parser/preprocessed/SqlLexer_gen.cpp index db204918..6f5e13bf 100644 --- a/parser/preprocessed/SqlLexer_gen.cpp +++ b/parser/preprocessed/SqlLexer_gen.cpp @@ -951,7 +951,7 @@ static yyconst flex_int32_t yy_rule_can_match_eol[153] = * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/tests/Aggregate.test b/parser/tests/Aggregate.test index 7962d3e9..8a76ccd0 100644 --- a/parser/tests/Aggregate.test +++ b/parser/tests/Aggregate.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/tests/Alter.test b/parser/tests/Alter.test index dd38eeab..45a14455 100644 --- a/parser/tests/Alter.test +++ b/parser/tests/Alter.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/tests/CMakeLists.txt b/parser/tests/CMakeLists.txt index cea0f454..1c4c19d2 100644 --- a/parser/tests/CMakeLists.txt +++ b/parser/tests/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/tests/Copy.test b/parser/tests/Copy.test index 15db147a..85f9f5db 100644 --- a/parser/tests/Copy.test +++ b/parser/tests/Copy.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/tests/Create.test b/parser/tests/Create.test index 2670c66f..42decc1f 100644 --- a/parser/tests/Create.test +++ b/parser/tests/Create.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/tests/Delete.test b/parser/tests/Delete.test index e4bc3354..0fe6090f 100644 --- a/parser/tests/Delete.test +++ b/parser/tests/Delete.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/tests/Drop.test b/parser/tests/Drop.test index eec2a431..d4850bd4 100644 --- a/parser/tests/Drop.test +++ b/parser/tests/Drop.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/tests/Index.test b/parser/tests/Index.test index 39cd523c..138fd9c0 100644 --- a/parser/tests/Index.test +++ b/parser/tests/Index.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/tests/Insert.test b/parser/tests/Insert.test index a88e666f..980d4bdc 100644 --- a/parser/tests/Insert.test +++ b/parser/tests/Insert.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/tests/Join.test b/parser/tests/Join.test index 8a252a4a..1c3a3b05 100644 --- a/parser/tests/Join.test +++ b/parser/tests/Join.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/tests/ParserTest.cpp b/parser/tests/ParserTest.cpp index ee3cb1a0..49e3b665 100644 --- a/parser/tests/ParserTest.cpp +++ b/parser/tests/ParserTest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/tests/Select.test b/parser/tests/Select.test index e70ee5c4..59b9b046 100644 --- a/parser/tests/Select.test +++ b/parser/tests/Select.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/tests/TPCH.test b/parser/tests/TPCH.test index 7f4d911d..5d6136d9 100644 --- a/parser/tests/TPCH.test +++ b/parser/tests/TPCH.test @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/parser/tests/Update.test b/parser/tests/Update.test index 6ed31e62..310dac0e 100644 --- a/parser/tests/Update.test +++ b/parser/tests/Update.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/CMakeLists.txt b/query_execution/CMakeLists.txt index 04a0348c..a27264e2 100644 --- a/query_execution/CMakeLists.txt +++ b/query_execution/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/Foreman.cpp b/query_execution/Foreman.cpp index 304c4298..410d037f 100644 --- a/query_execution/Foreman.cpp +++ b/query_execution/Foreman.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/Foreman.hpp b/query_execution/Foreman.hpp index 2d6e0d32..5c1b4088 100644 --- a/query_execution/Foreman.hpp +++ b/query_execution/Foreman.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/ForemanLite.hpp b/query_execution/ForemanLite.hpp index cb6cdf3e..786182e1 100644 --- a/query_execution/ForemanLite.hpp +++ b/query_execution/ForemanLite.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/QueryContext.cpp b/query_execution/QueryContext.cpp index 3bfce17a..4c52ecdc 100644 --- a/query_execution/QueryContext.cpp +++ b/query_execution/QueryContext.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/QueryContext.hpp b/query_execution/QueryContext.hpp index 7d5628d8..17d99d6f 100644 --- a/query_execution/QueryContext.hpp +++ b/query_execution/QueryContext.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/QueryContext.proto b/query_execution/QueryContext.proto index b37286ca..6e6afab4 100644 --- a/query_execution/QueryContext.proto +++ b/query_execution/QueryContext.proto @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/QueryExecutionMessages.proto b/query_execution/QueryExecutionMessages.proto index 8d2efd06..4634f7a8 100644 --- a/query_execution/QueryExecutionMessages.proto +++ b/query_execution/QueryExecutionMessages.proto @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/QueryExecutionModule.hpp b/query_execution/QueryExecutionModule.hpp index b2ff30f5..30e49ab3 100644 --- a/query_execution/QueryExecutionModule.hpp +++ b/query_execution/QueryExecutionModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/QueryExecutionState.hpp b/query_execution/QueryExecutionState.hpp index 73954618..81f5234d 100644 --- a/query_execution/QueryExecutionState.hpp +++ b/query_execution/QueryExecutionState.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/QueryExecutionTypedefs.hpp b/query_execution/QueryExecutionTypedefs.hpp index 36cfd825..3e6a8a6d 100644 --- a/query_execution/QueryExecutionTypedefs.hpp +++ b/query_execution/QueryExecutionTypedefs.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/QueryExecutionUtil.hpp b/query_execution/QueryExecutionUtil.hpp index a8b6a387..308e87ea 100644 --- a/query_execution/QueryExecutionUtil.hpp +++ b/query_execution/QueryExecutionUtil.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/QueryManager.cpp b/query_execution/QueryManager.cpp index 02c5d4c6..15a20ffc 100644 --- a/query_execution/QueryManager.cpp +++ b/query_execution/QueryManager.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/QueryManager.hpp b/query_execution/QueryManager.hpp index 47f54c55..f8964c58 100644 --- a/query_execution/QueryManager.hpp +++ b/query_execution/QueryManager.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/WorkOrdersContainer.cpp b/query_execution/WorkOrdersContainer.cpp index d72b6f33..afdeeacc 100644 --- a/query_execution/WorkOrdersContainer.cpp +++ b/query_execution/WorkOrdersContainer.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/WorkOrdersContainer.hpp b/query_execution/WorkOrdersContainer.hpp index eb9aedd8..38bda6df 100644 --- a/query_execution/WorkOrdersContainer.hpp +++ b/query_execution/WorkOrdersContainer.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/Worker.cpp b/query_execution/Worker.cpp index 645fd050..9c554f91 100644 --- a/query_execution/Worker.cpp +++ b/query_execution/Worker.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/Worker.hpp b/query_execution/Worker.hpp index b94e937a..ec967c47 100644 --- a/query_execution/Worker.hpp +++ b/query_execution/Worker.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/WorkerDirectory.hpp b/query_execution/WorkerDirectory.hpp index a1f3b028..f04306c6 100644 --- a/query_execution/WorkerDirectory.hpp +++ b/query_execution/WorkerDirectory.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/WorkerMessage.hpp b/query_execution/WorkerMessage.hpp index ec63af94..8348ac94 100644 --- a/query_execution/WorkerMessage.hpp +++ b/query_execution/WorkerMessage.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/WorkerSelectionPolicy.hpp b/query_execution/WorkerSelectionPolicy.hpp index 289b1c43..ddf331cf 100644 --- a/query_execution/WorkerSelectionPolicy.hpp +++ b/query_execution/WorkerSelectionPolicy.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/tests/Foreman_unittest.cpp b/query_execution/tests/Foreman_unittest.cpp index 47cc6417..dd9da013 100644 --- a/query_execution/tests/Foreman_unittest.cpp +++ b/query_execution/tests/Foreman_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/tests/QueryManager_unittest.cpp b/query_execution/tests/QueryManager_unittest.cpp index 1b9be487..68e9f770 100644 --- a/query_execution/tests/QueryManager_unittest.cpp +++ b/query_execution/tests/QueryManager_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/tests/WorkOrdersContainer_unittest.cpp b/query_execution/tests/WorkOrdersContainer_unittest.cpp index d7db9a63..5e682cf5 100644 --- a/query_execution/tests/WorkOrdersContainer_unittest.cpp +++ b/query_execution/tests/WorkOrdersContainer_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/tests/WorkerDirectory_unittest.cpp b/query_execution/tests/WorkerDirectory_unittest.cpp index eb83583a..c9e4d4e1 100644 --- a/query_execution/tests/WorkerDirectory_unittest.cpp +++ b/query_execution/tests/WorkerDirectory_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_execution/tests/WorkerSelectionPolicy_unittest.cpp b/query_execution/tests/WorkerSelectionPolicy_unittest.cpp index 83d3c784..dcfd2964 100644 --- a/query_execution/tests/WorkerSelectionPolicy_unittest.cpp +++ b/query_execution/tests/WorkerSelectionPolicy_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/CMakeLists.txt b/query_optimizer/CMakeLists.txt index 5c9438d6..700d848e 100644 --- a/query_optimizer/CMakeLists.txt +++ b/query_optimizer/CMakeLists.txt @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/ExecutionGenerator.cpp b/query_optimizer/ExecutionGenerator.cpp index c590b6e9..cd1a9eba 100644 --- a/query_optimizer/ExecutionGenerator.cpp +++ b/query_optimizer/ExecutionGenerator.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/ExecutionGenerator.hpp b/query_optimizer/ExecutionGenerator.hpp index 0630bca5..ac2d4404 100644 --- a/query_optimizer/ExecutionGenerator.hpp +++ b/query_optimizer/ExecutionGenerator.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/ExecutionHeuristics.cpp b/query_optimizer/ExecutionHeuristics.cpp index fc31c536..255bc5e7 100644 --- a/query_optimizer/ExecutionHeuristics.cpp +++ b/query_optimizer/ExecutionHeuristics.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/ExecutionHeuristics.hpp b/query_optimizer/ExecutionHeuristics.hpp index 92a7fe8e..085a2bd5 100644 --- a/query_optimizer/ExecutionHeuristics.hpp +++ b/query_optimizer/ExecutionHeuristics.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/LogicalGenerator.cpp b/query_optimizer/LogicalGenerator.cpp index 509a1a0f..148d65b2 100644 --- a/query_optimizer/LogicalGenerator.cpp +++ b/query_optimizer/LogicalGenerator.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/LogicalGenerator.hpp b/query_optimizer/LogicalGenerator.hpp index 43d813a3..07f9f9dc 100644 --- a/query_optimizer/LogicalGenerator.hpp +++ b/query_optimizer/LogicalGenerator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/LogicalToPhysicalMapper.hpp b/query_optimizer/LogicalToPhysicalMapper.hpp index ba254559..ddf81dd6 100644 --- a/query_optimizer/LogicalToPhysicalMapper.hpp +++ b/query_optimizer/LogicalToPhysicalMapper.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/Optimizer.cpp b/query_optimizer/Optimizer.cpp index 08629fcd..930a9d8d 100644 --- a/query_optimizer/Optimizer.cpp +++ b/query_optimizer/Optimizer.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/Optimizer.hpp b/query_optimizer/Optimizer.hpp index 9177414a..20ddd86f 100644 --- a/query_optimizer/Optimizer.hpp +++ b/query_optimizer/Optimizer.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/OptimizerContext.cpp b/query_optimizer/OptimizerContext.cpp index 4bdd24ea..f0c0db83 100644 --- a/query_optimizer/OptimizerContext.cpp +++ b/query_optimizer/OptimizerContext.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/OptimizerContext.hpp b/query_optimizer/OptimizerContext.hpp index abdc7f41..3045a044 100644 --- a/query_optimizer/OptimizerContext.hpp +++ b/query_optimizer/OptimizerContext.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/OptimizerTree.hpp b/query_optimizer/OptimizerTree.hpp index eb4de74b..efed205c 100644 --- a/query_optimizer/OptimizerTree.hpp +++ b/query_optimizer/OptimizerTree.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/PhysicalGenerator.cpp b/query_optimizer/PhysicalGenerator.cpp index 75a7bc9a..a018ec10 100644 --- a/query_optimizer/PhysicalGenerator.cpp +++ b/query_optimizer/PhysicalGenerator.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/PhysicalGenerator.hpp b/query_optimizer/PhysicalGenerator.hpp index 484900ae..0c546955 100644 --- a/query_optimizer/PhysicalGenerator.hpp +++ b/query_optimizer/PhysicalGenerator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/QueryHandle.hpp b/query_optimizer/QueryHandle.hpp index a17d3e81..82211dcb 100644 --- a/query_optimizer/QueryHandle.hpp +++ b/query_optimizer/QueryHandle.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/QueryOptimizerConfig.h.in b/query_optimizer/QueryOptimizerConfig.h.in index da0fa189..9c862e19 100644 --- a/query_optimizer/QueryOptimizerConfig.h.in +++ b/query_optimizer/QueryOptimizerConfig.h.in @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/QueryOptimizerModule.hpp b/query_optimizer/QueryOptimizerModule.hpp index 8e9eed32..3ba16915 100644 --- a/query_optimizer/QueryOptimizerModule.hpp +++ b/query_optimizer/QueryOptimizerModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/QueryPlan.hpp b/query_optimizer/QueryPlan.hpp index 2560e719..368157c9 100644 --- a/query_optimizer/QueryPlan.hpp +++ b/query_optimizer/QueryPlan.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/QueryProcessor.cpp b/query_optimizer/QueryProcessor.cpp index b6fa3e0b..3b765ff4 100644 --- a/query_optimizer/QueryProcessor.cpp +++ b/query_optimizer/QueryProcessor.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/QueryProcessor.hpp b/query_optimizer/QueryProcessor.hpp index 32739dc2..8921fe9c 100644 --- a/query_optimizer/QueryProcessor.hpp +++ b/query_optimizer/QueryProcessor.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/Validator.hpp b/query_optimizer/Validator.hpp index 394efcd4..3a0ba23b 100644 --- a/query_optimizer/Validator.hpp +++ b/query_optimizer/Validator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/cost_model/CMakeLists.txt b/query_optimizer/cost_model/CMakeLists.txt index 6bf52409..4febf6fd 100644 --- a/query_optimizer/cost_model/CMakeLists.txt +++ b/query_optimizer/cost_model/CMakeLists.txt @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/cost_model/CostModel.hpp b/query_optimizer/cost_model/CostModel.hpp index 2420404b..1fb2bb94 100644 --- a/query_optimizer/cost_model/CostModel.hpp +++ b/query_optimizer/cost_model/CostModel.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/cost_model/CostModelModule.hpp b/query_optimizer/cost_model/CostModelModule.hpp index bbf03ae9..906de6d1 100644 --- a/query_optimizer/cost_model/CostModelModule.hpp +++ b/query_optimizer/cost_model/CostModelModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/cost_model/SimpleCostModel.cpp b/query_optimizer/cost_model/SimpleCostModel.cpp index 48f76fa8..fd0d64fc 100644 --- a/query_optimizer/cost_model/SimpleCostModel.cpp +++ b/query_optimizer/cost_model/SimpleCostModel.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/cost_model/SimpleCostModel.hpp b/query_optimizer/cost_model/SimpleCostModel.hpp index 98621984..b9f7df7e 100644 --- a/query_optimizer/cost_model/SimpleCostModel.hpp +++ b/query_optimizer/cost_model/SimpleCostModel.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/cost_model/StarSchemaSimpleCostModel.cpp b/query_optimizer/cost_model/StarSchemaSimpleCostModel.cpp index eb9fcc17..e6c9a35e 100644 --- a/query_optimizer/cost_model/StarSchemaSimpleCostModel.cpp +++ b/query_optimizer/cost_model/StarSchemaSimpleCostModel.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/cost_model/StarSchemaSimpleCostModel.hpp b/query_optimizer/cost_model/StarSchemaSimpleCostModel.hpp index c63e55a8..7bf3efc5 100644 --- a/query_optimizer/cost_model/StarSchemaSimpleCostModel.hpp +++ b/query_optimizer/cost_model/StarSchemaSimpleCostModel.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/AggregateFunction.cpp b/query_optimizer/expressions/AggregateFunction.cpp index e061f035..f6de27bc 100644 --- a/query_optimizer/expressions/AggregateFunction.cpp +++ b/query_optimizer/expressions/AggregateFunction.cpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/AggregateFunction.hpp b/query_optimizer/expressions/AggregateFunction.hpp index 86698fdb..ef5d3137 100644 --- a/query_optimizer/expressions/AggregateFunction.hpp +++ b/query_optimizer/expressions/AggregateFunction.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/Alias.cpp b/query_optimizer/expressions/Alias.cpp index c5299571..72f16c2c 100644 --- a/query_optimizer/expressions/Alias.cpp +++ b/query_optimizer/expressions/Alias.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/Alias.hpp b/query_optimizer/expressions/Alias.hpp index 04002070..8ea2abde 100644 --- a/query_optimizer/expressions/Alias.hpp +++ b/query_optimizer/expressions/Alias.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/AttributeReference.cpp b/query_optimizer/expressions/AttributeReference.cpp index b15d4822..69cf1aa2 100644 --- a/query_optimizer/expressions/AttributeReference.cpp +++ b/query_optimizer/expressions/AttributeReference.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/AttributeReference.hpp b/query_optimizer/expressions/AttributeReference.hpp index f299bbc0..b98041c3 100644 --- a/query_optimizer/expressions/AttributeReference.hpp +++ b/query_optimizer/expressions/AttributeReference.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/BinaryExpression.cpp b/query_optimizer/expressions/BinaryExpression.cpp index fcef90ab..ed0d329b 100644 --- a/query_optimizer/expressions/BinaryExpression.cpp +++ b/query_optimizer/expressions/BinaryExpression.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/BinaryExpression.hpp b/query_optimizer/expressions/BinaryExpression.hpp index 69cbd111..f6cf3551 100644 --- a/query_optimizer/expressions/BinaryExpression.hpp +++ b/query_optimizer/expressions/BinaryExpression.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/CMakeLists.txt b/query_optimizer/expressions/CMakeLists.txt index 6c407416..f6324691 100644 --- a/query_optimizer/expressions/CMakeLists.txt +++ b/query_optimizer/expressions/CMakeLists.txt @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/Cast.cpp b/query_optimizer/expressions/Cast.cpp index f55a7c22..5066668a 100644 --- a/query_optimizer/expressions/Cast.cpp +++ b/query_optimizer/expressions/Cast.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/Cast.hpp b/query_optimizer/expressions/Cast.hpp index c4bd3600..bf07c945 100644 --- a/query_optimizer/expressions/Cast.hpp +++ b/query_optimizer/expressions/Cast.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/ComparisonExpression.cpp b/query_optimizer/expressions/ComparisonExpression.cpp index 5cebf8ba..0d5a9a97 100644 --- a/query_optimizer/expressions/ComparisonExpression.cpp +++ b/query_optimizer/expressions/ComparisonExpression.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/ComparisonExpression.hpp b/query_optimizer/expressions/ComparisonExpression.hpp index 8a84e751..d1ea3708 100644 --- a/query_optimizer/expressions/ComparisonExpression.hpp +++ b/query_optimizer/expressions/ComparisonExpression.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/Exists.cpp b/query_optimizer/expressions/Exists.cpp index 2bb5a6b5..de3d3dc3 100644 --- a/query_optimizer/expressions/Exists.cpp +++ b/query_optimizer/expressions/Exists.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/Exists.hpp b/query_optimizer/expressions/Exists.hpp index 6293020b..77e3426b 100644 --- a/query_optimizer/expressions/Exists.hpp +++ b/query_optimizer/expressions/Exists.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/ExprId.hpp b/query_optimizer/expressions/ExprId.hpp index bc9cb4bf..4d89344e 100644 --- a/query_optimizer/expressions/ExprId.hpp +++ b/query_optimizer/expressions/ExprId.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/Expression.hpp b/query_optimizer/expressions/Expression.hpp index 82e3dc53..fee92f7a 100644 --- a/query_optimizer/expressions/Expression.hpp +++ b/query_optimizer/expressions/Expression.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/ExpressionType.hpp b/query_optimizer/expressions/ExpressionType.hpp index 23770e04..44c2ffb2 100644 --- a/query_optimizer/expressions/ExpressionType.hpp +++ b/query_optimizer/expressions/ExpressionType.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/ExpressionUtil.cpp b/query_optimizer/expressions/ExpressionUtil.cpp index 3ccd3c93..84dc7f72 100644 --- a/query_optimizer/expressions/ExpressionUtil.cpp +++ b/query_optimizer/expressions/ExpressionUtil.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/ExpressionUtil.hpp b/query_optimizer/expressions/ExpressionUtil.hpp index 4c35719f..dc92695a 100644 --- a/query_optimizer/expressions/ExpressionUtil.hpp +++ b/query_optimizer/expressions/ExpressionUtil.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/InTableQuery.cpp b/query_optimizer/expressions/InTableQuery.cpp index b4abbe03..7c462aac 100644 --- a/query_optimizer/expressions/InTableQuery.cpp +++ b/query_optimizer/expressions/InTableQuery.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/InTableQuery.hpp b/query_optimizer/expressions/InTableQuery.hpp index e4abf22a..4ff5a4c5 100644 --- a/query_optimizer/expressions/InTableQuery.hpp +++ b/query_optimizer/expressions/InTableQuery.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/InValueList.cpp b/query_optimizer/expressions/InValueList.cpp index dd77d95d..29770480 100644 --- a/query_optimizer/expressions/InValueList.cpp +++ b/query_optimizer/expressions/InValueList.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/InValueList.hpp b/query_optimizer/expressions/InValueList.hpp index 9fc2acea..80a3be04 100644 --- a/query_optimizer/expressions/InValueList.hpp +++ b/query_optimizer/expressions/InValueList.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/LogicalAnd.cpp b/query_optimizer/expressions/LogicalAnd.cpp index 3e47cfc0..e78b1a35 100644 --- a/query_optimizer/expressions/LogicalAnd.cpp +++ b/query_optimizer/expressions/LogicalAnd.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/LogicalAnd.hpp b/query_optimizer/expressions/LogicalAnd.hpp index 360c6b41..f8b83fda 100644 --- a/query_optimizer/expressions/LogicalAnd.hpp +++ b/query_optimizer/expressions/LogicalAnd.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/LogicalNot.cpp b/query_optimizer/expressions/LogicalNot.cpp index b3ae6621..bcaf5e45 100644 --- a/query_optimizer/expressions/LogicalNot.cpp +++ b/query_optimizer/expressions/LogicalNot.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/LogicalNot.hpp b/query_optimizer/expressions/LogicalNot.hpp index 8c009e01..c70f6896 100644 --- a/query_optimizer/expressions/LogicalNot.hpp +++ b/query_optimizer/expressions/LogicalNot.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/LogicalOr.cpp b/query_optimizer/expressions/LogicalOr.cpp index c7389510..781477da 100644 --- a/query_optimizer/expressions/LogicalOr.cpp +++ b/query_optimizer/expressions/LogicalOr.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/LogicalOr.hpp b/query_optimizer/expressions/LogicalOr.hpp index 0dca4332..10153ab9 100644 --- a/query_optimizer/expressions/LogicalOr.hpp +++ b/query_optimizer/expressions/LogicalOr.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/NamedExpression.cpp b/query_optimizer/expressions/NamedExpression.cpp index 352f33da..a477fdc0 100644 --- a/query_optimizer/expressions/NamedExpression.cpp +++ b/query_optimizer/expressions/NamedExpression.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/NamedExpression.hpp b/query_optimizer/expressions/NamedExpression.hpp index be3176b1..a600817a 100644 --- a/query_optimizer/expressions/NamedExpression.hpp +++ b/query_optimizer/expressions/NamedExpression.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/OptimizerExpressionsModule.hpp b/query_optimizer/expressions/OptimizerExpressionsModule.hpp index 2761ba84..b5d12172 100644 --- a/query_optimizer/expressions/OptimizerExpressionsModule.hpp +++ b/query_optimizer/expressions/OptimizerExpressionsModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/PatternMatcher.hpp b/query_optimizer/expressions/PatternMatcher.hpp index 87bc52ae..bbb5ec84 100644 --- a/query_optimizer/expressions/PatternMatcher.hpp +++ b/query_optimizer/expressions/PatternMatcher.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/Predicate.hpp b/query_optimizer/expressions/Predicate.hpp index ac706e6c..331b77af 100644 --- a/query_optimizer/expressions/Predicate.hpp +++ b/query_optimizer/expressions/Predicate.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/PredicateLiteral.cpp b/query_optimizer/expressions/PredicateLiteral.cpp index 54299b3a..2db1cd5a 100644 --- a/query_optimizer/expressions/PredicateLiteral.cpp +++ b/query_optimizer/expressions/PredicateLiteral.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/PredicateLiteral.hpp b/query_optimizer/expressions/PredicateLiteral.hpp index 256b3a06..36adc23d 100644 --- a/query_optimizer/expressions/PredicateLiteral.hpp +++ b/query_optimizer/expressions/PredicateLiteral.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/Scalar.hpp b/query_optimizer/expressions/Scalar.hpp index 57db4e2a..f3348954 100644 --- a/query_optimizer/expressions/Scalar.hpp +++ b/query_optimizer/expressions/Scalar.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/ScalarLiteral.cpp b/query_optimizer/expressions/ScalarLiteral.cpp index 7a1be301..379c20be 100644 --- a/query_optimizer/expressions/ScalarLiteral.cpp +++ b/query_optimizer/expressions/ScalarLiteral.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/ScalarLiteral.hpp b/query_optimizer/expressions/ScalarLiteral.hpp index 7ebb0d96..f5ea2a5c 100644 --- a/query_optimizer/expressions/ScalarLiteral.hpp +++ b/query_optimizer/expressions/ScalarLiteral.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/SearchedCase.cpp b/query_optimizer/expressions/SearchedCase.cpp index 57da7a19..3d1cb93b 100644 --- a/query_optimizer/expressions/SearchedCase.cpp +++ b/query_optimizer/expressions/SearchedCase.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/SearchedCase.hpp b/query_optimizer/expressions/SearchedCase.hpp index 8bea0c44..b52102be 100644 --- a/query_optimizer/expressions/SearchedCase.hpp +++ b/query_optimizer/expressions/SearchedCase.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/SimpleCase.cpp b/query_optimizer/expressions/SimpleCase.cpp index 8c6227f5..f6b25169 100644 --- a/query_optimizer/expressions/SimpleCase.cpp +++ b/query_optimizer/expressions/SimpleCase.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/SimpleCase.hpp b/query_optimizer/expressions/SimpleCase.hpp index a037a0ef..b587ebfb 100644 --- a/query_optimizer/expressions/SimpleCase.hpp +++ b/query_optimizer/expressions/SimpleCase.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/SubqueryExpression.cpp b/query_optimizer/expressions/SubqueryExpression.cpp index 3a33fe1a..2d855813 100644 --- a/query_optimizer/expressions/SubqueryExpression.cpp +++ b/query_optimizer/expressions/SubqueryExpression.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/SubqueryExpression.hpp b/query_optimizer/expressions/SubqueryExpression.hpp index 58fb6e8d..4ea7a071 100644 --- a/query_optimizer/expressions/SubqueryExpression.hpp +++ b/query_optimizer/expressions/SubqueryExpression.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/UnaryExpression.cpp b/query_optimizer/expressions/UnaryExpression.cpp index ae88d579..96ea9e3a 100644 --- a/query_optimizer/expressions/UnaryExpression.cpp +++ b/query_optimizer/expressions/UnaryExpression.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/expressions/UnaryExpression.hpp b/query_optimizer/expressions/UnaryExpression.hpp index 5d4bef04..45cf12db 100644 --- a/query_optimizer/expressions/UnaryExpression.hpp +++ b/query_optimizer/expressions/UnaryExpression.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/Aggregate.cpp b/query_optimizer/logical/Aggregate.cpp index 27bbd1bb..4bdecd03 100644 --- a/query_optimizer/logical/Aggregate.cpp +++ b/query_optimizer/logical/Aggregate.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/Aggregate.hpp b/query_optimizer/logical/Aggregate.hpp index 78bd9f30..95b4aeba 100644 --- a/query_optimizer/logical/Aggregate.hpp +++ b/query_optimizer/logical/Aggregate.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/BinaryJoin.cpp b/query_optimizer/logical/BinaryJoin.cpp index fb8b9567..c0364b0e 100644 --- a/query_optimizer/logical/BinaryJoin.cpp +++ b/query_optimizer/logical/BinaryJoin.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/BinaryJoin.hpp b/query_optimizer/logical/BinaryJoin.hpp index 4778ba0f..e83c6782 100644 --- a/query_optimizer/logical/BinaryJoin.hpp +++ b/query_optimizer/logical/BinaryJoin.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/CMakeLists.txt b/query_optimizer/logical/CMakeLists.txt index 61c62342..5f16dc31 100644 --- a/query_optimizer/logical/CMakeLists.txt +++ b/query_optimizer/logical/CMakeLists.txt @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/CopyFrom.cpp b/query_optimizer/logical/CopyFrom.cpp index fb338480..b9986dfc 100644 --- a/query_optimizer/logical/CopyFrom.cpp +++ b/query_optimizer/logical/CopyFrom.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/CopyFrom.hpp b/query_optimizer/logical/CopyFrom.hpp index dbfa517a..e8b7f2e6 100644 --- a/query_optimizer/logical/CopyFrom.hpp +++ b/query_optimizer/logical/CopyFrom.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/CreateIndex.cpp b/query_optimizer/logical/CreateIndex.cpp index 27cb64fa..2b2da979 100644 --- a/query_optimizer/logical/CreateIndex.cpp +++ b/query_optimizer/logical/CreateIndex.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/CreateIndex.hpp b/query_optimizer/logical/CreateIndex.hpp index 9a9b87e6..9e29b810 100644 --- a/query_optimizer/logical/CreateIndex.hpp +++ b/query_optimizer/logical/CreateIndex.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/CreateTable.cpp b/query_optimizer/logical/CreateTable.cpp index 66705396..86e353ae 100644 --- a/query_optimizer/logical/CreateTable.cpp +++ b/query_optimizer/logical/CreateTable.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/CreateTable.hpp b/query_optimizer/logical/CreateTable.hpp index 327032b6..8dd42a95 100644 --- a/query_optimizer/logical/CreateTable.hpp +++ b/query_optimizer/logical/CreateTable.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/DeleteTuples.cpp b/query_optimizer/logical/DeleteTuples.cpp index 9993c49a..0216fc31 100644 --- a/query_optimizer/logical/DeleteTuples.cpp +++ b/query_optimizer/logical/DeleteTuples.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/DeleteTuples.hpp b/query_optimizer/logical/DeleteTuples.hpp index d7e7c4e4..5bd19c7e 100644 --- a/query_optimizer/logical/DeleteTuples.hpp +++ b/query_optimizer/logical/DeleteTuples.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/DropTable.cpp b/query_optimizer/logical/DropTable.cpp index aadb4d06..1f412adf 100644 --- a/query_optimizer/logical/DropTable.cpp +++ b/query_optimizer/logical/DropTable.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/DropTable.hpp b/query_optimizer/logical/DropTable.hpp index 9e0dfffb..fdc480da 100644 --- a/query_optimizer/logical/DropTable.hpp +++ b/query_optimizer/logical/DropTable.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/Filter.cpp b/query_optimizer/logical/Filter.cpp index 05f02edc..4634f82a 100644 --- a/query_optimizer/logical/Filter.cpp +++ b/query_optimizer/logical/Filter.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/Filter.hpp b/query_optimizer/logical/Filter.hpp index fd0016cc..621f648f 100644 --- a/query_optimizer/logical/Filter.hpp +++ b/query_optimizer/logical/Filter.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/HashJoin.hpp b/query_optimizer/logical/HashJoin.hpp index 9052a23b..c9b06b4c 100644 --- a/query_optimizer/logical/HashJoin.hpp +++ b/query_optimizer/logical/HashJoin.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/InsertSelection.cpp b/query_optimizer/logical/InsertSelection.cpp index 2744b448..4eda88ff 100644 --- a/query_optimizer/logical/InsertSelection.cpp +++ b/query_optimizer/logical/InsertSelection.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/InsertSelection.hpp b/query_optimizer/logical/InsertSelection.hpp index c36ecd04..fe0c5c95 100644 --- a/query_optimizer/logical/InsertSelection.hpp +++ b/query_optimizer/logical/InsertSelection.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/InsertTuple.cpp b/query_optimizer/logical/InsertTuple.cpp index b053b33b..3a5473cb 100644 --- a/query_optimizer/logical/InsertTuple.cpp +++ b/query_optimizer/logical/InsertTuple.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/InsertTuple.hpp b/query_optimizer/logical/InsertTuple.hpp index 2ef647d0..dd5bf184 100644 --- a/query_optimizer/logical/InsertTuple.hpp +++ b/query_optimizer/logical/InsertTuple.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/Join.hpp b/query_optimizer/logical/Join.hpp index 689dfa20..baf76e3e 100644 --- a/query_optimizer/logical/Join.hpp +++ b/query_optimizer/logical/Join.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/Logical.hpp b/query_optimizer/logical/Logical.hpp index a1e9155f..42e28214 100644 --- a/query_optimizer/logical/Logical.hpp +++ b/query_optimizer/logical/Logical.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/LogicalType.hpp b/query_optimizer/logical/LogicalType.hpp index 1b9366e9..532b9279 100644 --- a/query_optimizer/logical/LogicalType.hpp +++ b/query_optimizer/logical/LogicalType.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/MultiwayCartesianJoin.cpp b/query_optimizer/logical/MultiwayCartesianJoin.cpp index e672f7f1..e360c57a 100644 --- a/query_optimizer/logical/MultiwayCartesianJoin.cpp +++ b/query_optimizer/logical/MultiwayCartesianJoin.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/MultiwayCartesianJoin.hpp b/query_optimizer/logical/MultiwayCartesianJoin.hpp index 8eb0cd72..6a3e7ad2 100644 --- a/query_optimizer/logical/MultiwayCartesianJoin.hpp +++ b/query_optimizer/logical/MultiwayCartesianJoin.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/NestedLoopsJoin.hpp b/query_optimizer/logical/NestedLoopsJoin.hpp index febd845b..53fd7654 100644 --- a/query_optimizer/logical/NestedLoopsJoin.hpp +++ b/query_optimizer/logical/NestedLoopsJoin.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/OptimizerLogicalModule.hpp b/query_optimizer/logical/OptimizerLogicalModule.hpp index cc8d35fd..b98f543d 100644 --- a/query_optimizer/logical/OptimizerLogicalModule.hpp +++ b/query_optimizer/logical/OptimizerLogicalModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/PatternMatcher.hpp b/query_optimizer/logical/PatternMatcher.hpp index ff8f3d02..ccda3398 100644 --- a/query_optimizer/logical/PatternMatcher.hpp +++ b/query_optimizer/logical/PatternMatcher.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/Project.cpp b/query_optimizer/logical/Project.cpp index fd9200ed..016a8bca 100644 --- a/query_optimizer/logical/Project.cpp +++ b/query_optimizer/logical/Project.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/Project.hpp b/query_optimizer/logical/Project.hpp index 02113fa3..dee34cd2 100644 --- a/query_optimizer/logical/Project.hpp +++ b/query_optimizer/logical/Project.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/Sample.cpp b/query_optimizer/logical/Sample.cpp index 95829d7a..1583943f 100644 --- a/query_optimizer/logical/Sample.cpp +++ b/query_optimizer/logical/Sample.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/Sample.hpp b/query_optimizer/logical/Sample.hpp index 9ffe93f8..1d05a1e5 100644 --- a/query_optimizer/logical/Sample.hpp +++ b/query_optimizer/logical/Sample.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/SharedSubplanReference.cpp b/query_optimizer/logical/SharedSubplanReference.cpp index b5d31435..b9e6b29b 100644 --- a/query_optimizer/logical/SharedSubplanReference.cpp +++ b/query_optimizer/logical/SharedSubplanReference.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/SharedSubplanReference.hpp b/query_optimizer/logical/SharedSubplanReference.hpp index 8f0e37b8..884a7d54 100644 --- a/query_optimizer/logical/SharedSubplanReference.hpp +++ b/query_optimizer/logical/SharedSubplanReference.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/Sort.cpp b/query_optimizer/logical/Sort.cpp index 2719491a..31b6f6ef 100644 --- a/query_optimizer/logical/Sort.cpp +++ b/query_optimizer/logical/Sort.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/Sort.hpp b/query_optimizer/logical/Sort.hpp index c20ce0f7..9be3bf69 100644 --- a/query_optimizer/logical/Sort.hpp +++ b/query_optimizer/logical/Sort.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/TableGenerator.hpp b/query_optimizer/logical/TableGenerator.hpp index ea8826af..d9ee5df2 100644 --- a/query_optimizer/logical/TableGenerator.hpp +++ b/query_optimizer/logical/TableGenerator.hpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/TableReference.cpp b/query_optimizer/logical/TableReference.cpp index 8f0362af..5290ef50 100644 --- a/query_optimizer/logical/TableReference.cpp +++ b/query_optimizer/logical/TableReference.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/TableReference.hpp b/query_optimizer/logical/TableReference.hpp index e48368df..0a0d795e 100644 --- a/query_optimizer/logical/TableReference.hpp +++ b/query_optimizer/logical/TableReference.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/TopLevelPlan.cpp b/query_optimizer/logical/TopLevelPlan.cpp index 8b2cdde1..10379221 100644 --- a/query_optimizer/logical/TopLevelPlan.cpp +++ b/query_optimizer/logical/TopLevelPlan.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/TopLevelPlan.hpp b/query_optimizer/logical/TopLevelPlan.hpp index 747a14e5..44a806d7 100644 --- a/query_optimizer/logical/TopLevelPlan.hpp +++ b/query_optimizer/logical/TopLevelPlan.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/UpdateTable.cpp b/query_optimizer/logical/UpdateTable.cpp index e34d8ce1..17468301 100644 --- a/query_optimizer/logical/UpdateTable.cpp +++ b/query_optimizer/logical/UpdateTable.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/logical/UpdateTable.hpp b/query_optimizer/logical/UpdateTable.hpp index 6261e25e..e6c4dbde 100644 --- a/query_optimizer/logical/UpdateTable.hpp +++ b/query_optimizer/logical/UpdateTable.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/Aggregate.cpp b/query_optimizer/physical/Aggregate.cpp index c582bba8..792189c4 100644 --- a/query_optimizer/physical/Aggregate.cpp +++ b/query_optimizer/physical/Aggregate.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/Aggregate.hpp b/query_optimizer/physical/Aggregate.hpp index 2c2aee79..709fd109 100644 --- a/query_optimizer/physical/Aggregate.hpp +++ b/query_optimizer/physical/Aggregate.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/BinaryJoin.cpp b/query_optimizer/physical/BinaryJoin.cpp index 16893314..9ee80a3a 100644 --- a/query_optimizer/physical/BinaryJoin.cpp +++ b/query_optimizer/physical/BinaryJoin.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/BinaryJoin.hpp b/query_optimizer/physical/BinaryJoin.hpp index 4a11b9f6..f037c693 100644 --- a/query_optimizer/physical/BinaryJoin.hpp +++ b/query_optimizer/physical/BinaryJoin.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/CMakeLists.txt b/query_optimizer/physical/CMakeLists.txt index ea3752d1..3e2daa16 100644 --- a/query_optimizer/physical/CMakeLists.txt +++ b/query_optimizer/physical/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/CopyFrom.cpp b/query_optimizer/physical/CopyFrom.cpp index b9cd06b2..ca8fb576 100644 --- a/query_optimizer/physical/CopyFrom.cpp +++ b/query_optimizer/physical/CopyFrom.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/CopyFrom.hpp b/query_optimizer/physical/CopyFrom.hpp index 8c13ca54..89b3f411 100644 --- a/query_optimizer/physical/CopyFrom.hpp +++ b/query_optimizer/physical/CopyFrom.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/CreateIndex.cpp b/query_optimizer/physical/CreateIndex.cpp index e9489fa9..684df933 100644 --- a/query_optimizer/physical/CreateIndex.cpp +++ b/query_optimizer/physical/CreateIndex.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/CreateIndex.hpp b/query_optimizer/physical/CreateIndex.hpp index b66c1d8b..9e9ab25b 100644 --- a/query_optimizer/physical/CreateIndex.hpp +++ b/query_optimizer/physical/CreateIndex.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/CreateTable.cpp b/query_optimizer/physical/CreateTable.cpp index d7c3732c..7d23b799 100644 --- a/query_optimizer/physical/CreateTable.cpp +++ b/query_optimizer/physical/CreateTable.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/CreateTable.hpp b/query_optimizer/physical/CreateTable.hpp index 181ff2b2..5619cfd5 100644 --- a/query_optimizer/physical/CreateTable.hpp +++ b/query_optimizer/physical/CreateTable.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/DeleteTuples.cpp b/query_optimizer/physical/DeleteTuples.cpp index ccce872f..6b3585c1 100644 --- a/query_optimizer/physical/DeleteTuples.cpp +++ b/query_optimizer/physical/DeleteTuples.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/DeleteTuples.hpp b/query_optimizer/physical/DeleteTuples.hpp index fed0a1de..5c9731b8 100644 --- a/query_optimizer/physical/DeleteTuples.hpp +++ b/query_optimizer/physical/DeleteTuples.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/DropTable.cpp b/query_optimizer/physical/DropTable.cpp index ab3ffd33..d09ad2cd 100644 --- a/query_optimizer/physical/DropTable.cpp +++ b/query_optimizer/physical/DropTable.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/DropTable.hpp b/query_optimizer/physical/DropTable.hpp index 9884f0b8..2f2193fd 100644 --- a/query_optimizer/physical/DropTable.hpp +++ b/query_optimizer/physical/DropTable.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/HashJoin.cpp b/query_optimizer/physical/HashJoin.cpp index 71c3692e..c8627f53 100644 --- a/query_optimizer/physical/HashJoin.cpp +++ b/query_optimizer/physical/HashJoin.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/HashJoin.hpp b/query_optimizer/physical/HashJoin.hpp index b904b5f5..502ad507 100644 --- a/query_optimizer/physical/HashJoin.hpp +++ b/query_optimizer/physical/HashJoin.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/InsertSelection.cpp b/query_optimizer/physical/InsertSelection.cpp index 0e452223..a27f726b 100644 --- a/query_optimizer/physical/InsertSelection.cpp +++ b/query_optimizer/physical/InsertSelection.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/InsertSelection.hpp b/query_optimizer/physical/InsertSelection.hpp index 8bdcfcba..081e8824 100644 --- a/query_optimizer/physical/InsertSelection.hpp +++ b/query_optimizer/physical/InsertSelection.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/InsertTuple.cpp b/query_optimizer/physical/InsertTuple.cpp index c49fa8a9..885142b6 100644 --- a/query_optimizer/physical/InsertTuple.cpp +++ b/query_optimizer/physical/InsertTuple.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/InsertTuple.hpp b/query_optimizer/physical/InsertTuple.hpp index 1c1799e2..a53edefa 100644 --- a/query_optimizer/physical/InsertTuple.hpp +++ b/query_optimizer/physical/InsertTuple.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/Join.hpp b/query_optimizer/physical/Join.hpp index d583dbda..89a7deab 100644 --- a/query_optimizer/physical/Join.hpp +++ b/query_optimizer/physical/Join.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/NestedLoopsJoin.cpp b/query_optimizer/physical/NestedLoopsJoin.cpp index 9ce20770..e3231fd2 100644 --- a/query_optimizer/physical/NestedLoopsJoin.cpp +++ b/query_optimizer/physical/NestedLoopsJoin.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/NestedLoopsJoin.hpp b/query_optimizer/physical/NestedLoopsJoin.hpp index 0f9350ce..bfd2b8c4 100644 --- a/query_optimizer/physical/NestedLoopsJoin.hpp +++ b/query_optimizer/physical/NestedLoopsJoin.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/OptimizerPhysicalModule.hpp b/query_optimizer/physical/OptimizerPhysicalModule.hpp index 2fef87e9..7b178e4f 100644 --- a/query_optimizer/physical/OptimizerPhysicalModule.hpp +++ b/query_optimizer/physical/OptimizerPhysicalModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/PatternMatcher.hpp b/query_optimizer/physical/PatternMatcher.hpp index fe932d5c..1b3d5905 100644 --- a/query_optimizer/physical/PatternMatcher.hpp +++ b/query_optimizer/physical/PatternMatcher.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/Physical.hpp b/query_optimizer/physical/Physical.hpp index 9fdbeb5e..8b3e5d47 100644 --- a/query_optimizer/physical/Physical.hpp +++ b/query_optimizer/physical/Physical.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/PhysicalType.hpp b/query_optimizer/physical/PhysicalType.hpp index b036557d..74ef39fe 100644 --- a/query_optimizer/physical/PhysicalType.hpp +++ b/query_optimizer/physical/PhysicalType.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/Sample.cpp b/query_optimizer/physical/Sample.cpp index 450f1409..be287665 100644 --- a/query_optimizer/physical/Sample.cpp +++ b/query_optimizer/physical/Sample.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/Sample.hpp b/query_optimizer/physical/Sample.hpp index 5dfa1a0b..589c6afc 100644 --- a/query_optimizer/physical/Sample.hpp +++ b/query_optimizer/physical/Sample.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/Selection.cpp b/query_optimizer/physical/Selection.cpp index 5e1a03f2..bf325352 100644 --- a/query_optimizer/physical/Selection.cpp +++ b/query_optimizer/physical/Selection.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/Selection.hpp b/query_optimizer/physical/Selection.hpp index d8c1319f..0593a6f8 100644 --- a/query_optimizer/physical/Selection.hpp +++ b/query_optimizer/physical/Selection.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/SharedSubplanReference.cpp b/query_optimizer/physical/SharedSubplanReference.cpp index eb33d325..1738951b 100644 --- a/query_optimizer/physical/SharedSubplanReference.cpp +++ b/query_optimizer/physical/SharedSubplanReference.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/SharedSubplanReference.hpp b/query_optimizer/physical/SharedSubplanReference.hpp index 4439256f..6acb370f 100644 --- a/query_optimizer/physical/SharedSubplanReference.hpp +++ b/query_optimizer/physical/SharedSubplanReference.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/Sort.cpp b/query_optimizer/physical/Sort.cpp index 7ca29acc..edb3a61b 100644 --- a/query_optimizer/physical/Sort.cpp +++ b/query_optimizer/physical/Sort.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/Sort.hpp b/query_optimizer/physical/Sort.hpp index dac7b5b0..16333848 100644 --- a/query_optimizer/physical/Sort.hpp +++ b/query_optimizer/physical/Sort.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/TableGenerator.hpp b/query_optimizer/physical/TableGenerator.hpp index 673c6756..1d292981 100644 --- a/query_optimizer/physical/TableGenerator.hpp +++ b/query_optimizer/physical/TableGenerator.hpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/TableReference.cpp b/query_optimizer/physical/TableReference.cpp index 4a66ddf0..9c5e9fb2 100644 --- a/query_optimizer/physical/TableReference.cpp +++ b/query_optimizer/physical/TableReference.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/TableReference.hpp b/query_optimizer/physical/TableReference.hpp index bde9b978..b47461d3 100644 --- a/query_optimizer/physical/TableReference.hpp +++ b/query_optimizer/physical/TableReference.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/TopLevelPlan.cpp b/query_optimizer/physical/TopLevelPlan.cpp index 8b291113..7d0b45e3 100644 --- a/query_optimizer/physical/TopLevelPlan.cpp +++ b/query_optimizer/physical/TopLevelPlan.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/TopLevelPlan.hpp b/query_optimizer/physical/TopLevelPlan.hpp index 5e655fc7..f874e353 100644 --- a/query_optimizer/physical/TopLevelPlan.hpp +++ b/query_optimizer/physical/TopLevelPlan.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/UpdateTable.cpp b/query_optimizer/physical/UpdateTable.cpp index e271239a..a4cff7f0 100644 --- a/query_optimizer/physical/UpdateTable.cpp +++ b/query_optimizer/physical/UpdateTable.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/physical/UpdateTable.hpp b/query_optimizer/physical/UpdateTable.hpp index 4a5b9926..bd33fed0 100644 --- a/query_optimizer/physical/UpdateTable.hpp +++ b/query_optimizer/physical/UpdateTable.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/resolver/CMakeLists.txt b/query_optimizer/resolver/CMakeLists.txt index 5959879c..c2e12850 100644 --- a/query_optimizer/resolver/CMakeLists.txt +++ b/query_optimizer/resolver/CMakeLists.txt @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/resolver/NameResolver.cpp b/query_optimizer/resolver/NameResolver.cpp index 9833f569..8aa39f2a 100644 --- a/query_optimizer/resolver/NameResolver.cpp +++ b/query_optimizer/resolver/NameResolver.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/resolver/NameResolver.hpp b/query_optimizer/resolver/NameResolver.hpp index 1618f4e5..e27e48af 100644 --- a/query_optimizer/resolver/NameResolver.hpp +++ b/query_optimizer/resolver/NameResolver.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/resolver/QueryResolverModule.hpp b/query_optimizer/resolver/QueryResolverModule.hpp index 37575897..9ddfbdbb 100644 --- a/query_optimizer/resolver/QueryResolverModule.hpp +++ b/query_optimizer/resolver/QueryResolverModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/resolver/Resolver.cpp b/query_optimizer/resolver/Resolver.cpp index 78985a04..fbc97cec 100644 --- a/query_optimizer/resolver/Resolver.cpp +++ b/query_optimizer/resolver/Resolver.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/resolver/Resolver.hpp b/query_optimizer/resolver/Resolver.hpp index a84c61ce..7568c078 100644 --- a/query_optimizer/resolver/Resolver.hpp +++ b/query_optimizer/resolver/Resolver.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/BottomUpRule.hpp b/query_optimizer/rules/BottomUpRule.hpp index 0acc199a..15d2390c 100644 --- a/query_optimizer/rules/BottomUpRule.hpp +++ b/query_optimizer/rules/BottomUpRule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/CMakeLists.txt b/query_optimizer/rules/CMakeLists.txt index 19901741..1628054e 100644 --- a/query_optimizer/rules/CMakeLists.txt +++ b/query_optimizer/rules/CMakeLists.txt @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/CollapseProject.cpp b/query_optimizer/rules/CollapseProject.cpp index 6f2fa131..55466788 100644 --- a/query_optimizer/rules/CollapseProject.cpp +++ b/query_optimizer/rules/CollapseProject.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/CollapseProject.hpp b/query_optimizer/rules/CollapseProject.hpp index db458647..c312ccbe 100644 --- a/query_optimizer/rules/CollapseProject.hpp +++ b/query_optimizer/rules/CollapseProject.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/GenerateJoins.cpp b/query_optimizer/rules/GenerateJoins.cpp index 174cf03b..5820972d 100644 --- a/query_optimizer/rules/GenerateJoins.cpp +++ b/query_optimizer/rules/GenerateJoins.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/GenerateJoins.hpp b/query_optimizer/rules/GenerateJoins.hpp index ecd1d136..91cf47a4 100644 --- a/query_optimizer/rules/GenerateJoins.hpp +++ b/query_optimizer/rules/GenerateJoins.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/OptimizerRulesModule.hpp b/query_optimizer/rules/OptimizerRulesModule.hpp index e6cfa1b1..720f5ef6 100644 --- a/query_optimizer/rules/OptimizerRulesModule.hpp +++ b/query_optimizer/rules/OptimizerRulesModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/PruneColumns.cpp b/query_optimizer/rules/PruneColumns.cpp index 5e47b980..d7645e77 100644 --- a/query_optimizer/rules/PruneColumns.cpp +++ b/query_optimizer/rules/PruneColumns.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/PruneColumns.hpp b/query_optimizer/rules/PruneColumns.hpp index 0188efa9..21d500d6 100644 --- a/query_optimizer/rules/PruneColumns.hpp +++ b/query_optimizer/rules/PruneColumns.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/PushDownFilter.cpp b/query_optimizer/rules/PushDownFilter.cpp index 5bf55455..181efcac 100644 --- a/query_optimizer/rules/PushDownFilter.cpp +++ b/query_optimizer/rules/PushDownFilter.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/PushDownFilter.hpp b/query_optimizer/rules/PushDownFilter.hpp index ed70d74f..e7d61636 100644 --- a/query_optimizer/rules/PushDownFilter.hpp +++ b/query_optimizer/rules/PushDownFilter.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/PushDownSemiAntiJoin.cpp b/query_optimizer/rules/PushDownSemiAntiJoin.cpp index d53970e9..ef430e9e 100644 --- a/query_optimizer/rules/PushDownSemiAntiJoin.cpp +++ b/query_optimizer/rules/PushDownSemiAntiJoin.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/PushDownSemiAntiJoin.hpp b/query_optimizer/rules/PushDownSemiAntiJoin.hpp index 7b1ea859..4c2a6299 100644 --- a/query_optimizer/rules/PushDownSemiAntiJoin.hpp +++ b/query_optimizer/rules/PushDownSemiAntiJoin.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/Rule.hpp b/query_optimizer/rules/Rule.hpp index 7e0e98ed..b13ef8ec 100644 --- a/query_optimizer/rules/Rule.hpp +++ b/query_optimizer/rules/Rule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/RuleHelper.cpp b/query_optimizer/rules/RuleHelper.cpp index a273004e..1672d74d 100644 --- a/query_optimizer/rules/RuleHelper.cpp +++ b/query_optimizer/rules/RuleHelper.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/RuleHelper.hpp b/query_optimizer/rules/RuleHelper.hpp index 4b7bb16f..a801b85a 100644 --- a/query_optimizer/rules/RuleHelper.hpp +++ b/query_optimizer/rules/RuleHelper.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/StarSchemaHashJoinOrderOptimization.cpp b/query_optimizer/rules/StarSchemaHashJoinOrderOptimization.cpp index 97706067..8766d81f 100644 --- a/query_optimizer/rules/StarSchemaHashJoinOrderOptimization.cpp +++ b/query_optimizer/rules/StarSchemaHashJoinOrderOptimization.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/StarSchemaHashJoinOrderOptimization.hpp b/query_optimizer/rules/StarSchemaHashJoinOrderOptimization.hpp index deddffd2..ecf44504 100644 --- a/query_optimizer/rules/StarSchemaHashJoinOrderOptimization.hpp +++ b/query_optimizer/rules/StarSchemaHashJoinOrderOptimization.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/TopDownRule.hpp b/query_optimizer/rules/TopDownRule.hpp index 81c3ac38..aaf04bc8 100644 --- a/query_optimizer/rules/TopDownRule.hpp +++ b/query_optimizer/rules/TopDownRule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/UnnestSubqueries.cpp b/query_optimizer/rules/UnnestSubqueries.cpp index d22ab8e2..93cdaee6 100644 --- a/query_optimizer/rules/UnnestSubqueries.cpp +++ b/query_optimizer/rules/UnnestSubqueries.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/UnnestSubqueries.hpp b/query_optimizer/rules/UnnestSubqueries.hpp index d51dfd51..3b3eec60 100644 --- a/query_optimizer/rules/UnnestSubqueries.hpp +++ b/query_optimizer/rules/UnnestSubqueries.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/UpdateExpression.cpp b/query_optimizer/rules/UpdateExpression.cpp index b99178c1..4c8b0812 100644 --- a/query_optimizer/rules/UpdateExpression.cpp +++ b/query_optimizer/rules/UpdateExpression.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/UpdateExpression.hpp b/query_optimizer/rules/UpdateExpression.hpp index 0c9fe5a7..48c76f90 100644 --- a/query_optimizer/rules/UpdateExpression.hpp +++ b/query_optimizer/rules/UpdateExpression.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/tests/CMakeLists.txt b/query_optimizer/rules/tests/CMakeLists.txt index eb0a6393..88de8e24 100644 --- a/query_optimizer/rules/tests/CMakeLists.txt +++ b/query_optimizer/rules/tests/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/tests/CollapseProject_unittest.cpp b/query_optimizer/rules/tests/CollapseProject_unittest.cpp index 17ee7b01..8f6dd66c 100644 --- a/query_optimizer/rules/tests/CollapseProject_unittest.cpp +++ b/query_optimizer/rules/tests/CollapseProject_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/tests/ExpressionRuleTest.hpp b/query_optimizer/rules/tests/ExpressionRuleTest.hpp index e32ff0ca..723e3bb2 100644 --- a/query_optimizer/rules/tests/ExpressionRuleTest.hpp +++ b/query_optimizer/rules/tests/ExpressionRuleTest.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/tests/GenerateJoins_unittest.cpp b/query_optimizer/rules/tests/GenerateJoins_unittest.cpp index b7db4319..c2055ba8 100644 --- a/query_optimizer/rules/tests/GenerateJoins_unittest.cpp +++ b/query_optimizer/rules/tests/GenerateJoins_unittest.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/tests/LogicalRuleTest.hpp b/query_optimizer/rules/tests/LogicalRuleTest.hpp index 211e83b1..4b2672e5 100644 --- a/query_optimizer/rules/tests/LogicalRuleTest.hpp +++ b/query_optimizer/rules/tests/LogicalRuleTest.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/tests/PhysicalRuleTest.hpp b/query_optimizer/rules/tests/PhysicalRuleTest.hpp index 0e9778b0..1b39a416 100644 --- a/query_optimizer/rules/tests/PhysicalRuleTest.hpp +++ b/query_optimizer/rules/tests/PhysicalRuleTest.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/tests/PruneColumns_unittest.cpp b/query_optimizer/rules/tests/PruneColumns_unittest.cpp index ff51abf4..bdeab3cf 100644 --- a/query_optimizer/rules/tests/PruneColumns_unittest.cpp +++ b/query_optimizer/rules/tests/PruneColumns_unittest.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/tests/PushDownFilter_unittest.cpp b/query_optimizer/rules/tests/PushDownFilter_unittest.cpp index d2d2db31..a751b149 100644 --- a/query_optimizer/rules/tests/PushDownFilter_unittest.cpp +++ b/query_optimizer/rules/tests/PushDownFilter_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/tests/RuleTest.hpp b/query_optimizer/rules/tests/RuleTest.hpp index f5efbe82..beaa0d43 100644 --- a/query_optimizer/rules/tests/RuleTest.hpp +++ b/query_optimizer/rules/tests/RuleTest.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/rules/tests/UpdateExpression_unittest.cpp b/query_optimizer/rules/tests/UpdateExpression_unittest.cpp index 1b3654bc..2dcf9938 100644 --- a/query_optimizer/rules/tests/UpdateExpression_unittest.cpp +++ b/query_optimizer/rules/tests/UpdateExpression_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/Aggregate.cpp b/query_optimizer/strategy/Aggregate.cpp index a05d37e4..9fd4390e 100644 --- a/query_optimizer/strategy/Aggregate.cpp +++ b/query_optimizer/strategy/Aggregate.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/Aggregate.hpp b/query_optimizer/strategy/Aggregate.hpp index 57474136..b145405f 100644 --- a/query_optimizer/strategy/Aggregate.hpp +++ b/query_optimizer/strategy/Aggregate.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/CMakeLists.txt b/query_optimizer/strategy/CMakeLists.txt index 74f5a4bb..72f787b5 100644 --- a/query_optimizer/strategy/CMakeLists.txt +++ b/query_optimizer/strategy/CMakeLists.txt @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/Join.cpp b/query_optimizer/strategy/Join.cpp index ceb3f4f2..e28b30f1 100644 --- a/query_optimizer/strategy/Join.cpp +++ b/query_optimizer/strategy/Join.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/Join.hpp b/query_optimizer/strategy/Join.hpp index efba2866..ce5f8b43 100644 --- a/query_optimizer/strategy/Join.hpp +++ b/query_optimizer/strategy/Join.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/OneToOne.cpp b/query_optimizer/strategy/OneToOne.cpp index 7f59151e..b8fafcfe 100644 --- a/query_optimizer/strategy/OneToOne.cpp +++ b/query_optimizer/strategy/OneToOne.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/OneToOne.hpp b/query_optimizer/strategy/OneToOne.hpp index 04cff650..18fde8d2 100644 --- a/query_optimizer/strategy/OneToOne.hpp +++ b/query_optimizer/strategy/OneToOne.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/OptimizerStrategyModule.hpp b/query_optimizer/strategy/OptimizerStrategyModule.hpp index 46eb5b8c..c7218bb0 100644 --- a/query_optimizer/strategy/OptimizerStrategyModule.hpp +++ b/query_optimizer/strategy/OptimizerStrategyModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/Selection.cpp b/query_optimizer/strategy/Selection.cpp index 2416448a..63135f54 100644 --- a/query_optimizer/strategy/Selection.cpp +++ b/query_optimizer/strategy/Selection.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/Selection.hpp b/query_optimizer/strategy/Selection.hpp index 8e4ee73c..9ef18d54 100644 --- a/query_optimizer/strategy/Selection.hpp +++ b/query_optimizer/strategy/Selection.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/Strategy.hpp b/query_optimizer/strategy/Strategy.hpp index 3dc027a8..6ced48f7 100644 --- a/query_optimizer/strategy/Strategy.hpp +++ b/query_optimizer/strategy/Strategy.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/tests/Aggregate_unittest.cpp b/query_optimizer/strategy/tests/Aggregate_unittest.cpp index 1f4eb955..f64eb321 100644 --- a/query_optimizer/strategy/tests/Aggregate_unittest.cpp +++ b/query_optimizer/strategy/tests/Aggregate_unittest.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/tests/CMakeLists.txt b/query_optimizer/strategy/tests/CMakeLists.txt index e9c1150d..d48b14f9 100644 --- a/query_optimizer/strategy/tests/CMakeLists.txt +++ b/query_optimizer/strategy/tests/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/tests/Join_unittest.cpp b/query_optimizer/strategy/tests/Join_unittest.cpp index bbfee05d..3e7f7dc5 100644 --- a/query_optimizer/strategy/tests/Join_unittest.cpp +++ b/query_optimizer/strategy/tests/Join_unittest.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/tests/OneToOne_unittest.cpp b/query_optimizer/strategy/tests/OneToOne_unittest.cpp index 957d2d4a..2a27f95e 100644 --- a/query_optimizer/strategy/tests/OneToOne_unittest.cpp +++ b/query_optimizer/strategy/tests/OneToOne_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/tests/Selection_unittest.cpp b/query_optimizer/strategy/tests/Selection_unittest.cpp index f6679de6..0b6f790e 100644 --- a/query_optimizer/strategy/tests/Selection_unittest.cpp +++ b/query_optimizer/strategy/tests/Selection_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/strategy/tests/StrategyTest.hpp b/query_optimizer/strategy/tests/StrategyTest.hpp index 2204211e..a8a2ae90 100644 --- a/query_optimizer/strategy/tests/StrategyTest.hpp +++ b/query_optimizer/strategy/tests/StrategyTest.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/CMakeLists.txt b/query_optimizer/tests/CMakeLists.txt index 07af4046..55d29388 100644 --- a/query_optimizer/tests/CMakeLists.txt +++ b/query_optimizer/tests/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/ExecutionGeneratorTest.cpp b/query_optimizer/tests/ExecutionGeneratorTest.cpp index 42b246bd..7069bc04 100644 --- a/query_optimizer/tests/ExecutionGeneratorTest.cpp +++ b/query_optimizer/tests/ExecutionGeneratorTest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/ExecutionGeneratorTestRunner.cpp b/query_optimizer/tests/ExecutionGeneratorTestRunner.cpp index 56b53ba8..5efb132d 100644 --- a/query_optimizer/tests/ExecutionGeneratorTestRunner.cpp +++ b/query_optimizer/tests/ExecutionGeneratorTestRunner.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/ExecutionGeneratorTestRunner.hpp b/query_optimizer/tests/ExecutionGeneratorTestRunner.hpp index 8352d557..93abebc8 100644 --- a/query_optimizer/tests/ExecutionGeneratorTestRunner.hpp +++ b/query_optimizer/tests/ExecutionGeneratorTestRunner.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/ExecutionHeuristics_unittest.cpp b/query_optimizer/tests/ExecutionHeuristics_unittest.cpp index 12acafff..5cbd489e 100644 --- a/query_optimizer/tests/ExecutionHeuristics_unittest.cpp +++ b/query_optimizer/tests/ExecutionHeuristics_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/OptimizerTest.cpp b/query_optimizer/tests/OptimizerTest.cpp index 3734719b..e48d1992 100644 --- a/query_optimizer/tests/OptimizerTest.cpp +++ b/query_optimizer/tests/OptimizerTest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/OptimizerTest.hpp b/query_optimizer/tests/OptimizerTest.hpp index 78d5a516..bdcc739f 100644 --- a/query_optimizer/tests/OptimizerTest.hpp +++ b/query_optimizer/tests/OptimizerTest.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/OptimizerTextTest.cpp b/query_optimizer/tests/OptimizerTextTest.cpp index f3c243b7..9ed1c893 100644 --- a/query_optimizer/tests/OptimizerTextTest.cpp +++ b/query_optimizer/tests/OptimizerTextTest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/OptimizerTextTestRunner.cpp b/query_optimizer/tests/OptimizerTextTestRunner.cpp index 251b64b9..f19e8175 100644 --- a/query_optimizer/tests/OptimizerTextTestRunner.cpp +++ b/query_optimizer/tests/OptimizerTextTestRunner.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/OptimizerTextTestRunner.hpp b/query_optimizer/tests/OptimizerTextTestRunner.hpp index 7904ac3b..c6efff72 100644 --- a/query_optimizer/tests/OptimizerTextTestRunner.hpp +++ b/query_optimizer/tests/OptimizerTextTestRunner.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/TestDatabaseLoader.cpp b/query_optimizer/tests/TestDatabaseLoader.cpp index 2de69b63..42d2279b 100644 --- a/query_optimizer/tests/TestDatabaseLoader.cpp +++ b/query_optimizer/tests/TestDatabaseLoader.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/TestDatabaseLoader.hpp b/query_optimizer/tests/TestDatabaseLoader.hpp index 80dbfd22..aadd5d27 100644 --- a/query_optimizer/tests/TestDatabaseLoader.hpp +++ b/query_optimizer/tests/TestDatabaseLoader.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/execution_generator/CMakeLists.txt b/query_optimizer/tests/execution_generator/CMakeLists.txt index 56bae162..037d1c6d 100644 --- a/query_optimizer/tests/execution_generator/CMakeLists.txt +++ b/query_optimizer/tests/execution_generator/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/execution_generator/Create.test b/query_optimizer/tests/execution_generator/Create.test index 94da3d6c..16a25a05 100644 --- a/query_optimizer/tests/execution_generator/Create.test +++ b/query_optimizer/tests/execution_generator/Create.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/execution_generator/Delete.test b/query_optimizer/tests/execution_generator/Delete.test index 8c6864c0..fcb2d32a 100644 --- a/query_optimizer/tests/execution_generator/Delete.test +++ b/query_optimizer/tests/execution_generator/Delete.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/execution_generator/Distinct.test b/query_optimizer/tests/execution_generator/Distinct.test index feab8982..3d0131b2 100644 --- a/query_optimizer/tests/execution_generator/Distinct.test +++ b/query_optimizer/tests/execution_generator/Distinct.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/execution_generator/Drop.test b/query_optimizer/tests/execution_generator/Drop.test index 44fd0f18..9346b88a 100644 --- a/query_optimizer/tests/execution_generator/Drop.test +++ b/query_optimizer/tests/execution_generator/Drop.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/execution_generator/Index.test b/query_optimizer/tests/execution_generator/Index.test index 749afcb0..713c051b 100644 --- a/query_optimizer/tests/execution_generator/Index.test +++ b/query_optimizer/tests/execution_generator/Index.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/execution_generator/Insert.test b/query_optimizer/tests/execution_generator/Insert.test index fd4cfde4..a5231ac0 100644 --- a/query_optimizer/tests/execution_generator/Insert.test +++ b/query_optimizer/tests/execution_generator/Insert.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/execution_generator/Join.test b/query_optimizer/tests/execution_generator/Join.test index 011d365c..db2fc945 100644 --- a/query_optimizer/tests/execution_generator/Join.test +++ b/query_optimizer/tests/execution_generator/Join.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/execution_generator/Select.test b/query_optimizer/tests/execution_generator/Select.test index 05f7108a..e4b79c7f 100644 --- a/query_optimizer/tests/execution_generator/Select.test +++ b/query_optimizer/tests/execution_generator/Select.test @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/execution_generator/StringPatternMatching.test b/query_optimizer/tests/execution_generator/StringPatternMatching.test index 122deebd..555526e5 100644 --- a/query_optimizer/tests/execution_generator/StringPatternMatching.test +++ b/query_optimizer/tests/execution_generator/StringPatternMatching.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/execution_generator/TableGenerator.test b/query_optimizer/tests/execution_generator/TableGenerator.test index 375635e4..eeab233d 100644 --- a/query_optimizer/tests/execution_generator/TableGenerator.test +++ b/query_optimizer/tests/execution_generator/TableGenerator.test @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/execution_generator/Update.test b/query_optimizer/tests/execution_generator/Update.test index 5b3709b9..6af2b7b7 100644 --- a/query_optimizer/tests/execution_generator/Update.test +++ b/query_optimizer/tests/execution_generator/Update.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/logical_generator/CMakeLists.txt b/query_optimizer/tests/logical_generator/CMakeLists.txt index 4edddfac..38a2b636 100644 --- a/query_optimizer/tests/logical_generator/CMakeLists.txt +++ b/query_optimizer/tests/logical_generator/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/logical_generator/Create.test b/query_optimizer/tests/logical_generator/Create.test index eb99759f..2c1cabd7 100644 --- a/query_optimizer/tests/logical_generator/Create.test +++ b/query_optimizer/tests/logical_generator/Create.test @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/logical_generator/Index.test b/query_optimizer/tests/logical_generator/Index.test index bbab3544..a8da64e7 100644 --- a/query_optimizer/tests/logical_generator/Index.test +++ b/query_optimizer/tests/logical_generator/Index.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/logical_generator/Join.test b/query_optimizer/tests/logical_generator/Join.test index a6452cc1..0aecf6b5 100644 --- a/query_optimizer/tests/logical_generator/Join.test +++ b/query_optimizer/tests/logical_generator/Join.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/logical_generator/Select.test b/query_optimizer/tests/logical_generator/Select.test index 3c152e81..fa983226 100644 --- a/query_optimizer/tests/logical_generator/Select.test +++ b/query_optimizer/tests/logical_generator/Select.test @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/physical_generator/CMakeLists.txt b/query_optimizer/tests/physical_generator/CMakeLists.txt index abc6d9bc..63a5d687 100644 --- a/query_optimizer/tests/physical_generator/CMakeLists.txt +++ b/query_optimizer/tests/physical_generator/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/physical_generator/Copy.test b/query_optimizer/tests/physical_generator/Copy.test index a43997c0..58f9452b 100644 --- a/query_optimizer/tests/physical_generator/Copy.test +++ b/query_optimizer/tests/physical_generator/Copy.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/physical_generator/Create.test b/query_optimizer/tests/physical_generator/Create.test index 8e6c64bf..5c860e58 100644 --- a/query_optimizer/tests/physical_generator/Create.test +++ b/query_optimizer/tests/physical_generator/Create.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/physical_generator/Delete.test b/query_optimizer/tests/physical_generator/Delete.test index 5bf302b4..d7a74e55 100644 --- a/query_optimizer/tests/physical_generator/Delete.test +++ b/query_optimizer/tests/physical_generator/Delete.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/physical_generator/Drop.test b/query_optimizer/tests/physical_generator/Drop.test index 4ff21616..e67c5a66 100644 --- a/query_optimizer/tests/physical_generator/Drop.test +++ b/query_optimizer/tests/physical_generator/Drop.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/physical_generator/Index.test b/query_optimizer/tests/physical_generator/Index.test index 2ef989a7..b6965166 100644 --- a/query_optimizer/tests/physical_generator/Index.test +++ b/query_optimizer/tests/physical_generator/Index.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/physical_generator/Insert.test b/query_optimizer/tests/physical_generator/Insert.test index 401fe9e6..2050d535 100644 --- a/query_optimizer/tests/physical_generator/Insert.test +++ b/query_optimizer/tests/physical_generator/Insert.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/physical_generator/Join.test b/query_optimizer/tests/physical_generator/Join.test index 45c9cbd4..ec70d98a 100644 --- a/query_optimizer/tests/physical_generator/Join.test +++ b/query_optimizer/tests/physical_generator/Join.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/physical_generator/Select.test b/query_optimizer/tests/physical_generator/Select.test index 33652065..7546bb3c 100644 --- a/query_optimizer/tests/physical_generator/Select.test +++ b/query_optimizer/tests/physical_generator/Select.test @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/physical_generator/Update.test b/query_optimizer/tests/physical_generator/Update.test index e7537405..6356355d 100644 --- a/query_optimizer/tests/physical_generator/Update.test +++ b/query_optimizer/tests/physical_generator/Update.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/resolver/Aggregate.test b/query_optimizer/tests/resolver/Aggregate.test index 318378b6..2013186c 100644 --- a/query_optimizer/tests/resolver/Aggregate.test +++ b/query_optimizer/tests/resolver/Aggregate.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/resolver/CMakeLists.txt b/query_optimizer/tests/resolver/CMakeLists.txt index 4d5a5040..a42e37cc 100644 --- a/query_optimizer/tests/resolver/CMakeLists.txt +++ b/query_optimizer/tests/resolver/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/resolver/Copy.test b/query_optimizer/tests/resolver/Copy.test index 916efbc3..13e3eb6b 100644 --- a/query_optimizer/tests/resolver/Copy.test +++ b/query_optimizer/tests/resolver/Copy.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/resolver/Create.test b/query_optimizer/tests/resolver/Create.test index 63f7ac9c..f1ade7fa 100644 --- a/query_optimizer/tests/resolver/Create.test +++ b/query_optimizer/tests/resolver/Create.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/resolver/Delete.test b/query_optimizer/tests/resolver/Delete.test index 2729591e..e1cabae2 100644 --- a/query_optimizer/tests/resolver/Delete.test +++ b/query_optimizer/tests/resolver/Delete.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/resolver/Drop.test b/query_optimizer/tests/resolver/Drop.test index 6fc71d59..9e245ff1 100644 --- a/query_optimizer/tests/resolver/Drop.test +++ b/query_optimizer/tests/resolver/Drop.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/resolver/Index.test b/query_optimizer/tests/resolver/Index.test index 11641726..153c8e66 100644 --- a/query_optimizer/tests/resolver/Index.test +++ b/query_optimizer/tests/resolver/Index.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/resolver/Insert.test b/query_optimizer/tests/resolver/Insert.test index a2ab47ea..785868c1 100644 --- a/query_optimizer/tests/resolver/Insert.test +++ b/query_optimizer/tests/resolver/Insert.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/resolver/Join.test b/query_optimizer/tests/resolver/Join.test index 3443e2bf..d07371cf 100644 --- a/query_optimizer/tests/resolver/Join.test +++ b/query_optimizer/tests/resolver/Join.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/resolver/Select.test b/query_optimizer/tests/resolver/Select.test index 141bfa0e..57fd77f6 100644 --- a/query_optimizer/tests/resolver/Select.test +++ b/query_optimizer/tests/resolver/Select.test @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/query_optimizer/tests/resolver/Update.test b/query_optimizer/tests/resolver/Update.test index c0cba33c..83adbbe9 100644 --- a/query_optimizer/tests/resolver/Update.test +++ b/query_optimizer/tests/resolver/Update.test @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/AggregationOperator.cpp b/relational_operators/AggregationOperator.cpp index 1b935ee8..aad3be26 100644 --- a/relational_operators/AggregationOperator.cpp +++ b/relational_operators/AggregationOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/AggregationOperator.hpp b/relational_operators/AggregationOperator.hpp index 0e74dfc9..31f80cf3 100644 --- a/relational_operators/AggregationOperator.hpp +++ b/relational_operators/AggregationOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/BuildHashOperator.cpp b/relational_operators/BuildHashOperator.cpp index df921590..91024707 100644 --- a/relational_operators/BuildHashOperator.cpp +++ b/relational_operators/BuildHashOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/BuildHashOperator.hpp b/relational_operators/BuildHashOperator.hpp index f9d830f6..32ed88a9 100644 --- a/relational_operators/BuildHashOperator.hpp +++ b/relational_operators/BuildHashOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/CMakeLists.txt b/relational_operators/CMakeLists.txt index eec5300e..baff82d4 100644 --- a/relational_operators/CMakeLists.txt +++ b/relational_operators/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/CreateIndexOperator.cpp b/relational_operators/CreateIndexOperator.cpp index ed8830b7..bbef4bc2 100644 --- a/relational_operators/CreateIndexOperator.cpp +++ b/relational_operators/CreateIndexOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/CreateIndexOperator.hpp b/relational_operators/CreateIndexOperator.hpp index 2bfacc45..31df137d 100644 --- a/relational_operators/CreateIndexOperator.hpp +++ b/relational_operators/CreateIndexOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/CreateTableOperator.cpp b/relational_operators/CreateTableOperator.cpp index 81bf11a2..9febb188 100644 --- a/relational_operators/CreateTableOperator.cpp +++ b/relational_operators/CreateTableOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/CreateTableOperator.hpp b/relational_operators/CreateTableOperator.hpp index 98f32535..4eaa780a 100644 --- a/relational_operators/CreateTableOperator.hpp +++ b/relational_operators/CreateTableOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/DeleteOperator.cpp b/relational_operators/DeleteOperator.cpp index 2c2c6de8..9e98b30c 100644 --- a/relational_operators/DeleteOperator.cpp +++ b/relational_operators/DeleteOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/DeleteOperator.hpp b/relational_operators/DeleteOperator.hpp index 1d445527..d416e76f 100644 --- a/relational_operators/DeleteOperator.hpp +++ b/relational_operators/DeleteOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/DestroyHashOperator.cpp b/relational_operators/DestroyHashOperator.cpp index c2220d5d..bdeb2a4c 100644 --- a/relational_operators/DestroyHashOperator.cpp +++ b/relational_operators/DestroyHashOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/DestroyHashOperator.hpp b/relational_operators/DestroyHashOperator.hpp index 46331ba1..a5c52e99 100644 --- a/relational_operators/DestroyHashOperator.hpp +++ b/relational_operators/DestroyHashOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/DropTableOperator.cpp b/relational_operators/DropTableOperator.cpp index f3a3a2c7..6cce7537 100644 --- a/relational_operators/DropTableOperator.cpp +++ b/relational_operators/DropTableOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/DropTableOperator.hpp b/relational_operators/DropTableOperator.hpp index bf9b1b17..c0245f41 100644 --- a/relational_operators/DropTableOperator.hpp +++ b/relational_operators/DropTableOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/FinalizeAggregationOperator.cpp b/relational_operators/FinalizeAggregationOperator.cpp index 410ec695..0ede42be 100644 --- a/relational_operators/FinalizeAggregationOperator.cpp +++ b/relational_operators/FinalizeAggregationOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/FinalizeAggregationOperator.hpp b/relational_operators/FinalizeAggregationOperator.hpp index fb9608a1..daafa2f1 100644 --- a/relational_operators/FinalizeAggregationOperator.hpp +++ b/relational_operators/FinalizeAggregationOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/HashJoinOperator.cpp b/relational_operators/HashJoinOperator.cpp index aa037949..b1675faf 100644 --- a/relational_operators/HashJoinOperator.cpp +++ b/relational_operators/HashJoinOperator.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/HashJoinOperator.hpp b/relational_operators/HashJoinOperator.hpp index fcc087ac..6033bd80 100644 --- a/relational_operators/HashJoinOperator.hpp +++ b/relational_operators/HashJoinOperator.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/InsertOperator.cpp b/relational_operators/InsertOperator.cpp index 8d083e59..89900cae 100644 --- a/relational_operators/InsertOperator.cpp +++ b/relational_operators/InsertOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/InsertOperator.hpp b/relational_operators/InsertOperator.hpp index 8a06c941..6d1887e2 100644 --- a/relational_operators/InsertOperator.hpp +++ b/relational_operators/InsertOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/NestedLoopsJoinOperator.cpp b/relational_operators/NestedLoopsJoinOperator.cpp index 5cc498b8..edb5d0c5 100644 --- a/relational_operators/NestedLoopsJoinOperator.cpp +++ b/relational_operators/NestedLoopsJoinOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/NestedLoopsJoinOperator.hpp b/relational_operators/NestedLoopsJoinOperator.hpp index a52ca25e..dd702c21 100644 --- a/relational_operators/NestedLoopsJoinOperator.hpp +++ b/relational_operators/NestedLoopsJoinOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/RebuildWorkOrder.hpp b/relational_operators/RebuildWorkOrder.hpp index 5443d484..92735f57 100644 --- a/relational_operators/RebuildWorkOrder.hpp +++ b/relational_operators/RebuildWorkOrder.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/RelationalOperator.hpp b/relational_operators/RelationalOperator.hpp index 75fde179..7f78690d 100644 --- a/relational_operators/RelationalOperator.hpp +++ b/relational_operators/RelationalOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/RelationalOperatorsModule.hpp b/relational_operators/RelationalOperatorsModule.hpp index 094c9a7e..659e9a50 100644 --- a/relational_operators/RelationalOperatorsModule.hpp +++ b/relational_operators/RelationalOperatorsModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/SampleOperator.cpp b/relational_operators/SampleOperator.cpp index 6842b286..34963bc5 100644 --- a/relational_operators/SampleOperator.cpp +++ b/relational_operators/SampleOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/SampleOperator.hpp b/relational_operators/SampleOperator.hpp index 305de342..8bca2726 100644 --- a/relational_operators/SampleOperator.hpp +++ b/relational_operators/SampleOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/SaveBlocksOperator.cpp b/relational_operators/SaveBlocksOperator.cpp index ac614077..8ec99fc8 100644 --- a/relational_operators/SaveBlocksOperator.cpp +++ b/relational_operators/SaveBlocksOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/SaveBlocksOperator.hpp b/relational_operators/SaveBlocksOperator.hpp index 49195ea2..b444489e 100644 --- a/relational_operators/SaveBlocksOperator.hpp +++ b/relational_operators/SaveBlocksOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/SelectOperator.cpp b/relational_operators/SelectOperator.cpp index 69bb4340..fcc21a66 100644 --- a/relational_operators/SelectOperator.cpp +++ b/relational_operators/SelectOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/SelectOperator.hpp b/relational_operators/SelectOperator.hpp index 76f4cb6f..ae9a0d73 100644 --- a/relational_operators/SelectOperator.hpp +++ b/relational_operators/SelectOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/SortMergeRunOperator.cpp b/relational_operators/SortMergeRunOperator.cpp index 7427d44f..57e48ac5 100644 --- a/relational_operators/SortMergeRunOperator.cpp +++ b/relational_operators/SortMergeRunOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/SortMergeRunOperator.hpp b/relational_operators/SortMergeRunOperator.hpp index f92affe6..fe019369 100644 --- a/relational_operators/SortMergeRunOperator.hpp +++ b/relational_operators/SortMergeRunOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/SortMergeRunOperator.proto b/relational_operators/SortMergeRunOperator.proto index 3b8a7778..79fcdd4b 100644 --- a/relational_operators/SortMergeRunOperator.proto +++ b/relational_operators/SortMergeRunOperator.proto @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/SortMergeRunOperatorHelpers.cpp b/relational_operators/SortMergeRunOperatorHelpers.cpp index 4b8c0d91..110e8599 100644 --- a/relational_operators/SortMergeRunOperatorHelpers.cpp +++ b/relational_operators/SortMergeRunOperatorHelpers.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/SortMergeRunOperatorHelpers.hpp b/relational_operators/SortMergeRunOperatorHelpers.hpp index 37e1c944..f09a8af6 100644 --- a/relational_operators/SortMergeRunOperatorHelpers.hpp +++ b/relational_operators/SortMergeRunOperatorHelpers.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/SortRunGenerationOperator.cpp b/relational_operators/SortRunGenerationOperator.cpp index 9bb3f51f..2267b5c7 100644 --- a/relational_operators/SortRunGenerationOperator.cpp +++ b/relational_operators/SortRunGenerationOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/SortRunGenerationOperator.hpp b/relational_operators/SortRunGenerationOperator.hpp index 04290a99..f2b8403f 100644 --- a/relational_operators/SortRunGenerationOperator.hpp +++ b/relational_operators/SortRunGenerationOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/TableGeneratorOperator.cpp b/relational_operators/TableGeneratorOperator.cpp index 886d05f8..5516df01 100644 --- a/relational_operators/TableGeneratorOperator.cpp +++ b/relational_operators/TableGeneratorOperator.cpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/TableGeneratorOperator.hpp b/relational_operators/TableGeneratorOperator.hpp index a26b227d..165fa1a6 100644 --- a/relational_operators/TableGeneratorOperator.hpp +++ b/relational_operators/TableGeneratorOperator.hpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/TextScanOperator.cpp b/relational_operators/TextScanOperator.cpp index 5ede6f72..0ef72d97 100644 --- a/relational_operators/TextScanOperator.cpp +++ b/relational_operators/TextScanOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/TextScanOperator.hpp b/relational_operators/TextScanOperator.hpp index a2d4ced7..cb7e219b 100644 --- a/relational_operators/TextScanOperator.hpp +++ b/relational_operators/TextScanOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/TextScanOperator.proto b/relational_operators/TextScanOperator.proto index 8ead3f3a..ba58ca64 100644 --- a/relational_operators/TextScanOperator.proto +++ b/relational_operators/TextScanOperator.proto @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/UpdateOperator.cpp b/relational_operators/UpdateOperator.cpp index 7585db16..4dcb341b 100644 --- a/relational_operators/UpdateOperator.cpp +++ b/relational_operators/UpdateOperator.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/UpdateOperator.hpp b/relational_operators/UpdateOperator.hpp index 78f8fe0b..98015290 100644 --- a/relational_operators/UpdateOperator.hpp +++ b/relational_operators/UpdateOperator.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/WorkOrder.hpp b/relational_operators/WorkOrder.hpp index 42cec2ab..4543dc88 100644 --- a/relational_operators/WorkOrder.hpp +++ b/relational_operators/WorkOrder.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/WorkOrder.proto b/relational_operators/WorkOrder.proto index 5d0619af..f607c2e4 100644 --- a/relational_operators/WorkOrder.proto +++ b/relational_operators/WorkOrder.proto @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/WorkOrderFactory.cpp b/relational_operators/WorkOrderFactory.cpp index 4157d0fe..269baf2d 100644 --- a/relational_operators/WorkOrderFactory.cpp +++ b/relational_operators/WorkOrderFactory.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/WorkOrderFactory.hpp b/relational_operators/WorkOrderFactory.hpp index a870d095..6f0b87cb 100644 --- a/relational_operators/WorkOrderFactory.hpp +++ b/relational_operators/WorkOrderFactory.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/tests/AggregationOperator_unittest.cpp b/relational_operators/tests/AggregationOperator_unittest.cpp index f2207c2d..b24e6ad2 100644 --- a/relational_operators/tests/AggregationOperator_unittest.cpp +++ b/relational_operators/tests/AggregationOperator_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/tests/HashJoinOperator_unittest.cpp b/relational_operators/tests/HashJoinOperator_unittest.cpp index 333c3f03..f4760056 100644 --- a/relational_operators/tests/HashJoinOperator_unittest.cpp +++ b/relational_operators/tests/HashJoinOperator_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/tests/SortMergeRunOperator_unittest.cpp b/relational_operators/tests/SortMergeRunOperator_unittest.cpp index 50c508dd..ee16bab4 100644 --- a/relational_operators/tests/SortMergeRunOperator_unittest.cpp +++ b/relational_operators/tests/SortMergeRunOperator_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/tests/SortRunGenerationOperator_unittest.cpp b/relational_operators/tests/SortRunGenerationOperator_unittest.cpp index 7491778f..d9e755e5 100644 --- a/relational_operators/tests/SortRunGenerationOperator_unittest.cpp +++ b/relational_operators/tests/SortRunGenerationOperator_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/relational_operators/tests/TextScanOperator_unittest.cpp b/relational_operators/tests/TextScanOperator_unittest.cpp index 1dfad7b5..392eb6b9 100644 --- a/relational_operators/tests/TextScanOperator_unittest.cpp +++ b/relational_operators/tests/TextScanOperator_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/AggregationOperationState.cpp b/storage/AggregationOperationState.cpp index 4878cf1f..1a01c352 100644 --- a/storage/AggregationOperationState.cpp +++ b/storage/AggregationOperationState.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/AggregationOperationState.hpp b/storage/AggregationOperationState.hpp index 0199749c..d7766993 100644 --- a/storage/AggregationOperationState.hpp +++ b/storage/AggregationOperationState.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/AggregationOperationState.proto b/storage/AggregationOperationState.proto index bf78e3aa..9353f6bb 100644 --- a/storage/AggregationOperationState.proto +++ b/storage/AggregationOperationState.proto @@ -7,7 +7,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/BasicColumnStoreTupleStorageSubBlock.cpp b/storage/BasicColumnStoreTupleStorageSubBlock.cpp index 0c913ff9..b3dcf330 100644 --- a/storage/BasicColumnStoreTupleStorageSubBlock.cpp +++ b/storage/BasicColumnStoreTupleStorageSubBlock.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/BasicColumnStoreTupleStorageSubBlock.hpp b/storage/BasicColumnStoreTupleStorageSubBlock.hpp index 6c72c788..1a7deea9 100644 --- a/storage/BasicColumnStoreTupleStorageSubBlock.hpp +++ b/storage/BasicColumnStoreTupleStorageSubBlock.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/BasicColumnStoreValueAccessor.hpp b/storage/BasicColumnStoreValueAccessor.hpp index 759e1874..5f8fc429 100644 --- a/storage/BasicColumnStoreValueAccessor.hpp +++ b/storage/BasicColumnStoreValueAccessor.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/BloomFilterIndexSubBlock.cpp b/storage/BloomFilterIndexSubBlock.cpp index e8062171..ffe21b53 100644 --- a/storage/BloomFilterIndexSubBlock.cpp +++ b/storage/BloomFilterIndexSubBlock.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/BloomFilterIndexSubBlock.hpp b/storage/BloomFilterIndexSubBlock.hpp index 4925673e..8bec00f7 100644 --- a/storage/BloomFilterIndexSubBlock.hpp +++ b/storage/BloomFilterIndexSubBlock.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CMakeLists.txt b/storage/CMakeLists.txt index 87a5e54d..715a0623 100644 --- a/storage/CMakeLists.txt +++ b/storage/CMakeLists.txt @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CSBTreeIndexSubBlock.cpp b/storage/CSBTreeIndexSubBlock.cpp index 8535398f..85abba1f 100644 --- a/storage/CSBTreeIndexSubBlock.cpp +++ b/storage/CSBTreeIndexSubBlock.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CSBTreeIndexSubBlock.hpp b/storage/CSBTreeIndexSubBlock.hpp index 24e2ab5b..d1b21922 100644 --- a/storage/CSBTreeIndexSubBlock.hpp +++ b/storage/CSBTreeIndexSubBlock.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/ColumnStoreUtil.cpp b/storage/ColumnStoreUtil.cpp index 13553762..32d4c4f1 100644 --- a/storage/ColumnStoreUtil.cpp +++ b/storage/ColumnStoreUtil.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/ColumnStoreUtil.hpp b/storage/ColumnStoreUtil.hpp index eec452c2..8e298d1b 100644 --- a/storage/ColumnStoreUtil.hpp +++ b/storage/ColumnStoreUtil.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CompressedBlockBuilder.cpp b/storage/CompressedBlockBuilder.cpp index 4a181eb1..7596a70d 100644 --- a/storage/CompressedBlockBuilder.cpp +++ b/storage/CompressedBlockBuilder.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CompressedBlockBuilder.hpp b/storage/CompressedBlockBuilder.hpp index 0e66de65..bdd06204 100644 --- a/storage/CompressedBlockBuilder.hpp +++ b/storage/CompressedBlockBuilder.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CompressedColumnStoreTupleStorageSubBlock.cpp b/storage/CompressedColumnStoreTupleStorageSubBlock.cpp index 1173a845..8ed9603b 100644 --- a/storage/CompressedColumnStoreTupleStorageSubBlock.cpp +++ b/storage/CompressedColumnStoreTupleStorageSubBlock.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CompressedColumnStoreTupleStorageSubBlock.hpp b/storage/CompressedColumnStoreTupleStorageSubBlock.hpp index ad354309..3f1f0847 100644 --- a/storage/CompressedColumnStoreTupleStorageSubBlock.hpp +++ b/storage/CompressedColumnStoreTupleStorageSubBlock.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CompressedColumnStoreValueAccessor.hpp b/storage/CompressedColumnStoreValueAccessor.hpp index 64eb3156..cd01c1eb 100644 --- a/storage/CompressedColumnStoreValueAccessor.hpp +++ b/storage/CompressedColumnStoreValueAccessor.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CompressedPackedRowStoreTupleStorageSubBlock.cpp b/storage/CompressedPackedRowStoreTupleStorageSubBlock.cpp index 163e7df0..21d6068b 100644 --- a/storage/CompressedPackedRowStoreTupleStorageSubBlock.cpp +++ b/storage/CompressedPackedRowStoreTupleStorageSubBlock.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CompressedPackedRowStoreTupleStorageSubBlock.hpp b/storage/CompressedPackedRowStoreTupleStorageSubBlock.hpp index c9abecd6..52275a14 100644 --- a/storage/CompressedPackedRowStoreTupleStorageSubBlock.hpp +++ b/storage/CompressedPackedRowStoreTupleStorageSubBlock.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CompressedPackedRowStoreValueAccessor.hpp b/storage/CompressedPackedRowStoreValueAccessor.hpp index 024b0ec1..3011651f 100644 --- a/storage/CompressedPackedRowStoreValueAccessor.hpp +++ b/storage/CompressedPackedRowStoreValueAccessor.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CompressedStoreUtil.cpp b/storage/CompressedStoreUtil.cpp index e9ed6a8d..9b4e1b38 100644 --- a/storage/CompressedStoreUtil.cpp +++ b/storage/CompressedStoreUtil.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CompressedStoreUtil.hpp b/storage/CompressedStoreUtil.hpp index 019f52c7..5952ed16 100644 --- a/storage/CompressedStoreUtil.hpp +++ b/storage/CompressedStoreUtil.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CompressedTupleStorageSubBlock.cpp b/storage/CompressedTupleStorageSubBlock.cpp index 53379f6e..b9d21d14 100644 --- a/storage/CompressedTupleStorageSubBlock.cpp +++ b/storage/CompressedTupleStorageSubBlock.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CompressedTupleStorageSubBlock.hpp b/storage/CompressedTupleStorageSubBlock.hpp index 19ebc7f6..b8850c5e 100644 --- a/storage/CompressedTupleStorageSubBlock.hpp +++ b/storage/CompressedTupleStorageSubBlock.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/CountedReference.hpp b/storage/CountedReference.hpp index 10a8a874..af5663f4 100644 --- a/storage/CountedReference.hpp +++ b/storage/CountedReference.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/EvictionPolicy.cpp b/storage/EvictionPolicy.cpp index b7e00339..69db205e 100644 --- a/storage/EvictionPolicy.cpp +++ b/storage/EvictionPolicy.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/EvictionPolicy.hpp b/storage/EvictionPolicy.hpp index ae2a258b..9312f789 100644 --- a/storage/EvictionPolicy.hpp +++ b/storage/EvictionPolicy.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/FileManager.hpp b/storage/FileManager.hpp index b1790712..296e9323 100644 --- a/storage/FileManager.hpp +++ b/storage/FileManager.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/FileManagerHdfs.cpp b/storage/FileManagerHdfs.cpp index e8f048b4..2c418556 100644 --- a/storage/FileManagerHdfs.cpp +++ b/storage/FileManagerHdfs.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/FileManagerHdfs.hpp b/storage/FileManagerHdfs.hpp index 440a5e45..e0cf81e0 100644 --- a/storage/FileManagerHdfs.hpp +++ b/storage/FileManagerHdfs.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/FileManagerLocal.hpp b/storage/FileManagerLocal.hpp index 4f9f7b18..77711376 100644 --- a/storage/FileManagerLocal.hpp +++ b/storage/FileManagerLocal.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/FileManagerPosix.cpp b/storage/FileManagerPosix.cpp index 0346f0d5..e574d045 100644 --- a/storage/FileManagerPosix.cpp +++ b/storage/FileManagerPosix.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/FileManagerPosix.hpp b/storage/FileManagerPosix.hpp index b2aea276..968efb6e 100644 --- a/storage/FileManagerPosix.hpp +++ b/storage/FileManagerPosix.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/FileManagerWindows.cpp b/storage/FileManagerWindows.cpp index b1763ec1..089f9e2f 100644 --- a/storage/FileManagerWindows.cpp +++ b/storage/FileManagerWindows.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/FileManagerWindows.hpp b/storage/FileManagerWindows.hpp index e7b3aa8d..160e6642 100644 --- a/storage/FileManagerWindows.hpp +++ b/storage/FileManagerWindows.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/HashTable.hpp b/storage/HashTable.hpp index be31fd91..865d8242 100644 --- a/storage/HashTable.hpp +++ b/storage/HashTable.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/HashTable.proto b/storage/HashTable.proto index 7f00f296..5db95b90 100644 --- a/storage/HashTable.proto +++ b/storage/HashTable.proto @@ -7,7 +7,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/HashTableBase.hpp b/storage/HashTableBase.hpp index c37c1ec8..62221b64 100644 --- a/storage/HashTableBase.hpp +++ b/storage/HashTableBase.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/HashTableFactory.cpp b/storage/HashTableFactory.cpp index 5bc19e6b..697339e7 100644 --- a/storage/HashTableFactory.cpp +++ b/storage/HashTableFactory.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/HashTableFactory.hpp b/storage/HashTableFactory.hpp index 34baaeb0..b8785dc8 100644 --- a/storage/HashTableFactory.hpp +++ b/storage/HashTableFactory.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/HashTableKeyManager.hpp b/storage/HashTableKeyManager.hpp index 98485dc0..8efaa11a 100644 --- a/storage/HashTableKeyManager.hpp +++ b/storage/HashTableKeyManager.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/HashTablePool.hpp b/storage/HashTablePool.hpp index c16d0f1c..5aba63f6 100644 --- a/storage/HashTablePool.hpp +++ b/storage/HashTablePool.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/IndexSubBlock.hpp b/storage/IndexSubBlock.hpp index 5a1cfff2..5a4cb2c8 100644 --- a/storage/IndexSubBlock.hpp +++ b/storage/IndexSubBlock.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/IndexSubBlockDescriptionFactory.hpp b/storage/IndexSubBlockDescriptionFactory.hpp index 5e7f5a10..13cbbb62 100644 --- a/storage/IndexSubBlockDescriptionFactory.hpp +++ b/storage/IndexSubBlockDescriptionFactory.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/InsertDestination.cpp b/storage/InsertDestination.cpp index 354bed4e..b2d16066 100644 --- a/storage/InsertDestination.cpp +++ b/storage/InsertDestination.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/InsertDestination.hpp b/storage/InsertDestination.hpp index 670cd6ce..00b19f9d 100644 --- a/storage/InsertDestination.hpp +++ b/storage/InsertDestination.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/InsertDestination.proto b/storage/InsertDestination.proto index 60835396..fc1e8050 100644 --- a/storage/InsertDestination.proto +++ b/storage/InsertDestination.proto @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/InsertDestinationInterface.hpp b/storage/InsertDestinationInterface.hpp index a66a1491..19136c6e 100644 --- a/storage/InsertDestinationInterface.hpp +++ b/storage/InsertDestinationInterface.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/LinearOpenAddressingHashTable.hpp b/storage/LinearOpenAddressingHashTable.hpp index 438a2d12..8ff1f37d 100644 --- a/storage/LinearOpenAddressingHashTable.hpp +++ b/storage/LinearOpenAddressingHashTable.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/PackedRowStoreTupleStorageSubBlock.cpp b/storage/PackedRowStoreTupleStorageSubBlock.cpp index ef83a29c..fc696e3c 100644 --- a/storage/PackedRowStoreTupleStorageSubBlock.cpp +++ b/storage/PackedRowStoreTupleStorageSubBlock.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/PackedRowStoreTupleStorageSubBlock.hpp b/storage/PackedRowStoreTupleStorageSubBlock.hpp index 9a208dc0..096cd7ae 100644 --- a/storage/PackedRowStoreTupleStorageSubBlock.hpp +++ b/storage/PackedRowStoreTupleStorageSubBlock.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/PackedRowStoreValueAccessor.hpp b/storage/PackedRowStoreValueAccessor.hpp index 03a975e1..b55ca348 100644 --- a/storage/PackedRowStoreValueAccessor.hpp +++ b/storage/PackedRowStoreValueAccessor.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/PreloaderThread.cpp b/storage/PreloaderThread.cpp index 4bfa9c52..05ea6a12 100644 --- a/storage/PreloaderThread.cpp +++ b/storage/PreloaderThread.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/PreloaderThread.hpp b/storage/PreloaderThread.hpp index 16df34a4..f196d37a 100644 --- a/storage/PreloaderThread.hpp +++ b/storage/PreloaderThread.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/SMAIndexSubBlock.cpp b/storage/SMAIndexSubBlock.cpp index 3a1ccc2b..ebab6136 100644 --- a/storage/SMAIndexSubBlock.cpp +++ b/storage/SMAIndexSubBlock.cpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/SMAIndexSubBlock.hpp b/storage/SMAIndexSubBlock.hpp index 895add9c..34358b5a 100644 --- a/storage/SMAIndexSubBlock.hpp +++ b/storage/SMAIndexSubBlock.hpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/SeparateChainingHashTable.hpp b/storage/SeparateChainingHashTable.hpp index c096b1b5..3bb08822 100644 --- a/storage/SeparateChainingHashTable.hpp +++ b/storage/SeparateChainingHashTable.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/SimpleScalarSeparateChainingHashTable.cpp b/storage/SimpleScalarSeparateChainingHashTable.cpp index 85e1b834..1d930b35 100644 --- a/storage/SimpleScalarSeparateChainingHashTable.cpp +++ b/storage/SimpleScalarSeparateChainingHashTable.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/SimpleScalarSeparateChainingHashTable.hpp b/storage/SimpleScalarSeparateChainingHashTable.hpp index eda6c869..ad9e71cb 100644 --- a/storage/SimpleScalarSeparateChainingHashTable.hpp +++ b/storage/SimpleScalarSeparateChainingHashTable.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/SplitRowStoreTupleStorageSubBlock.cpp b/storage/SplitRowStoreTupleStorageSubBlock.cpp index 6c70d0fa..d4269351 100644 --- a/storage/SplitRowStoreTupleStorageSubBlock.cpp +++ b/storage/SplitRowStoreTupleStorageSubBlock.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/SplitRowStoreTupleStorageSubBlock.hpp b/storage/SplitRowStoreTupleStorageSubBlock.hpp index 2e46bbb5..b1011315 100644 --- a/storage/SplitRowStoreTupleStorageSubBlock.hpp +++ b/storage/SplitRowStoreTupleStorageSubBlock.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/SplitRowStoreValueAccessor.hpp b/storage/SplitRowStoreValueAccessor.hpp index 9ea1a3ae..8c98fb52 100644 --- a/storage/SplitRowStoreValueAccessor.hpp +++ b/storage/SplitRowStoreValueAccessor.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageBlob.hpp b/storage/StorageBlob.hpp index 272a51ab..2b634528 100644 --- a/storage/StorageBlob.hpp +++ b/storage/StorageBlob.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageBlock.cpp b/storage/StorageBlock.cpp index fdd438d3..32bb11e2 100644 --- a/storage/StorageBlock.cpp +++ b/storage/StorageBlock.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageBlock.hpp b/storage/StorageBlock.hpp index 3ae3812a..6f5dc50f 100644 --- a/storage/StorageBlock.hpp +++ b/storage/StorageBlock.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageBlockBase.hpp b/storage/StorageBlockBase.hpp index 78368eee..64d699f9 100644 --- a/storage/StorageBlockBase.hpp +++ b/storage/StorageBlockBase.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageBlockInfo.cpp b/storage/StorageBlockInfo.cpp index 39c9d0e6..e13d1a63 100644 --- a/storage/StorageBlockInfo.cpp +++ b/storage/StorageBlockInfo.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageBlockInfo.hpp b/storage/StorageBlockInfo.hpp index c18a8a21..67ad6f6f 100644 --- a/storage/StorageBlockInfo.hpp +++ b/storage/StorageBlockInfo.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageBlockLayout.cpp b/storage/StorageBlockLayout.cpp index e28fc55f..115bc4c9 100644 --- a/storage/StorageBlockLayout.cpp +++ b/storage/StorageBlockLayout.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageBlockLayout.hpp b/storage/StorageBlockLayout.hpp index 97a5704f..8b0a5b03 100644 --- a/storage/StorageBlockLayout.hpp +++ b/storage/StorageBlockLayout.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageBlockLayout.proto b/storage/StorageBlockLayout.proto index 9e13fbec..a538f09f 100644 --- a/storage/StorageBlockLayout.proto +++ b/storage/StorageBlockLayout.proto @@ -7,7 +7,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageConfig.h.in b/storage/StorageConfig.h.in index eee1be94..7290bbb5 100644 --- a/storage/StorageConfig.h.in +++ b/storage/StorageConfig.h.in @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageConstants.hpp b/storage/StorageConstants.hpp index 0609cba8..29e75f10 100644 --- a/storage/StorageConstants.hpp +++ b/storage/StorageConstants.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageErrors.cpp b/storage/StorageErrors.cpp index 2d38d9a9..1c8361d8 100644 --- a/storage/StorageErrors.cpp +++ b/storage/StorageErrors.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageErrors.hpp b/storage/StorageErrors.hpp index d55867b6..c05a4743 100644 --- a/storage/StorageErrors.hpp +++ b/storage/StorageErrors.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageManager.cpp b/storage/StorageManager.cpp index 5d91052c..5466609b 100644 --- a/storage/StorageManager.cpp +++ b/storage/StorageManager.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageManager.hpp b/storage/StorageManager.hpp index 52326c2b..da28d1fd 100644 --- a/storage/StorageManager.hpp +++ b/storage/StorageManager.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/StorageModule.hpp b/storage/StorageModule.hpp index 444f350e..5fa040ad 100644 --- a/storage/StorageModule.hpp +++ b/storage/StorageModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/SubBlockTypeRegistry.cpp b/storage/SubBlockTypeRegistry.cpp index f519c735..9905b1b2 100644 --- a/storage/SubBlockTypeRegistry.cpp +++ b/storage/SubBlockTypeRegistry.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/SubBlockTypeRegistry.hpp b/storage/SubBlockTypeRegistry.hpp index e930fb43..c5a54051 100644 --- a/storage/SubBlockTypeRegistry.hpp +++ b/storage/SubBlockTypeRegistry.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/SubBlockTypeRegistryMacros.hpp b/storage/SubBlockTypeRegistryMacros.hpp index 8a13baef..1c32a76c 100644 --- a/storage/SubBlockTypeRegistryMacros.hpp +++ b/storage/SubBlockTypeRegistryMacros.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/SubBlocksReference.hpp b/storage/SubBlocksReference.hpp index 8c0d6df0..81715035 100644 --- a/storage/SubBlocksReference.hpp +++ b/storage/SubBlocksReference.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/TupleIdSequence.hpp b/storage/TupleIdSequence.hpp index 096eb9dd..c30bc2e4 100644 --- a/storage/TupleIdSequence.hpp +++ b/storage/TupleIdSequence.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/TupleReference.hpp b/storage/TupleReference.hpp index 303282f1..01f6694e 100644 --- a/storage/TupleReference.hpp +++ b/storage/TupleReference.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/TupleStorageSubBlock.cpp b/storage/TupleStorageSubBlock.cpp index aafcd33d..8dbbcf32 100644 --- a/storage/TupleStorageSubBlock.cpp +++ b/storage/TupleStorageSubBlock.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/TupleStorageSubBlock.hpp b/storage/TupleStorageSubBlock.hpp index 6da4698a..c3c58538 100644 --- a/storage/TupleStorageSubBlock.hpp +++ b/storage/TupleStorageSubBlock.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/ValueAccessor.hpp b/storage/ValueAccessor.hpp index e2a898e3..86f40c71 100644 --- a/storage/ValueAccessor.hpp +++ b/storage/ValueAccessor.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/ValueAccessorUtil.hpp b/storage/ValueAccessorUtil.hpp index 8d0c315d..2b5575fe 100644 --- a/storage/ValueAccessorUtil.hpp +++ b/storage/ValueAccessorUtil.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/AggregationOperationState_unittest.cpp b/storage/tests/AggregationOperationState_unittest.cpp index 261e333f..53908524 100644 --- a/storage/tests/AggregationOperationState_unittest.cpp +++ b/storage/tests/AggregationOperationState_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/BasicColumnStoreTupleStorageSubBlock_unittest.cpp b/storage/tests/BasicColumnStoreTupleStorageSubBlock_unittest.cpp index e5476f79..d42213c3 100644 --- a/storage/tests/BasicColumnStoreTupleStorageSubBlock_unittest.cpp +++ b/storage/tests/BasicColumnStoreTupleStorageSubBlock_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/BloomFilterIndexSubBlock_unittest.cpp b/storage/tests/BloomFilterIndexSubBlock_unittest.cpp index a9feae4b..499928f4 100644 --- a/storage/tests/BloomFilterIndexSubBlock_unittest.cpp +++ b/storage/tests/BloomFilterIndexSubBlock_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/CSBTreeIndexSubBlock_unittest.cpp b/storage/tests/CSBTreeIndexSubBlock_unittest.cpp index 1815dfda..6be344c8 100644 --- a/storage/tests/CSBTreeIndexSubBlock_unittest.cpp +++ b/storage/tests/CSBTreeIndexSubBlock_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/CSBTreePrettyPrinter.cpp b/storage/tests/CSBTreePrettyPrinter.cpp index c3ef1313..9c62e282 100644 --- a/storage/tests/CSBTreePrettyPrinter.cpp +++ b/storage/tests/CSBTreePrettyPrinter.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/CSBTreePrettyPrinter.hpp b/storage/tests/CSBTreePrettyPrinter.hpp index e36e7e61..fd3602df 100644 --- a/storage/tests/CSBTreePrettyPrinter.hpp +++ b/storage/tests/CSBTreePrettyPrinter.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/CompressedColumnStoreTupleStorageSubBlock_unittest.cpp b/storage/tests/CompressedColumnStoreTupleStorageSubBlock_unittest.cpp index a7c491ee..d2390614 100644 --- a/storage/tests/CompressedColumnStoreTupleStorageSubBlock_unittest.cpp +++ b/storage/tests/CompressedColumnStoreTupleStorageSubBlock_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/CompressedPackedRowStoreTupleStorageSubBlock_unittest.cpp b/storage/tests/CompressedPackedRowStoreTupleStorageSubBlock_unittest.cpp index 5bf85674..6ee7c606 100644 --- a/storage/tests/CompressedPackedRowStoreTupleStorageSubBlock_unittest.cpp +++ b/storage/tests/CompressedPackedRowStoreTupleStorageSubBlock_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/EvictionPolicy_unittest.cpp b/storage/tests/EvictionPolicy_unittest.cpp index 674de32b..6e43b34e 100644 --- a/storage/tests/EvictionPolicy_unittest.cpp +++ b/storage/tests/EvictionPolicy_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/FileManagerHdfs_unittest.cpp b/storage/tests/FileManagerHdfs_unittest.cpp index cd59160e..02fe79a6 100644 --- a/storage/tests/FileManagerHdfs_unittest.cpp +++ b/storage/tests/FileManagerHdfs_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/FileManagerLocal_unittest.cpp b/storage/tests/FileManagerLocal_unittest.cpp index a2e71394..c0a657e8 100644 --- a/storage/tests/FileManagerLocal_unittest.cpp +++ b/storage/tests/FileManagerLocal_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/FileManager_unittest_common.hpp b/storage/tests/FileManager_unittest_common.hpp index 6ea87ddd..f1fa953c 100644 --- a/storage/tests/FileManager_unittest_common.hpp +++ b/storage/tests/FileManager_unittest_common.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/HashTable_unittest_common.hpp b/storage/tests/HashTable_unittest_common.hpp index c1df6d16..65d9f7e1 100644 --- a/storage/tests/HashTable_unittest_common.hpp +++ b/storage/tests/HashTable_unittest_common.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/LinearOpenAddressingHashTable_unittest.cpp b/storage/tests/LinearOpenAddressingHashTable_unittest.cpp index 9d8b89a3..57bf0b11 100644 --- a/storage/tests/LinearOpenAddressingHashTable_unittest.cpp +++ b/storage/tests/LinearOpenAddressingHashTable_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/MockTupleStorageSubBlock.hpp b/storage/tests/MockTupleStorageSubBlock.hpp index d55cc075..56ec8c5e 100644 --- a/storage/tests/MockTupleStorageSubBlock.hpp +++ b/storage/tests/MockTupleStorageSubBlock.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/PackedRowStoreTupleStorageSubBlock_unittest.cpp b/storage/tests/PackedRowStoreTupleStorageSubBlock_unittest.cpp index d4ab0b64..217be4c4 100644 --- a/storage/tests/PackedRowStoreTupleStorageSubBlock_unittest.cpp +++ b/storage/tests/PackedRowStoreTupleStorageSubBlock_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/SMAIndexSubBlock_unittest.cpp b/storage/tests/SMAIndexSubBlock_unittest.cpp index ad842c28..6b8ea858 100644 --- a/storage/tests/SMAIndexSubBlock_unittest.cpp +++ b/storage/tests/SMAIndexSubBlock_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/SeparateChainingHashTable_unittest.cpp b/storage/tests/SeparateChainingHashTable_unittest.cpp index 3ecd8184..2c8286ae 100644 --- a/storage/tests/SeparateChainingHashTable_unittest.cpp +++ b/storage/tests/SeparateChainingHashTable_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/SimpleScalarSeparateChainingHashTable_unittest.cpp b/storage/tests/SimpleScalarSeparateChainingHashTable_unittest.cpp index 31996635..06e42e37 100644 --- a/storage/tests/SimpleScalarSeparateChainingHashTable_unittest.cpp +++ b/storage/tests/SimpleScalarSeparateChainingHashTable_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/SplitRowStoreTupleStorageSubBlock_unittest.cpp b/storage/tests/SplitRowStoreTupleStorageSubBlock_unittest.cpp index 43a85f7a..ea2816a1 100644 --- a/storage/tests/SplitRowStoreTupleStorageSubBlock_unittest.cpp +++ b/storage/tests/SplitRowStoreTupleStorageSubBlock_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/StorageBlockSort_unittest.cpp b/storage/tests/StorageBlockSort_unittest.cpp index e4e31e26..39fee75b 100644 --- a/storage/tests/StorageBlockSort_unittest.cpp +++ b/storage/tests/StorageBlockSort_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/StorageManager_unittest.cpp b/storage/tests/StorageManager_unittest.cpp index 4c252a18..132772bd 100644 --- a/storage/tests/StorageManager_unittest.cpp +++ b/storage/tests/StorageManager_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/StorageTestConfig.h.in b/storage/tests/StorageTestConfig.h.in index 9db581dd..43064a40 100644 --- a/storage/tests/StorageTestConfig.h.in +++ b/storage/tests/StorageTestConfig.h.in @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/storage/tests/TupleStorePredicateUtil.hpp b/storage/tests/TupleStorePredicateUtil.hpp index a2a57772..09ae9ff5 100644 --- a/storage/tests/TupleStorePredicateUtil.hpp +++ b/storage/tests/TupleStorePredicateUtil.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/benchmark/LICENSE b/third_party/benchmark/LICENSE index d6456956..62589edd 100644 --- a/third_party/benchmark/LICENSE +++ b/third_party/benchmark/LICENSE @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/benchmark/include/benchmark/macros.h b/third_party/benchmark/include/benchmark/macros.h index 5e75ed32..c8eb2701 100644 --- a/third_party/benchmark/include/benchmark/macros.h +++ b/third_party/benchmark/include/benchmark/macros.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/benchmark/src/benchmark.cc b/third_party/benchmark/src/benchmark.cc index d4f6f1b3..49ae0198 100644 --- a/third_party/benchmark/src/benchmark.cc +++ b/third_party/benchmark/src/benchmark.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/benchmark/src/colorprint.cc b/third_party/benchmark/src/colorprint.cc index 783797b8..50fd67f9 100644 --- a/third_party/benchmark/src/colorprint.cc +++ b/third_party/benchmark/src/colorprint.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/benchmark/src/commandlineflags.cc b/third_party/benchmark/src/commandlineflags.cc index 06246e93..2d67cafa 100644 --- a/third_party/benchmark/src/commandlineflags.cc +++ b/third_party/benchmark/src/commandlineflags.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/benchmark/src/re.h b/third_party/benchmark/src/re.h index 54117b10..75ec6bd6 100644 --- a/third_party/benchmark/src/re.h +++ b/third_party/benchmark/src/re.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/benchmark/src/re_posix.cc b/third_party/benchmark/src/re_posix.cc index e8fe1fc9..5993c328 100644 --- a/third_party/benchmark/src/re_posix.cc +++ b/third_party/benchmark/src/re_posix.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/benchmark/src/re_std.cc b/third_party/benchmark/src/re_std.cc index cfd7a218..7ed58bc5 100644 --- a/third_party/benchmark/src/re_std.cc +++ b/third_party/benchmark/src/re_std.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/benchmark/src/sleep.cc b/third_party/benchmark/src/sleep.cc index 4dfb4d90..a4f7ea43 100644 --- a/third_party/benchmark/src/sleep.cc +++ b/third_party/benchmark/src/sleep.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/benchmark/src/sysinfo.cc b/third_party/benchmark/src/sysinfo.cc index ee3c238e..20124897 100644 --- a/third_party/benchmark/src/sysinfo.cc +++ b/third_party/benchmark/src/sysinfo.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/benchmark/src/walltime.cc b/third_party/benchmark/src/walltime.cc index 39c04975..12aa3c58 100644 --- a/third_party/benchmark/src/walltime.cc +++ b/third_party/benchmark/src/walltime.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/protobuf_cmake/CMakeLists.txt b/third_party/protobuf_cmake/CMakeLists.txt index 22c61940..3743e037 100644 --- a/third_party/protobuf_cmake/CMakeLists.txt +++ b/third_party/protobuf_cmake/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/re2_cmake/CMakeLists.txt b/third_party/re2_cmake/CMakeLists.txt index 7d4889c9..1944207d 100644 --- a/third_party/re2_cmake/CMakeLists.txt +++ b/third_party/re2_cmake/CMakeLists.txt @@ -8,7 +8,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/CMakeLists.txt b/third_party/tmb/CMakeLists.txt index f22efa74..9d4adbbd 100644 --- a/third_party/tmb/CMakeLists.txt +++ b/third_party/tmb/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/CMakeLists.txt b/third_party/tmb/benchmarks/CMakeLists.txt index ca08a24a..f60705ec 100644 --- a/third_party/tmb/benchmarks/CMakeLists.txt +++ b/third_party/tmb/benchmarks/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/include/tmbbench/affinity.h b/third_party/tmb/benchmarks/include/tmbbench/affinity.h index 85fa1eaf..453334bb 100644 --- a/third_party/tmb/benchmarks/include/tmbbench/affinity.h +++ b/third_party/tmb/benchmarks/include/tmbbench/affinity.h @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/include/tmbbench/bus_setup.h b/third_party/tmb/benchmarks/include/tmbbench/bus_setup.h index b4ac3836..37c3befa 100644 --- a/third_party/tmb/benchmarks/include/tmbbench/bus_setup.h +++ b/third_party/tmb/benchmarks/include/tmbbench/bus_setup.h @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/include/tmbbench/messages.h b/third_party/tmb/benchmarks/include/tmbbench/messages.h index ce9fadbf..a09d9e9f 100644 --- a/third_party/tmb/benchmarks/include/tmbbench/messages.h +++ b/third_party/tmb/benchmarks/include/tmbbench/messages.h @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/include/tmbbench/receiver_thread.h b/third_party/tmb/benchmarks/include/tmbbench/receiver_thread.h index 561c4f2d..4dbb6b88 100644 --- a/third_party/tmb/benchmarks/include/tmbbench/receiver_thread.h +++ b/third_party/tmb/benchmarks/include/tmbbench/receiver_thread.h @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/include/tmbbench/sender_thread.h b/third_party/tmb/benchmarks/include/tmbbench/sender_thread.h index 14d0e8e0..37978b90 100644 --- a/third_party/tmb/benchmarks/include/tmbbench/sender_thread.h +++ b/third_party/tmb/benchmarks/include/tmbbench/sender_thread.h @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/include/tmbbench/thread.h b/third_party/tmb/benchmarks/include/tmbbench/thread.h index 1f5b6721..e1c68854 100644 --- a/third_party/tmb/benchmarks/include/tmbbench/thread.h +++ b/third_party/tmb/benchmarks/include/tmbbench/thread.h @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/src/affinity.cc b/third_party/tmb/benchmarks/src/affinity.cc index 9c3b6eaa..9ec97766 100644 --- a/third_party/tmb/benchmarks/src/affinity.cc +++ b/third_party/tmb/benchmarks/src/affinity.cc @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/src/bus_setup.cc b/third_party/tmb/benchmarks/src/bus_setup.cc index 3fc9c9ca..a726d313 100644 --- a/third_party/tmb/benchmarks/src/bus_setup.cc +++ b/third_party/tmb/benchmarks/src/bus_setup.cc @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/src/oneway_throughput.cc b/third_party/tmb/benchmarks/src/oneway_throughput.cc index 54c78a7a..a54c08b2 100644 --- a/third_party/tmb/benchmarks/src/oneway_throughput.cc +++ b/third_party/tmb/benchmarks/src/oneway_throughput.cc @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/src/oneway_throughput_distributed.cc b/third_party/tmb/benchmarks/src/oneway_throughput_distributed.cc index bd581e34..0308249a 100644 --- a/third_party/tmb/benchmarks/src/oneway_throughput_distributed.cc +++ b/third_party/tmb/benchmarks/src/oneway_throughput_distributed.cc @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/src/oneway_throughput_distributed_coordinator.cc b/third_party/tmb/benchmarks/src/oneway_throughput_distributed_coordinator.cc index 5ac2702a..f3093dcc 100644 --- a/third_party/tmb/benchmarks/src/oneway_throughput_distributed_coordinator.cc +++ b/third_party/tmb/benchmarks/src/oneway_throughput_distributed_coordinator.cc @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/src/oneway_throughput_numa.cc b/third_party/tmb/benchmarks/src/oneway_throughput_numa.cc index 33084f24..e9c53bd8 100644 --- a/third_party/tmb/benchmarks/src/oneway_throughput_numa.cc +++ b/third_party/tmb/benchmarks/src/oneway_throughput_numa.cc @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/src/receiver_thread.cc b/third_party/tmb/benchmarks/src/receiver_thread.cc index 8420b913..153681ec 100644 --- a/third_party/tmb/benchmarks/src/receiver_thread.cc +++ b/third_party/tmb/benchmarks/src/receiver_thread.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/src/reset_bus.cc b/third_party/tmb/benchmarks/src/reset_bus.cc index 2ac90c56..e12f0338 100644 --- a/third_party/tmb/benchmarks/src/reset_bus.cc +++ b/third_party/tmb/benchmarks/src/reset_bus.cc @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/src/sender_thread.cc b/third_party/tmb/benchmarks/src/sender_thread.cc index ad207cb2..7d07ec01 100644 --- a/third_party/tmb/benchmarks/src/sender_thread.cc +++ b/third_party/tmb/benchmarks/src/sender_thread.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/benchmarks/src/thread.cc b/third_party/tmb/benchmarks/src/thread.cc index e1711d88..cc1a066b 100644 --- a/third_party/tmb/benchmarks/src/thread.cc +++ b/third_party/tmb/benchmarks/src/thread.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/cmake/FindGrpc++.cmake b/third_party/tmb/cmake/FindGrpc++.cmake index c3d7196e..4b702607 100644 --- a/third_party/tmb/cmake/FindGrpc++.cmake +++ b/third_party/tmb/cmake/FindGrpc++.cmake @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/cmake/FindLevelDB.cmake b/third_party/tmb/cmake/FindLevelDB.cmake index b4d5b0ff..4abfd993 100644 --- a/third_party/tmb/cmake/FindLevelDB.cmake +++ b/third_party/tmb/cmake/FindLevelDB.cmake @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/cmake/FindProtobuf3.cmake b/third_party/tmb/cmake/FindProtobuf3.cmake index b5c8084d..6c5bd9d9 100644 --- a/third_party/tmb/cmake/FindProtobuf3.cmake +++ b/third_party/tmb/cmake/FindProtobuf3.cmake @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/cmake/FindSQLite3.cmake b/third_party/tmb/cmake/FindSQLite3.cmake index fa8de867..ec08557f 100644 --- a/third_party/tmb/cmake/FindSQLite3.cmake +++ b/third_party/tmb/cmake/FindSQLite3.cmake @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/cmake/FindVoltDB.cmake b/third_party/tmb/cmake/FindVoltDB.cmake index da39f7cb..0d3e5987 100644 --- a/third_party/tmb/cmake/FindVoltDB.cmake +++ b/third_party/tmb/cmake/FindVoltDB.cmake @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/cmake/FindZookeeper.cmake b/third_party/tmb/cmake/FindZookeeper.cmake index ab20405d..fc4da1ce 100644 --- a/third_party/tmb/cmake/FindZookeeper.cmake +++ b/third_party/tmb/cmake/FindZookeeper.cmake @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/address.h b/third_party/tmb/include/tmb/address.h index f09e7656..b834e013 100644 --- a/third_party/tmb/include/tmb/address.h +++ b/third_party/tmb/include/tmb/address.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/cancellation_token.h b/third_party/tmb/include/tmb/cancellation_token.h index d860a8a0..196fa099 100644 --- a/third_party/tmb/include/tmb/cancellation_token.h +++ b/third_party/tmb/include/tmb/cancellation_token.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/id_typedefs.h b/third_party/tmb/include/tmb/id_typedefs.h index 0c573993..593c45b4 100644 --- a/third_party/tmb/include/tmb/id_typedefs.h +++ b/third_party/tmb/include/tmb/id_typedefs.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/c_string_buffer.h b/third_party/tmb/include/tmb/internal/c_string_buffer.h index ce0af2fa..8622ed9a 100644 --- a/third_party/tmb/include/tmb/internal/c_string_buffer.h +++ b/third_party/tmb/include/tmb/internal/c_string_buffer.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/cache_info.h b/third_party/tmb/include/tmb/internal/cache_info.h index 6d4bd7bd..8b0d38e1 100644 --- a/third_party/tmb/include/tmb/internal/cache_info.h +++ b/third_party/tmb/include/tmb/internal/cache_info.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/container_pusher.h b/third_party/tmb/include/tmb/internal/container_pusher.h index ad453d1c..3b6f73d8 100644 --- a/third_party/tmb/include/tmb/internal/container_pusher.h +++ b/third_party/tmb/include/tmb/internal/container_pusher.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/crc32.h b/third_party/tmb/include/tmb/internal/crc32.h index ec14b9df..02bbf1e3 100644 --- a/third_party/tmb/include/tmb/internal/crc32.h +++ b/third_party/tmb/include/tmb/internal/crc32.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/heap_receiver_message_queue.h b/third_party/tmb/include/tmb/internal/heap_receiver_message_queue.h index 9f1d65be..9c42348a 100644 --- a/third_party/tmb/include/tmb/internal/heap_receiver_message_queue.h +++ b/third_party/tmb/include/tmb/internal/heap_receiver_message_queue.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/iterator_adapter.h b/third_party/tmb/include/tmb/internal/iterator_adapter.h index 6fd3e740..e892e05f 100644 --- a/third_party/tmb/include/tmb/internal/iterator_adapter.h +++ b/third_party/tmb/include/tmb/internal/iterator_adapter.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/leveldb_key_comparator.h b/third_party/tmb/include/tmb/internal/leveldb_key_comparator.h index 63d35ed0..ff60936e 100644 --- a/third_party/tmb/include/tmb/internal/leveldb_key_comparator.h +++ b/third_party/tmb/include/tmb/internal/leveldb_key_comparator.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/leveldb_keys.h b/third_party/tmb/include/tmb/internal/leveldb_keys.h index c639d8ec..1b524b33 100644 --- a/third_party/tmb/include/tmb/internal/leveldb_keys.h +++ b/third_party/tmb/include/tmb/internal/leveldb_keys.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/lock_free_garbage_collector.h b/third_party/tmb/include/tmb/internal/lock_free_garbage_collector.h index 1d7c77a7..98e40568 100644 --- a/third_party/tmb/include/tmb/internal/lock_free_garbage_collector.h +++ b/third_party/tmb/include/tmb/internal/lock_free_garbage_collector.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/lock_free_stack.h b/third_party/tmb/include/tmb/internal/lock_free_stack.h index 3da52ac9..95f28b34 100644 --- a/third_party/tmb/include/tmb/internal/lock_free_stack.h +++ b/third_party/tmb/include/tmb/internal/lock_free_stack.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/log_read_status.h b/third_party/tmb/include/tmb/internal/log_read_status.h index aed5dc43..a5b7c5a7 100644 --- a/third_party/tmb/include/tmb/internal/log_read_status.h +++ b/third_party/tmb/include/tmb/internal/log_read_status.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/log_reader_base.h b/third_party/tmb/include/tmb/internal/log_reader_base.h index 4463ea1e..84a7bfee 100644 --- a/third_party/tmb/include/tmb/internal/log_reader_base.h +++ b/third_party/tmb/include/tmb/internal/log_reader_base.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/log_reader_posix.h b/third_party/tmb/include/tmb/internal/log_reader_posix.h index 5a4e74e3..be2b0a25 100644 --- a/third_party/tmb/include/tmb/internal/log_reader_posix.h +++ b/third_party/tmb/include/tmb/internal/log_reader_posix.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/log_reader_stdio.h b/third_party/tmb/include/tmb/internal/log_reader_stdio.h index 9754e5bc..3493b0c0 100644 --- a/third_party/tmb/include/tmb/internal/log_reader_stdio.h +++ b/third_party/tmb/include/tmb/internal/log_reader_stdio.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/log_record_header.h b/third_party/tmb/include/tmb/internal/log_record_header.h index b57dcf0f..f95fd7e3 100644 --- a/third_party/tmb/include/tmb/internal/log_record_header.h +++ b/third_party/tmb/include/tmb/internal/log_record_header.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/log_writer_base.h b/third_party/tmb/include/tmb/internal/log_writer_base.h index 29679fec..9f351ec0 100644 --- a/third_party/tmb/include/tmb/internal/log_writer_base.h +++ b/third_party/tmb/include/tmb/internal/log_writer_base.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/log_writer_posix.h b/third_party/tmb/include/tmb/internal/log_writer_posix.h index 3c209f31..5ce5fc04 100644 --- a/third_party/tmb/include/tmb/internal/log_writer_posix.h +++ b/third_party/tmb/include/tmb/internal/log_writer_posix.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/log_writer_stdio.h b/third_party/tmb/include/tmb/internal/log_writer_stdio.h index fdcfa468..24c5ec3d 100644 --- a/third_party/tmb/include/tmb/internal/log_writer_stdio.h +++ b/third_party/tmb/include/tmb/internal/log_writer_stdio.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/logging_constants.h b/third_party/tmb/include/tmb/internal/logging_constants.h index 967ac520..5b699e39 100644 --- a/third_party/tmb/include/tmb/internal/logging_constants.h +++ b/third_party/tmb/include/tmb/internal/logging_constants.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/memory_based_message_bus.h b/third_party/tmb/include/tmb/internal/memory_based_message_bus.h index a0f0e5a6..2e712f34 100644 --- a/third_party/tmb/include/tmb/internal/memory_based_message_bus.h +++ b/third_party/tmb/include/tmb/internal/memory_based_message_bus.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/memory_mirror_cancellation_set.h b/third_party/tmb/include/tmb/internal/memory_mirror_cancellation_set.h index 729c1605..2d781cb8 100644 --- a/third_party/tmb/include/tmb/internal/memory_mirror_cancellation_set.h +++ b/third_party/tmb/include/tmb/internal/memory_mirror_cancellation_set.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/memory_mirror_delete_batch.h b/third_party/tmb/include/tmb/internal/memory_mirror_delete_batch.h index adbae5f1..53b95c07 100644 --- a/third_party/tmb/include/tmb/internal/memory_mirror_delete_batch.h +++ b/third_party/tmb/include/tmb/internal/memory_mirror_delete_batch.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/message_metadata.h b/third_party/tmb/include/tmb/internal/message_metadata.h index f9380ae9..c933d068 100644 --- a/third_party/tmb/include/tmb/internal/message_metadata.h +++ b/third_party/tmb/include/tmb/internal/message_metadata.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/native_transaction_log.h b/third_party/tmb/include/tmb/internal/native_transaction_log.h index 5d216152..c8c675a3 100644 --- a/third_party/tmb/include/tmb/internal/native_transaction_log.h +++ b/third_party/tmb/include/tmb/internal/native_transaction_log.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/net_memory_container_pusher.h b/third_party/tmb/include/tmb/internal/net_memory_container_pusher.h index b796532d..ebadc1aa 100644 --- a/third_party/tmb/include/tmb/internal/net_memory_container_pusher.h +++ b/third_party/tmb/include/tmb/internal/net_memory_container_pusher.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/net_message_removal_interface.h b/third_party/tmb/include/tmb/internal/net_message_removal_interface.h index 678d2111..91e5a89a 100644 --- a/third_party/tmb/include/tmb/internal/net_message_removal_interface.h +++ b/third_party/tmb/include/tmb/internal/net_message_removal_interface.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/net_service_impl.h b/third_party/tmb/include/tmb/internal/net_service_impl.h index b0ab81ab..1bcc07b9 100644 --- a/third_party/tmb/include/tmb/internal/net_service_impl.h +++ b/third_party/tmb/include/tmb/internal/net_service_impl.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/persistent_bus_state_interface.h b/third_party/tmb/include/tmb/internal/persistent_bus_state_interface.h index 9fe1779b..2f6a6d2a 100644 --- a/third_party/tmb/include/tmb/internal/persistent_bus_state_interface.h +++ b/third_party/tmb/include/tmb/internal/persistent_bus_state_interface.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/queued_message.h b/third_party/tmb/include/tmb/internal/queued_message.h index ba86bfbb..cec78f92 100644 --- a/third_party/tmb/include/tmb/internal/queued_message.h +++ b/third_party/tmb/include/tmb/internal/queued_message.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/rcu.h b/third_party/tmb/include/tmb/internal/rcu.h index 2007d32b..806a1629 100644 --- a/third_party/tmb/include/tmb/internal/rcu.h +++ b/third_party/tmb/include/tmb/internal/rcu.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/shared_bool.h b/third_party/tmb/include/tmb/internal/shared_bool.h index a63239a5..7583a8cb 100644 --- a/third_party/tmb/include/tmb/internal/shared_bool.h +++ b/third_party/tmb/include/tmb/internal/shared_bool.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/sqlite_connection.h b/third_party/tmb/include/tmb/internal/sqlite_connection.h index f4ecaaff..ec8ab168 100644 --- a/third_party/tmb/include/tmb/internal/sqlite_connection.h +++ b/third_party/tmb/include/tmb/internal/sqlite_connection.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/sqlite_connection_pool.h b/third_party/tmb/include/tmb/internal/sqlite_connection_pool.h index b9972350..3858b918 100644 --- a/third_party/tmb/include/tmb/internal/sqlite_connection_pool.h +++ b/third_party/tmb/include/tmb/internal/sqlite_connection_pool.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/threadsafe_set.h b/third_party/tmb/include/tmb/internal/threadsafe_set.h index a699b76f..c330d31b 100644 --- a/third_party/tmb/include/tmb/internal/threadsafe_set.h +++ b/third_party/tmb/include/tmb/internal/threadsafe_set.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/tree_receiver_message_queue.h b/third_party/tmb/include/tmb/internal/tree_receiver_message_queue.h index 2e44d176..71895b80 100644 --- a/third_party/tmb/include/tmb/internal/tree_receiver_message_queue.h +++ b/third_party/tmb/include/tmb/internal/tree_receiver_message_queue.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/voltdb_connection_pool.h b/third_party/tmb/include/tmb/internal/voltdb_connection_pool.h index bdf1218f..14d49116 100644 --- a/third_party/tmb/include/tmb/internal/voltdb_connection_pool.h +++ b/third_party/tmb/include/tmb/internal/voltdb_connection_pool.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/voltdb_procedure_factory.h b/third_party/tmb/include/tmb/internal/voltdb_procedure_factory.h index 48c6f0cf..049dc537 100644 --- a/third_party/tmb/include/tmb/internal/voltdb_procedure_factory.h +++ b/third_party/tmb/include/tmb/internal/voltdb_procedure_factory.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/voltdb_procedure_warehouse.h b/third_party/tmb/include/tmb/internal/voltdb_procedure_warehouse.h index 30ba0018..f64d19a7 100644 --- a/third_party/tmb/include/tmb/internal/voltdb_procedure_warehouse.h +++ b/third_party/tmb/include/tmb/internal/voltdb_procedure_warehouse.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/zookeeper_format.h b/third_party/tmb/include/tmb/internal/zookeeper_format.h index e83b9bdb..c67b494b 100644 --- a/third_party/tmb/include/tmb/internal/zookeeper_format.h +++ b/third_party/tmb/include/tmb/internal/zookeeper_format.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/zookeeper_receiver_context.h b/third_party/tmb/include/tmb/internal/zookeeper_receiver_context.h index f785e2ad..8afb7f65 100644 --- a/third_party/tmb/include/tmb/internal/zookeeper_receiver_context.h +++ b/third_party/tmb/include/tmb/internal/zookeeper_receiver_context.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/internal/zookeeper_transaction_batch.h b/third_party/tmb/include/tmb/internal/zookeeper_transaction_batch.h index 61837987..fe9e9ce6 100644 --- a/third_party/tmb/include/tmb/internal/zookeeper_transaction_batch.h +++ b/third_party/tmb/include/tmb/internal/zookeeper_transaction_batch.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/leveldb_message_bus.h b/third_party/tmb/include/tmb/leveldb_message_bus.h index d9b05ff8..bbce3339 100644 --- a/third_party/tmb/include/tmb/leveldb_message_bus.h +++ b/third_party/tmb/include/tmb/leveldb_message_bus.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/memory_mirror_message_bus.h b/third_party/tmb/include/tmb/memory_mirror_message_bus.h index 660a3bae..485acec6 100644 --- a/third_party/tmb/include/tmb/memory_mirror_message_bus.h +++ b/third_party/tmb/include/tmb/memory_mirror_message_bus.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/message_bus.h b/third_party/tmb/include/tmb/message_bus.h index 7d8ff4cf..8fbd4ea9 100644 --- a/third_party/tmb/include/tmb/message_bus.h +++ b/third_party/tmb/include/tmb/message_bus.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/message_style.h b/third_party/tmb/include/tmb/message_style.h index 3a3cfdda..23324c9a 100644 --- a/third_party/tmb/include/tmb/message_style.h +++ b/third_party/tmb/include/tmb/message_style.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/native_logging_message_bus.h b/third_party/tmb/include/tmb/native_logging_message_bus.h index 1cd96349..5d1f9990 100644 --- a/third_party/tmb/include/tmb/native_logging_message_bus.h +++ b/third_party/tmb/include/tmb/native_logging_message_bus.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/native_net_client_message_bus.h b/third_party/tmb/include/tmb/native_net_client_message_bus.h index d9608553..433f8a84 100644 --- a/third_party/tmb/include/tmb/native_net_client_message_bus.h +++ b/third_party/tmb/include/tmb/native_net_client_message_bus.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/priority.h b/third_party/tmb/include/tmb/priority.h index 173b833c..c9f02506 100644 --- a/third_party/tmb/include/tmb/priority.h +++ b/third_party/tmb/include/tmb/priority.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/pure_memory_message_bus.h b/third_party/tmb/include/tmb/pure_memory_message_bus.h index 57990dd4..92792b52 100644 --- a/third_party/tmb/include/tmb/pure_memory_message_bus.h +++ b/third_party/tmb/include/tmb/pure_memory_message_bus.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/sqlite_message_bus.h b/third_party/tmb/include/tmb/sqlite_message_bus.h index 79dc776a..8454abd2 100644 --- a/third_party/tmb/include/tmb/sqlite_message_bus.h +++ b/third_party/tmb/include/tmb/sqlite_message_bus.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/tagged_message.h b/third_party/tmb/include/tmb/tagged_message.h index 49dcee71..b199c1d3 100644 --- a/third_party/tmb/include/tmb/tagged_message.h +++ b/third_party/tmb/include/tmb/tagged_message.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/voltdb_message_bus.h b/third_party/tmb/include/tmb/voltdb_message_bus.h index f58fed86..28f35de5 100644 --- a/third_party/tmb/include/tmb/voltdb_message_bus.h +++ b/third_party/tmb/include/tmb/voltdb_message_bus.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/include/tmb/zookeeper_message_bus.h b/third_party/tmb/include/tmb/zookeeper_message_bus.h index 41d9ff68..eef4fd4e 100644 --- a/third_party/tmb/include/tmb/zookeeper_message_bus.h +++ b/third_party/tmb/include/tmb/zookeeper_message_bus.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/crc32.cc b/third_party/tmb/src/crc32.cc index c35b4e0e..155ebbe2 100644 --- a/third_party/tmb/src/crc32.cc +++ b/third_party/tmb/src/crc32.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/heap_receiver_message_queue.cc b/third_party/tmb/src/heap_receiver_message_queue.cc index 7cba753d..5dc8c90a 100644 --- a/third_party/tmb/src/heap_receiver_message_queue.cc +++ b/third_party/tmb/src/heap_receiver_message_queue.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/CancelMessages.java b/third_party/tmb/src/java/CancelMessages.java index 0465f437..81082387 100644 --- a/third_party/tmb/src/java/CancelMessages.java +++ b/third_party/tmb/src/java/CancelMessages.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/ConnectClient.java b/third_party/tmb/src/java/ConnectClient.java index 59808954..82a1143e 100644 --- a/third_party/tmb/src/java/ConnectClient.java +++ b/third_party/tmb/src/java/ConnectClient.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/DeleteMessages.java b/third_party/tmb/src/java/DeleteMessages.java index a7507db9..21659bc3 100644 --- a/third_party/tmb/src/java/DeleteMessages.java +++ b/third_party/tmb/src/java/DeleteMessages.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/DeleteMessagesUnchecked.java b/third_party/tmb/src/java/DeleteMessagesUnchecked.java index f1d6b3ee..0c06b464 100644 --- a/third_party/tmb/src/java/DeleteMessagesUnchecked.java +++ b/third_party/tmb/src/java/DeleteMessagesUnchecked.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/DisconnectClient.java b/third_party/tmb/src/java/DisconnectClient.java index 5bc6805e..4ca324de 100644 --- a/third_party/tmb/src/java/DisconnectClient.java +++ b/third_party/tmb/src/java/DisconnectClient.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/LoadState.java b/third_party/tmb/src/java/LoadState.java index 78bd4994..dff3d2d0 100644 --- a/third_party/tmb/src/java/LoadState.java +++ b/third_party/tmb/src/java/LoadState.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/Receive.java b/third_party/tmb/src/java/Receive.java index 2e131a25..4b1c912e 100644 --- a/third_party/tmb/src/java/Receive.java +++ b/third_party/tmb/src/java/Receive.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/ReceiveAndDelete.java b/third_party/tmb/src/java/ReceiveAndDelete.java index debf8bba..2b6bb213 100644 --- a/third_party/tmb/src/java/ReceiveAndDelete.java +++ b/third_party/tmb/src/java/ReceiveAndDelete.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/RegisterReceiver.java b/third_party/tmb/src/java/RegisterReceiver.java index 2176fba4..b5ceca47 100644 --- a/third_party/tmb/src/java/RegisterReceiver.java +++ b/third_party/tmb/src/java/RegisterReceiver.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/RegisterSender.java b/third_party/tmb/src/java/RegisterSender.java index c5d82162..20086466 100644 --- a/third_party/tmb/src/java/RegisterSender.java +++ b/third_party/tmb/src/java/RegisterSender.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/ResetBus.java b/third_party/tmb/src/java/ResetBus.java index c2ae5aa3..5ac20cb4 100644 --- a/third_party/tmb/src/java/ResetBus.java +++ b/third_party/tmb/src/java/ResetBus.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/SendToAny.java b/third_party/tmb/src/java/SendToAny.java index a293f0ec..fd37be0b 100644 --- a/third_party/tmb/src/java/SendToAny.java +++ b/third_party/tmb/src/java/SendToAny.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/SendToExplicitReceivers.java b/third_party/tmb/src/java/SendToExplicitReceivers.java index 62d3cfa9..7423a979 100644 --- a/third_party/tmb/src/java/SendToExplicitReceivers.java +++ b/third_party/tmb/src/java/SendToExplicitReceivers.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/SendToExplicitReceiversUnchecked.java b/third_party/tmb/src/java/SendToExplicitReceiversUnchecked.java index 9b04fed0..d72de89a 100644 --- a/third_party/tmb/src/java/SendToExplicitReceiversUnchecked.java +++ b/third_party/tmb/src/java/SendToExplicitReceiversUnchecked.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/SendToSingleExplicitReceiver.java b/third_party/tmb/src/java/SendToSingleExplicitReceiver.java index 36ad02c3..d91c27f9 100644 --- a/third_party/tmb/src/java/SendToSingleExplicitReceiver.java +++ b/third_party/tmb/src/java/SendToSingleExplicitReceiver.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/java/SendToSingleExplicitReceiverUnchecked.java b/third_party/tmb/src/java/SendToSingleExplicitReceiverUnchecked.java index ba3541a1..09a48d65 100644 --- a/third_party/tmb/src/java/SendToSingleExplicitReceiverUnchecked.java +++ b/third_party/tmb/src/java/SendToSingleExplicitReceiverUnchecked.java @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/leveldb_key_comparator.cc b/third_party/tmb/src/leveldb_key_comparator.cc index 6055aeae..c1cb4659 100644 --- a/third_party/tmb/src/leveldb_key_comparator.cc +++ b/third_party/tmb/src/leveldb_key_comparator.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/leveldb_message_bus.cc b/third_party/tmb/src/leveldb_message_bus.cc index 925d42b0..caafe7e5 100644 --- a/third_party/tmb/src/leveldb_message_bus.cc +++ b/third_party/tmb/src/leveldb_message_bus.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/log_reader_posix.cc b/third_party/tmb/src/log_reader_posix.cc index 5e9ffa44..e412b925 100644 --- a/third_party/tmb/src/log_reader_posix.cc +++ b/third_party/tmb/src/log_reader_posix.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/log_reader_stdio.cc b/third_party/tmb/src/log_reader_stdio.cc index 3b4aeb88..95e3dc82 100644 --- a/third_party/tmb/src/log_reader_stdio.cc +++ b/third_party/tmb/src/log_reader_stdio.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/log_writer_posix.cc b/third_party/tmb/src/log_writer_posix.cc index 6ccdb864..f3be2eb8 100644 --- a/third_party/tmb/src/log_writer_posix.cc +++ b/third_party/tmb/src/log_writer_posix.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/log_writer_stdio.cc b/third_party/tmb/src/log_writer_stdio.cc index 19dd5dc5..67fc41bd 100644 --- a/third_party/tmb/src/log_writer_stdio.cc +++ b/third_party/tmb/src/log_writer_stdio.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/memory_based_message_bus.cc b/third_party/tmb/src/memory_based_message_bus.cc index d4cd9c9e..fe7959f1 100644 --- a/third_party/tmb/src/memory_based_message_bus.cc +++ b/third_party/tmb/src/memory_based_message_bus.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/memory_mirror_message_bus.cc b/third_party/tmb/src/memory_mirror_message_bus.cc index f4d0cbcc..d0b6dfd2 100644 --- a/third_party/tmb/src/memory_mirror_message_bus.cc +++ b/third_party/tmb/src/memory_mirror_message_bus.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/message_bus.cc b/third_party/tmb/src/message_bus.cc index a2139719..9ca4469c 100644 --- a/third_party/tmb/src/message_bus.cc +++ b/third_party/tmb/src/message_bus.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/native_net_client_message_bus.cc b/third_party/tmb/src/native_net_client_message_bus.cc index 31c76a9e..d2e94c89 100644 --- a/third_party/tmb/src/native_net_client_message_bus.cc +++ b/third_party/tmb/src/native_net_client_message_bus.cc @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/native_transaction_log.cc b/third_party/tmb/src/native_transaction_log.cc index 84f1202d..06cfaa6b 100644 --- a/third_party/tmb/src/native_transaction_log.cc +++ b/third_party/tmb/src/native_transaction_log.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/net_service_impl.cc b/third_party/tmb/src/net_service_impl.cc index 579f7aed..5c5dbda8 100644 --- a/third_party/tmb/src/net_service_impl.cc +++ b/third_party/tmb/src/net_service_impl.cc @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/proto/tmb_net.proto b/third_party/tmb/src/proto/tmb_net.proto index f0201990..d65208eb 100644 --- a/third_party/tmb/src/proto/tmb_net.proto +++ b/third_party/tmb/src/proto/tmb_net.proto @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/pure_memory_message_bus.cc b/third_party/tmb/src/pure_memory_message_bus.cc index d6a87995..40c88b25 100644 --- a/third_party/tmb/src/pure_memory_message_bus.cc +++ b/third_party/tmb/src/pure_memory_message_bus.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/sql/voltdb_schema.sql b/third_party/tmb/src/sql/voltdb_schema.sql index c1df2e5d..59c697e1 100644 --- a/third_party/tmb/src/sql/voltdb_schema.sql +++ b/third_party/tmb/src/sql/voltdb_schema.sql @@ -4,7 +4,7 @@ -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- --- http://www.apache.org/licenses/LICENSE-2.0 +-- https://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/sqlite_connection.cc b/third_party/tmb/src/sqlite_connection.cc index 60e38ae7..15461643 100644 --- a/third_party/tmb/src/sqlite_connection.cc +++ b/third_party/tmb/src/sqlite_connection.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/sqlite_message_bus.cc b/third_party/tmb/src/sqlite_message_bus.cc index d1653e99..a5e03993 100644 --- a/third_party/tmb/src/sqlite_message_bus.cc +++ b/third_party/tmb/src/sqlite_message_bus.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/tmb_net_server.cc b/third_party/tmb/src/tmb_net_server.cc index 9a0b1579..fadc2e9f 100644 --- a/third_party/tmb/src/tmb_net_server.cc +++ b/third_party/tmb/src/tmb_net_server.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/tree_receiver_message_queue.cc b/third_party/tmb/src/tree_receiver_message_queue.cc index 4dda2c37..923b533d 100644 --- a/third_party/tmb/src/tree_receiver_message_queue.cc +++ b/third_party/tmb/src/tree_receiver_message_queue.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/voltdb_connection_pool.cc b/third_party/tmb/src/voltdb_connection_pool.cc index 1acf5051..e3a0f745 100644 --- a/third_party/tmb/src/voltdb_connection_pool.cc +++ b/third_party/tmb/src/voltdb_connection_pool.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/voltdb_message_bus.cc b/third_party/tmb/src/voltdb_message_bus.cc index c337921a..1f9b0b54 100644 --- a/third_party/tmb/src/voltdb_message_bus.cc +++ b/third_party/tmb/src/voltdb_message_bus.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/voltdb_procedure_factory.cc b/third_party/tmb/src/voltdb_procedure_factory.cc index 6953de01..f97c2a49 100644 --- a/third_party/tmb/src/voltdb_procedure_factory.cc +++ b/third_party/tmb/src/voltdb_procedure_factory.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/zookeeper_message_bus.cc b/third_party/tmb/src/zookeeper_message_bus.cc index 73013ca9..4932bd88 100644 --- a/third_party/tmb/src/zookeeper_message_bus.cc +++ b/third_party/tmb/src/zookeeper_message_bus.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/src/zookeeper_transaction_batch.cc b/third_party/tmb/src/zookeeper_transaction_batch.cc index ddeb610a..627e5cd1 100644 --- a/third_party/tmb/src/zookeeper_transaction_batch.cc +++ b/third_party/tmb/src/zookeeper_transaction_batch.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/tests/leveldb_message_bus_async_unittest.cc b/third_party/tmb/tests/leveldb_message_bus_async_unittest.cc index 694c8004..78b0bbd8 100644 --- a/third_party/tmb/tests/leveldb_message_bus_async_unittest.cc +++ b/third_party/tmb/tests/leveldb_message_bus_async_unittest.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/tests/leveldb_message_bus_unittest.cc b/third_party/tmb/tests/leveldb_message_bus_unittest.cc index 201006f9..ba6e596d 100644 --- a/third_party/tmb/tests/leveldb_message_bus_unittest.cc +++ b/third_party/tmb/tests/leveldb_message_bus_unittest.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/tests/memory_mirror_message_bus_with_leveldb_unittest.cc b/third_party/tmb/tests/memory_mirror_message_bus_with_leveldb_unittest.cc index 1e2286e6..7ea8cb63 100644 --- a/third_party/tmb/tests/memory_mirror_message_bus_with_leveldb_unittest.cc +++ b/third_party/tmb/tests/memory_mirror_message_bus_with_leveldb_unittest.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/tests/memory_mirror_message_bus_with_sqlite_unittest.cc b/third_party/tmb/tests/memory_mirror_message_bus_with_sqlite_unittest.cc index cfa24d54..207c80ee 100644 --- a/third_party/tmb/tests/memory_mirror_message_bus_with_sqlite_unittest.cc +++ b/third_party/tmb/tests/memory_mirror_message_bus_with_sqlite_unittest.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/tests/memory_mirror_message_bus_with_voltdb_unittest.cc b/third_party/tmb/tests/memory_mirror_message_bus_with_voltdb_unittest.cc index cd4e3b51..528e0c10 100644 --- a/third_party/tmb/tests/memory_mirror_message_bus_with_voltdb_unittest.cc +++ b/third_party/tmb/tests/memory_mirror_message_bus_with_voltdb_unittest.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/tests/memory_mirror_message_bus_with_zookeeper_unittest.cc b/third_party/tmb/tests/memory_mirror_message_bus_with_zookeeper_unittest.cc index 801c530b..3249f970 100644 --- a/third_party/tmb/tests/memory_mirror_message_bus_with_zookeeper_unittest.cc +++ b/third_party/tmb/tests/memory_mirror_message_bus_with_zookeeper_unittest.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/tests/message_bus_unittest_common.h b/third_party/tmb/tests/message_bus_unittest_common.h index b47f7aec..a57525ef 100644 --- a/third_party/tmb/tests/message_bus_unittest_common.h +++ b/third_party/tmb/tests/message_bus_unittest_common.h @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/tests/native_logging_message_bus_async_unittest.cc b/third_party/tmb/tests/native_logging_message_bus_async_unittest.cc index a6be8e9c..b62f5a1d 100644 --- a/third_party/tmb/tests/native_logging_message_bus_async_unittest.cc +++ b/third_party/tmb/tests/native_logging_message_bus_async_unittest.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/tests/native_logging_message_bus_unittest.cc b/third_party/tmb/tests/native_logging_message_bus_unittest.cc index c867fca0..5592dc0f 100644 --- a/third_party/tmb/tests/native_logging_message_bus_unittest.cc +++ b/third_party/tmb/tests/native_logging_message_bus_unittest.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/tests/native_net_client_message_bus_unittest.cc b/third_party/tmb/tests/native_net_client_message_bus_unittest.cc index 8c7d2ebb..5daea04d 100644 --- a/third_party/tmb/tests/native_net_client_message_bus_unittest.cc +++ b/third_party/tmb/tests/native_net_client_message_bus_unittest.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/tests/pure_memory_message_bus_unittest.cc b/third_party/tmb/tests/pure_memory_message_bus_unittest.cc index c8d5f2ee..9f4f97f2 100644 --- a/third_party/tmb/tests/pure_memory_message_bus_unittest.cc +++ b/third_party/tmb/tests/pure_memory_message_bus_unittest.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/tests/rcu_unittest.cc b/third_party/tmb/tests/rcu_unittest.cc index fee80614..51b47f6d 100644 --- a/third_party/tmb/tests/rcu_unittest.cc +++ b/third_party/tmb/tests/rcu_unittest.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/tests/sqlite_message_bus_unittest.cc b/third_party/tmb/tests/sqlite_message_bus_unittest.cc index c1c83676..9abd0503 100644 --- a/third_party/tmb/tests/sqlite_message_bus_unittest.cc +++ b/third_party/tmb/tests/sqlite_message_bus_unittest.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/tests/voltdb_message_bus_unittest.cc b/third_party/tmb/tests/voltdb_message_bus_unittest.cc index 9e025faf..b8d1c845 100644 --- a/third_party/tmb/tests/voltdb_message_bus_unittest.cc +++ b/third_party/tmb/tests/voltdb_message_bus_unittest.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/third_party/tmb/tests/zookeeper_message_bus_unittest.cc b/third_party/tmb/tests/zookeeper_message_bus_unittest.cc index 2e4f086a..50fb8082 100644 --- a/third_party/tmb/tests/zookeeper_message_bus_unittest.cc +++ b/third_party/tmb/tests/zookeeper_message_bus_unittest.cc @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/CMakeLists.txt b/threading/CMakeLists.txt index 70c1f796..856ed4b4 100644 --- a/threading/CMakeLists.txt +++ b/threading/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/ConditionVariable.cpp b/threading/ConditionVariable.cpp index 56f8ab8e..f1997a6f 100644 --- a/threading/ConditionVariable.cpp +++ b/threading/ConditionVariable.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/ConditionVariable.hpp b/threading/ConditionVariable.hpp index 2fe2e453..2cd3639b 100644 --- a/threading/ConditionVariable.hpp +++ b/threading/ConditionVariable.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/Mutex.cpp b/threading/Mutex.cpp index ec8caef9..95c54eb6 100644 --- a/threading/Mutex.cpp +++ b/threading/Mutex.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/Mutex.hpp b/threading/Mutex.hpp index 7107b7c5..2aa856e3 100644 --- a/threading/Mutex.hpp +++ b/threading/Mutex.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/SharedMutex.hpp b/threading/SharedMutex.hpp index f760e251..d5ea6b2f 100644 --- a/threading/SharedMutex.hpp +++ b/threading/SharedMutex.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/SpinMutex.hpp b/threading/SpinMutex.hpp index b64a6caf..122a324c 100644 --- a/threading/SpinMutex.hpp +++ b/threading/SpinMutex.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/SpinSharedMutex.hpp b/threading/SpinSharedMutex.hpp index d7bc2b36..e6d96dbf 100644 --- a/threading/SpinSharedMutex.hpp +++ b/threading/SpinSharedMutex.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/Thread.cpp b/threading/Thread.cpp index 3ab31c7b..6232e4bf 100644 --- a/threading/Thread.cpp +++ b/threading/Thread.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/Thread.hpp b/threading/Thread.hpp index ebe1f2c1..1ee28702 100644 --- a/threading/Thread.hpp +++ b/threading/Thread.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/ThreadIDBasedMap.hpp b/threading/ThreadIDBasedMap.hpp index 8f2af71e..82ec636d 100644 --- a/threading/ThreadIDBasedMap.hpp +++ b/threading/ThreadIDBasedMap.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/ThreadUtil.hpp b/threading/ThreadUtil.hpp index 3dbf462a..31b8de74 100644 --- a/threading/ThreadUtil.hpp +++ b/threading/ThreadUtil.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/ThreadingConfig.h.in b/threading/ThreadingConfig.h.in index 2b4b89bc..8d3574c1 100644 --- a/threading/ThreadingConfig.h.in +++ b/threading/ThreadingConfig.h.in @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/ThreadingModule.hpp b/threading/ThreadingModule.hpp index a1cf4196..83581457 100644 --- a/threading/ThreadingModule.hpp +++ b/threading/ThreadingModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/WinThreadsAPI.hpp b/threading/WinThreadsAPI.hpp index 7af58e8e..fb12de07 100644 --- a/threading/WinThreadsAPI.hpp +++ b/threading/WinThreadsAPI.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/cpp11/ConditionVariable.hpp b/threading/cpp11/ConditionVariable.hpp index cbf258c0..c808fb81 100644 --- a/threading/cpp11/ConditionVariable.hpp +++ b/threading/cpp11/ConditionVariable.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/cpp11/Mutex.hpp b/threading/cpp11/Mutex.hpp index 503d71bd..51ee9a65 100644 --- a/threading/cpp11/Mutex.hpp +++ b/threading/cpp11/Mutex.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/cpp11/SharedMutex.hpp b/threading/cpp11/SharedMutex.hpp index dc378de4..99cd8b89 100644 --- a/threading/cpp11/SharedMutex.hpp +++ b/threading/cpp11/SharedMutex.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/cpp11/Thread.hpp b/threading/cpp11/Thread.hpp index f67145e7..25ca156b 100644 --- a/threading/cpp11/Thread.hpp +++ b/threading/cpp11/Thread.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/cpp11/cpp14/SharedMutex.hpp b/threading/cpp11/cpp14/SharedMutex.hpp index 9b8ff3c8..184ec20f 100644 --- a/threading/cpp11/cpp14/SharedMutex.hpp +++ b/threading/cpp11/cpp14/SharedMutex.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/cpp11/cpp17/SharedMutex.hpp b/threading/cpp11/cpp17/SharedMutex.hpp index c9bca9c9..cede866c 100644 --- a/threading/cpp11/cpp17/SharedMutex.hpp +++ b/threading/cpp11/cpp17/SharedMutex.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/posix/ConditionVariable.hpp b/threading/posix/ConditionVariable.hpp index b467c453..33f83ec7 100644 --- a/threading/posix/ConditionVariable.hpp +++ b/threading/posix/ConditionVariable.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/posix/Mutex.hpp b/threading/posix/Mutex.hpp index 4d48522b..9c0f06f1 100644 --- a/threading/posix/Mutex.hpp +++ b/threading/posix/Mutex.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/posix/SharedMutex.hpp b/threading/posix/SharedMutex.hpp index a7b40abe..94300cef 100644 --- a/threading/posix/SharedMutex.hpp +++ b/threading/posix/SharedMutex.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/posix/Thread.hpp b/threading/posix/Thread.hpp index a3b22d91..0ea5be45 100644 --- a/threading/posix/Thread.hpp +++ b/threading/posix/Thread.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/tests/Mutex_unittest.cpp b/threading/tests/Mutex_unittest.cpp index 66e6d537..04dc14f3 100644 --- a/threading/tests/Mutex_unittest.cpp +++ b/threading/tests/Mutex_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/tests/SharedMutex_unittest.cpp b/threading/tests/SharedMutex_unittest.cpp index ad92692a..7f7b824a 100644 --- a/threading/tests/SharedMutex_unittest.cpp +++ b/threading/tests/SharedMutex_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/windows/ConditionVariable.hpp b/threading/windows/ConditionVariable.hpp index b7dc742b..70405395 100644 --- a/threading/windows/ConditionVariable.hpp +++ b/threading/windows/ConditionVariable.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/windows/Mutex.hpp b/threading/windows/Mutex.hpp index 6400c013..103b277f 100644 --- a/threading/windows/Mutex.hpp +++ b/threading/windows/Mutex.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/windows/SharedMutex.hpp b/threading/windows/SharedMutex.hpp index d330de6e..0252f93a 100644 --- a/threading/windows/SharedMutex.hpp +++ b/threading/windows/SharedMutex.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/threading/windows/Thread.hpp b/threading/windows/Thread.hpp index ff6a7870..f344eb90 100644 --- a/threading/windows/Thread.hpp +++ b/threading/windows/Thread.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/AccessMode.cpp b/transaction/AccessMode.cpp index 3618bfda..001df8c4 100644 --- a/transaction/AccessMode.cpp +++ b/transaction/AccessMode.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/AccessMode.hpp b/transaction/AccessMode.hpp index bb06689f..85cb5394 100644 --- a/transaction/AccessMode.hpp +++ b/transaction/AccessMode.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/CMakeLists.txt b/transaction/CMakeLists.txt index c6c87b6f..c6ee86a1 100644 --- a/transaction/CMakeLists.txt +++ b/transaction/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/CycleDetector.cpp b/transaction/CycleDetector.cpp index b12897f1..9eca331f 100644 --- a/transaction/CycleDetector.cpp +++ b/transaction/CycleDetector.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/CycleDetector.hpp b/transaction/CycleDetector.hpp index 6865e2d5..b8d451e9 100644 --- a/transaction/CycleDetector.hpp +++ b/transaction/CycleDetector.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/DeadLockDetector.cpp b/transaction/DeadLockDetector.cpp index 26ab1152..e2a031d8 100644 --- a/transaction/DeadLockDetector.cpp +++ b/transaction/DeadLockDetector.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/DeadLockDetector.hpp b/transaction/DeadLockDetector.hpp index 6897afbb..371d4b34 100644 --- a/transaction/DeadLockDetector.hpp +++ b/transaction/DeadLockDetector.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/DirectedGraph.hpp b/transaction/DirectedGraph.hpp index 16b551a1..f1649ab0 100644 --- a/transaction/DirectedGraph.hpp +++ b/transaction/DirectedGraph.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/Lock.hpp b/transaction/Lock.hpp index 27fe93a6..4223c89e 100644 --- a/transaction/Lock.hpp +++ b/transaction/Lock.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/LockManager.cpp b/transaction/LockManager.cpp index da6181af..0220c584 100644 --- a/transaction/LockManager.cpp +++ b/transaction/LockManager.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/LockManager.hpp b/transaction/LockManager.hpp index 40ee6c84..be5df56a 100644 --- a/transaction/LockManager.hpp +++ b/transaction/LockManager.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/LockRequest.hpp b/transaction/LockRequest.hpp index 80daa4d8..46ee08cb 100644 --- a/transaction/LockRequest.hpp +++ b/transaction/LockRequest.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/LockTable.cpp b/transaction/LockTable.cpp index 7b568fc3..6822c4bc 100644 --- a/transaction/LockTable.cpp +++ b/transaction/LockTable.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/LockTable.hpp b/transaction/LockTable.hpp index 529db126..eaa45a8a 100644 --- a/transaction/LockTable.hpp +++ b/transaction/LockTable.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/ResourceId.cpp b/transaction/ResourceId.cpp index bae92f85..24e66a36 100644 --- a/transaction/ResourceId.cpp +++ b/transaction/ResourceId.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/ResourceId.hpp b/transaction/ResourceId.hpp index 3a770dde..d66c91dd 100644 --- a/transaction/ResourceId.hpp +++ b/transaction/ResourceId.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/StronglyConnectedComponents.cpp b/transaction/StronglyConnectedComponents.cpp index f50ed857..dace2e50 100644 --- a/transaction/StronglyConnectedComponents.cpp +++ b/transaction/StronglyConnectedComponents.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/StronglyConnectedComponents.hpp b/transaction/StronglyConnectedComponents.hpp index ca58a68f..7cb23f4e 100644 --- a/transaction/StronglyConnectedComponents.hpp +++ b/transaction/StronglyConnectedComponents.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/Transaction.hpp b/transaction/Transaction.hpp index 69d4311e..828668c5 100644 --- a/transaction/Transaction.hpp +++ b/transaction/Transaction.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/TransactionModule.hpp b/transaction/TransactionModule.hpp index 46e7d15e..b3aa12e2 100644 --- a/transaction/TransactionModule.hpp +++ b/transaction/TransactionModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/TransactionTable.cpp b/transaction/TransactionTable.cpp index 3e374399..dd1d4423 100644 --- a/transaction/TransactionTable.cpp +++ b/transaction/TransactionTable.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/TransactionTable.hpp b/transaction/TransactionTable.hpp index 29df5365..9867cc60 100644 --- a/transaction/TransactionTable.hpp +++ b/transaction/TransactionTable.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/tests/AccessMode_unittest.cpp b/transaction/tests/AccessMode_unittest.cpp index 3287fb07..79630a9c 100644 --- a/transaction/tests/AccessMode_unittest.cpp +++ b/transaction/tests/AccessMode_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/tests/CycleDetector_unittest.cpp b/transaction/tests/CycleDetector_unittest.cpp index 6edaa636..d4af21b6 100644 --- a/transaction/tests/CycleDetector_unittest.cpp +++ b/transaction/tests/CycleDetector_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/tests/DeadLockDetector_unittest.cpp b/transaction/tests/DeadLockDetector_unittest.cpp index bc65ef52..d035f84a 100644 --- a/transaction/tests/DeadLockDetector_unittest.cpp +++ b/transaction/tests/DeadLockDetector_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/tests/DirectedGraph_unittest.cpp b/transaction/tests/DirectedGraph_unittest.cpp index 00fe276e..c9b14ca9 100644 --- a/transaction/tests/DirectedGraph_unittest.cpp +++ b/transaction/tests/DirectedGraph_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/tests/LockRequest_unittest.cpp b/transaction/tests/LockRequest_unittest.cpp index 77047d90..096db7c4 100644 --- a/transaction/tests/LockRequest_unittest.cpp +++ b/transaction/tests/LockRequest_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/tests/LockTable_unittest.cpp b/transaction/tests/LockTable_unittest.cpp index 1aed0b85..1e7dbe32 100644 --- a/transaction/tests/LockTable_unittest.cpp +++ b/transaction/tests/LockTable_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/tests/Lock_unittest.cpp b/transaction/tests/Lock_unittest.cpp index 59a5e7aa..6bd43fc6 100644 --- a/transaction/tests/Lock_unittest.cpp +++ b/transaction/tests/Lock_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/tests/ResourceId_unittest.cpp b/transaction/tests/ResourceId_unittest.cpp index f3029f15..b6d7b89f 100644 --- a/transaction/tests/ResourceId_unittest.cpp +++ b/transaction/tests/ResourceId_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/tests/StronglyConnectedComponents_unittest.cpp b/transaction/tests/StronglyConnectedComponents_unittest.cpp index 35ef8428..5bf3811a 100644 --- a/transaction/tests/StronglyConnectedComponents_unittest.cpp +++ b/transaction/tests/StronglyConnectedComponents_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/transaction/tests/TransactionTable_unittest.cpp b/transaction/tests/TransactionTable_unittest.cpp index cd47a2b2..511b2d39 100644 --- a/transaction/tests/TransactionTable_unittest.cpp +++ b/transaction/tests/TransactionTable_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/CMakeLists.txt b/types/CMakeLists.txt index 0ccdfd75..744264c1 100644 --- a/types/CMakeLists.txt +++ b/types/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/CharType.cpp b/types/CharType.cpp index ef961502..962ee6cb 100644 --- a/types/CharType.cpp +++ b/types/CharType.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/CharType.hpp b/types/CharType.hpp index 5c241f35..8f4c7aec 100644 --- a/types/CharType.hpp +++ b/types/CharType.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/DateOperatorOverloads.hpp b/types/DateOperatorOverloads.hpp index 7109ae1a..423905dd 100644 --- a/types/DateOperatorOverloads.hpp +++ b/types/DateOperatorOverloads.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/DatetimeIntervalType.cpp b/types/DatetimeIntervalType.cpp index 3054ccbf..699f1b9b 100644 --- a/types/DatetimeIntervalType.cpp +++ b/types/DatetimeIntervalType.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/DatetimeIntervalType.hpp b/types/DatetimeIntervalType.hpp index a14396da..fd9807e1 100644 --- a/types/DatetimeIntervalType.hpp +++ b/types/DatetimeIntervalType.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/DatetimeLit.hpp b/types/DatetimeLit.hpp index 017bcce6..f45b41f5 100644 --- a/types/DatetimeLit.hpp +++ b/types/DatetimeLit.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/DatetimeType.cpp b/types/DatetimeType.cpp index d19ebd2b..e606c10e 100644 --- a/types/DatetimeType.cpp +++ b/types/DatetimeType.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/DatetimeType.hpp b/types/DatetimeType.hpp index 0e28daad..b9e9a235 100644 --- a/types/DatetimeType.hpp +++ b/types/DatetimeType.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/DoubleType.cpp b/types/DoubleType.cpp index 642430ff..8b4e0b88 100644 --- a/types/DoubleType.cpp +++ b/types/DoubleType.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/DoubleType.hpp b/types/DoubleType.hpp index 3dc4fe68..43bd566d 100644 --- a/types/DoubleType.hpp +++ b/types/DoubleType.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/FloatType.cpp b/types/FloatType.cpp index 01bf4bf5..c02cdc8c 100644 --- a/types/FloatType.cpp +++ b/types/FloatType.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/FloatType.hpp b/types/FloatType.hpp index ffd34e86..e49f7d43 100644 --- a/types/FloatType.hpp +++ b/types/FloatType.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/IntType.cpp b/types/IntType.cpp index 512af100..99c160b9 100644 --- a/types/IntType.cpp +++ b/types/IntType.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/IntType.hpp b/types/IntType.hpp index 4509aeef..51a129ba 100644 --- a/types/IntType.hpp +++ b/types/IntType.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/IntervalLit.hpp b/types/IntervalLit.hpp index 940d6b83..6aded4e4 100644 --- a/types/IntervalLit.hpp +++ b/types/IntervalLit.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/IntervalParser.cpp b/types/IntervalParser.cpp index 92694d56..d70ee143 100644 --- a/types/IntervalParser.cpp +++ b/types/IntervalParser.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/IntervalParser.hpp b/types/IntervalParser.hpp index 0b9d499c..10d51acc 100644 --- a/types/IntervalParser.hpp +++ b/types/IntervalParser.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/LongType.cpp b/types/LongType.cpp index feedb9d8..7fda8d0d 100644 --- a/types/LongType.cpp +++ b/types/LongType.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/LongType.hpp b/types/LongType.hpp index 07210356..e104c19d 100644 --- a/types/LongType.hpp +++ b/types/LongType.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/NullCoercibilityCheckMacro.hpp b/types/NullCoercibilityCheckMacro.hpp index 59691e84..ad3d2b3b 100644 --- a/types/NullCoercibilityCheckMacro.hpp +++ b/types/NullCoercibilityCheckMacro.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/NullType.hpp b/types/NullType.hpp index 8c15d491..c3112d7b 100644 --- a/types/NullType.hpp +++ b/types/NullType.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/NumericSuperType.hpp b/types/NumericSuperType.hpp index ec487e74..56f668c7 100644 --- a/types/NumericSuperType.hpp +++ b/types/NumericSuperType.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/NumericTypeUnifier.hpp b/types/NumericTypeUnifier.hpp index 6ea85108..77831ad9 100644 --- a/types/NumericTypeUnifier.hpp +++ b/types/NumericTypeUnifier.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/Type.cpp b/types/Type.cpp index 8981bc22..f6df249d 100644 --- a/types/Type.cpp +++ b/types/Type.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/Type.hpp b/types/Type.hpp index fc6f4e2a..2f514eb8 100644 --- a/types/Type.hpp +++ b/types/Type.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/Type.proto b/types/Type.proto index dbf248ec..acb78616 100644 --- a/types/Type.proto +++ b/types/Type.proto @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/TypeErrors.hpp b/types/TypeErrors.hpp index 6348cddb..31a089d1 100644 --- a/types/TypeErrors.hpp +++ b/types/TypeErrors.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/TypeFactory.cpp b/types/TypeFactory.cpp index a8f29614..cdf773e1 100644 --- a/types/TypeFactory.cpp +++ b/types/TypeFactory.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/TypeFactory.hpp b/types/TypeFactory.hpp index ed9be5e5..0e44143e 100644 --- a/types/TypeFactory.hpp +++ b/types/TypeFactory.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/TypeID.cpp b/types/TypeID.cpp index 1aeea046..b086ac1f 100644 --- a/types/TypeID.cpp +++ b/types/TypeID.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/TypeID.hpp b/types/TypeID.hpp index 23d32dac..be8768f1 100644 --- a/types/TypeID.hpp +++ b/types/TypeID.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/TypedValue.cpp b/types/TypedValue.cpp index bc1ebd98..9f309db9 100644 --- a/types/TypedValue.cpp +++ b/types/TypedValue.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/TypedValue.hpp b/types/TypedValue.hpp index 6e22111d..312e243a 100644 --- a/types/TypedValue.hpp +++ b/types/TypedValue.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/TypedValue.proto b/types/TypedValue.proto index 78a38cbc..f9e12063 100644 --- a/types/TypedValue.proto +++ b/types/TypedValue.proto @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/TypesModule.hpp b/types/TypesModule.hpp index b5cdd734..08858ba5 100644 --- a/types/TypesModule.hpp +++ b/types/TypesModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/VarCharType.cpp b/types/VarCharType.cpp index 19dec288..19fed3e4 100644 --- a/types/VarCharType.cpp +++ b/types/VarCharType.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/VarCharType.hpp b/types/VarCharType.hpp index 3b460898..b685202c 100644 --- a/types/VarCharType.hpp +++ b/types/VarCharType.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/YearMonthIntervalType.cpp b/types/YearMonthIntervalType.cpp index 10b29c4f..8922a0ac 100644 --- a/types/YearMonthIntervalType.cpp +++ b/types/YearMonthIntervalType.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/YearMonthIntervalType.hpp b/types/YearMonthIntervalType.hpp index 1ed75528..24d10112 100644 --- a/types/YearMonthIntervalType.hpp +++ b/types/YearMonthIntervalType.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/containers/CMakeLists.txt b/types/containers/CMakeLists.txt index 20c9e6ce..7660e417 100644 --- a/types/containers/CMakeLists.txt +++ b/types/containers/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/containers/ColumnVector.cpp b/types/containers/ColumnVector.cpp index 4fef94a4..a0e5038b 100644 --- a/types/containers/ColumnVector.cpp +++ b/types/containers/ColumnVector.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/containers/ColumnVector.hpp b/types/containers/ColumnVector.hpp index 76968ba0..f472b13c 100644 --- a/types/containers/ColumnVector.hpp +++ b/types/containers/ColumnVector.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/containers/ColumnVectorUtil.hpp b/types/containers/ColumnVectorUtil.hpp index 0ad5f6ce..67e061bd 100644 --- a/types/containers/ColumnVectorUtil.hpp +++ b/types/containers/ColumnVectorUtil.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/containers/ColumnVectorsValueAccessor.hpp b/types/containers/ColumnVectorsValueAccessor.hpp index f1d29a2e..a9b452fa 100644 --- a/types/containers/ColumnVectorsValueAccessor.hpp +++ b/types/containers/ColumnVectorsValueAccessor.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/containers/Tuple.hpp b/types/containers/Tuple.hpp index 7e62c8fb..c7a23792 100644 --- a/types/containers/Tuple.hpp +++ b/types/containers/Tuple.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/containers/Tuple.proto b/types/containers/Tuple.proto index d481a009..8e29c0da 100644 --- a/types/containers/Tuple.proto +++ b/types/containers/Tuple.proto @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/containers/tests/ColumnVector_unittest.cpp b/types/containers/tests/ColumnVector_unittest.cpp index 6fb5caf7..3a30981c 100644 --- a/types/containers/tests/ColumnVector_unittest.cpp +++ b/types/containers/tests/ColumnVector_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/CMakeLists.txt b/types/operations/CMakeLists.txt index ab0450fd..c75b7cae 100644 --- a/types/operations/CMakeLists.txt +++ b/types/operations/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/Operation.cpp b/types/operations/Operation.cpp index d2fb96cb..b96f024d 100644 --- a/types/operations/Operation.cpp +++ b/types/operations/Operation.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/Operation.hpp b/types/operations/Operation.hpp index 01567a09..3af1532a 100644 --- a/types/operations/Operation.hpp +++ b/types/operations/Operation.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/Operation.proto b/types/operations/Operation.proto index 33e6b092..0c772058 100644 --- a/types/operations/Operation.proto +++ b/types/operations/Operation.proto @@ -7,7 +7,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/AddBinaryOperation.cpp b/types/operations/binary_operations/AddBinaryOperation.cpp index 6e6e839f..18482188 100644 --- a/types/operations/binary_operations/AddBinaryOperation.cpp +++ b/types/operations/binary_operations/AddBinaryOperation.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/AddBinaryOperation.hpp b/types/operations/binary_operations/AddBinaryOperation.hpp index 6df4d7bb..7e2df8f2 100644 --- a/types/operations/binary_operations/AddBinaryOperation.hpp +++ b/types/operations/binary_operations/AddBinaryOperation.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/ArithmeticBinaryOperation.hpp b/types/operations/binary_operations/ArithmeticBinaryOperation.hpp index 3cad2897..e4f7a092 100644 --- a/types/operations/binary_operations/ArithmeticBinaryOperation.hpp +++ b/types/operations/binary_operations/ArithmeticBinaryOperation.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/ArithmeticBinaryOperators.hpp b/types/operations/binary_operations/ArithmeticBinaryOperators.hpp index e5e14935..1bce335e 100644 --- a/types/operations/binary_operations/ArithmeticBinaryOperators.hpp +++ b/types/operations/binary_operations/ArithmeticBinaryOperators.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/BinaryOperation.cpp b/types/operations/binary_operations/BinaryOperation.cpp index 29a62170..e9190208 100644 --- a/types/operations/binary_operations/BinaryOperation.cpp +++ b/types/operations/binary_operations/BinaryOperation.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/BinaryOperation.hpp b/types/operations/binary_operations/BinaryOperation.hpp index e3265281..090ad9f6 100644 --- a/types/operations/binary_operations/BinaryOperation.hpp +++ b/types/operations/binary_operations/BinaryOperation.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/BinaryOperationFactory.cpp b/types/operations/binary_operations/BinaryOperationFactory.cpp index acd3d9e0..ebbde57c 100644 --- a/types/operations/binary_operations/BinaryOperationFactory.cpp +++ b/types/operations/binary_operations/BinaryOperationFactory.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/BinaryOperationFactory.hpp b/types/operations/binary_operations/BinaryOperationFactory.hpp index e10ccf43..de19645d 100644 --- a/types/operations/binary_operations/BinaryOperationFactory.hpp +++ b/types/operations/binary_operations/BinaryOperationFactory.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/BinaryOperationID.cpp b/types/operations/binary_operations/BinaryOperationID.cpp index 22e2f770..41b0c00a 100644 --- a/types/operations/binary_operations/BinaryOperationID.cpp +++ b/types/operations/binary_operations/BinaryOperationID.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/BinaryOperationID.hpp b/types/operations/binary_operations/BinaryOperationID.hpp index d3a57f40..1dc974c5 100644 --- a/types/operations/binary_operations/BinaryOperationID.hpp +++ b/types/operations/binary_operations/BinaryOperationID.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/CMakeLists.txt b/types/operations/binary_operations/CMakeLists.txt index 63db3779..008eff2c 100644 --- a/types/operations/binary_operations/CMakeLists.txt +++ b/types/operations/binary_operations/CMakeLists.txt @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/DivideBinaryOperation.cpp b/types/operations/binary_operations/DivideBinaryOperation.cpp index 23cbb990..aceaf5c7 100644 --- a/types/operations/binary_operations/DivideBinaryOperation.cpp +++ b/types/operations/binary_operations/DivideBinaryOperation.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/DivideBinaryOperation.hpp b/types/operations/binary_operations/DivideBinaryOperation.hpp index 71950739..41b1cf49 100644 --- a/types/operations/binary_operations/DivideBinaryOperation.hpp +++ b/types/operations/binary_operations/DivideBinaryOperation.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/ModuloBinaryOperation.cpp b/types/operations/binary_operations/ModuloBinaryOperation.cpp index 9af54703..ba2b4756 100644 --- a/types/operations/binary_operations/ModuloBinaryOperation.cpp +++ b/types/operations/binary_operations/ModuloBinaryOperation.cpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/ModuloBinaryOperation.hpp b/types/operations/binary_operations/ModuloBinaryOperation.hpp index dcfb2b58..4e172fa5 100644 --- a/types/operations/binary_operations/ModuloBinaryOperation.hpp +++ b/types/operations/binary_operations/ModuloBinaryOperation.hpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/MultiplyBinaryOperation.cpp b/types/operations/binary_operations/MultiplyBinaryOperation.cpp index 970953d2..1b9dc353 100644 --- a/types/operations/binary_operations/MultiplyBinaryOperation.cpp +++ b/types/operations/binary_operations/MultiplyBinaryOperation.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/MultiplyBinaryOperation.hpp b/types/operations/binary_operations/MultiplyBinaryOperation.hpp index 6940bd06..b8c83864 100644 --- a/types/operations/binary_operations/MultiplyBinaryOperation.hpp +++ b/types/operations/binary_operations/MultiplyBinaryOperation.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/SubtractBinaryOperation.cpp b/types/operations/binary_operations/SubtractBinaryOperation.cpp index e4104888..9d97f1c9 100644 --- a/types/operations/binary_operations/SubtractBinaryOperation.cpp +++ b/types/operations/binary_operations/SubtractBinaryOperation.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/SubtractBinaryOperation.hpp b/types/operations/binary_operations/SubtractBinaryOperation.hpp index 46224d10..693fc260 100644 --- a/types/operations/binary_operations/SubtractBinaryOperation.hpp +++ b/types/operations/binary_operations/SubtractBinaryOperation.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/tests/AddBinaryOperation_unittest.cpp b/types/operations/binary_operations/tests/AddBinaryOperation_unittest.cpp index fdad57d8..af0f3e41 100644 --- a/types/operations/binary_operations/tests/AddBinaryOperation_unittest.cpp +++ b/types/operations/binary_operations/tests/AddBinaryOperation_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/tests/BinaryOperationTestUtil.hpp b/types/operations/binary_operations/tests/BinaryOperationTestUtil.hpp index 86c75575..e50ee4d3 100644 --- a/types/operations/binary_operations/tests/BinaryOperationTestUtil.hpp +++ b/types/operations/binary_operations/tests/BinaryOperationTestUtil.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/tests/BinaryOperation_unittest.cpp b/types/operations/binary_operations/tests/BinaryOperation_unittest.cpp index 8e1d1407..746670da 100644 --- a/types/operations/binary_operations/tests/BinaryOperation_unittest.cpp +++ b/types/operations/binary_operations/tests/BinaryOperation_unittest.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/tests/DivideBinaryOperation_unittest.cpp b/types/operations/binary_operations/tests/DivideBinaryOperation_unittest.cpp index 866fc397..8a8cb826 100644 --- a/types/operations/binary_operations/tests/DivideBinaryOperation_unittest.cpp +++ b/types/operations/binary_operations/tests/DivideBinaryOperation_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/tests/ModuloBinaryOperation_unittest.cpp b/types/operations/binary_operations/tests/ModuloBinaryOperation_unittest.cpp index c8e96e03..1a25632e 100644 --- a/types/operations/binary_operations/tests/ModuloBinaryOperation_unittest.cpp +++ b/types/operations/binary_operations/tests/ModuloBinaryOperation_unittest.cpp @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/tests/MultiplyBinaryOperation_unittest.cpp b/types/operations/binary_operations/tests/MultiplyBinaryOperation_unittest.cpp index 67eaabcc..3a790480 100644 --- a/types/operations/binary_operations/tests/MultiplyBinaryOperation_unittest.cpp +++ b/types/operations/binary_operations/tests/MultiplyBinaryOperation_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/binary_operations/tests/SubtractBinaryOperation_unittest.cpp b/types/operations/binary_operations/tests/SubtractBinaryOperation_unittest.cpp index e865cca4..45ffd450 100644 --- a/types/operations/binary_operations/tests/SubtractBinaryOperation_unittest.cpp +++ b/types/operations/binary_operations/tests/SubtractBinaryOperation_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/AsciiStringComparators-inl.hpp b/types/operations/comparisons/AsciiStringComparators-inl.hpp index 69b4ab36..7b472912 100644 --- a/types/operations/comparisons/AsciiStringComparators-inl.hpp +++ b/types/operations/comparisons/AsciiStringComparators-inl.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/AsciiStringComparators.hpp b/types/operations/comparisons/AsciiStringComparators.hpp index d9d9417f..63866c8a 100644 --- a/types/operations/comparisons/AsciiStringComparators.hpp +++ b/types/operations/comparisons/AsciiStringComparators.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/BasicComparison.cpp b/types/operations/comparisons/BasicComparison.cpp index 21b92ca9..690b181f 100644 --- a/types/operations/comparisons/BasicComparison.cpp +++ b/types/operations/comparisons/BasicComparison.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/BasicComparison.hpp b/types/operations/comparisons/BasicComparison.hpp index 9741c324..a7f727fd 100644 --- a/types/operations/comparisons/BasicComparison.hpp +++ b/types/operations/comparisons/BasicComparison.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/CMakeLists.txt b/types/operations/comparisons/CMakeLists.txt index d2dfecff..0434d749 100644 --- a/types/operations/comparisons/CMakeLists.txt +++ b/types/operations/comparisons/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/Comparison-inl.hpp b/types/operations/comparisons/Comparison-inl.hpp index 00450fcb..08fc01fc 100644 --- a/types/operations/comparisons/Comparison-inl.hpp +++ b/types/operations/comparisons/Comparison-inl.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/Comparison.cpp b/types/operations/comparisons/Comparison.cpp index 1b73edf4..42fd2fc2 100644 --- a/types/operations/comparisons/Comparison.cpp +++ b/types/operations/comparisons/Comparison.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/Comparison.hpp b/types/operations/comparisons/Comparison.hpp index 0349bffa..12cd8590 100644 --- a/types/operations/comparisons/Comparison.hpp +++ b/types/operations/comparisons/Comparison.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/ComparisonFactory.cpp b/types/operations/comparisons/ComparisonFactory.cpp index 1c3b21fb..736de553 100644 --- a/types/operations/comparisons/ComparisonFactory.cpp +++ b/types/operations/comparisons/ComparisonFactory.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/ComparisonFactory.hpp b/types/operations/comparisons/ComparisonFactory.hpp index 81574199..5e54757e 100644 --- a/types/operations/comparisons/ComparisonFactory.hpp +++ b/types/operations/comparisons/ComparisonFactory.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/ComparisonID.cpp b/types/operations/comparisons/ComparisonID.cpp index 5fa3b838..f487cdef 100644 --- a/types/operations/comparisons/ComparisonID.cpp +++ b/types/operations/comparisons/ComparisonID.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/ComparisonID.hpp b/types/operations/comparisons/ComparisonID.hpp index 7e839358..3bee96af 100644 --- a/types/operations/comparisons/ComparisonID.hpp +++ b/types/operations/comparisons/ComparisonID.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/ComparisonUtil.hpp b/types/operations/comparisons/ComparisonUtil.hpp index d7da3fdf..f95f7865 100644 --- a/types/operations/comparisons/ComparisonUtil.hpp +++ b/types/operations/comparisons/ComparisonUtil.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/EqualComparison.cpp b/types/operations/comparisons/EqualComparison.cpp index 1e3008c2..60f14dd3 100644 --- a/types/operations/comparisons/EqualComparison.cpp +++ b/types/operations/comparisons/EqualComparison.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/EqualComparison.hpp b/types/operations/comparisons/EqualComparison.hpp index b4774f9f..50f3d4a5 100644 --- a/types/operations/comparisons/EqualComparison.hpp +++ b/types/operations/comparisons/EqualComparison.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/GreaterComparison.cpp b/types/operations/comparisons/GreaterComparison.cpp index 4e716ff2..6950dbf9 100644 --- a/types/operations/comparisons/GreaterComparison.cpp +++ b/types/operations/comparisons/GreaterComparison.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/GreaterComparison.hpp b/types/operations/comparisons/GreaterComparison.hpp index d0983869..524f576f 100644 --- a/types/operations/comparisons/GreaterComparison.hpp +++ b/types/operations/comparisons/GreaterComparison.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/GreaterOrEqualComparison.cpp b/types/operations/comparisons/GreaterOrEqualComparison.cpp index 3ef4497e..a849e755 100644 --- a/types/operations/comparisons/GreaterOrEqualComparison.cpp +++ b/types/operations/comparisons/GreaterOrEqualComparison.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/GreaterOrEqualComparison.hpp b/types/operations/comparisons/GreaterOrEqualComparison.hpp index bf15032e..1368d76d 100644 --- a/types/operations/comparisons/GreaterOrEqualComparison.hpp +++ b/types/operations/comparisons/GreaterOrEqualComparison.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/LessComparison.cpp b/types/operations/comparisons/LessComparison.cpp index d3a5e748..39faefcf 100644 --- a/types/operations/comparisons/LessComparison.cpp +++ b/types/operations/comparisons/LessComparison.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/LessComparison.hpp b/types/operations/comparisons/LessComparison.hpp index a5605f49..03d12072 100644 --- a/types/operations/comparisons/LessComparison.hpp +++ b/types/operations/comparisons/LessComparison.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/LessOrEqualComparison.cpp b/types/operations/comparisons/LessOrEqualComparison.cpp index ce76cbdb..1d4205ad 100644 --- a/types/operations/comparisons/LessOrEqualComparison.cpp +++ b/types/operations/comparisons/LessOrEqualComparison.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/LessOrEqualComparison.hpp b/types/operations/comparisons/LessOrEqualComparison.hpp index 19ac6528..814cc6ce 100644 --- a/types/operations/comparisons/LessOrEqualComparison.hpp +++ b/types/operations/comparisons/LessOrEqualComparison.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/LiteralComparators-inl.hpp b/types/operations/comparisons/LiteralComparators-inl.hpp index e40f6a53..ec14efde 100644 --- a/types/operations/comparisons/LiteralComparators-inl.hpp +++ b/types/operations/comparisons/LiteralComparators-inl.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/LiteralComparators.hpp b/types/operations/comparisons/LiteralComparators.hpp index 3bf6b009..709e19ed 100644 --- a/types/operations/comparisons/LiteralComparators.hpp +++ b/types/operations/comparisons/LiteralComparators.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/NotEqualComparison.cpp b/types/operations/comparisons/NotEqualComparison.cpp index 235b961b..ceeaf6b8 100644 --- a/types/operations/comparisons/NotEqualComparison.cpp +++ b/types/operations/comparisons/NotEqualComparison.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/NotEqualComparison.hpp b/types/operations/comparisons/NotEqualComparison.hpp index 995eaf31..0687b13c 100644 --- a/types/operations/comparisons/NotEqualComparison.hpp +++ b/types/operations/comparisons/NotEqualComparison.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/PatternMatchingComparators-inl.hpp b/types/operations/comparisons/PatternMatchingComparators-inl.hpp index 6188a523..b904f96b 100644 --- a/types/operations/comparisons/PatternMatchingComparators-inl.hpp +++ b/types/operations/comparisons/PatternMatchingComparators-inl.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/PatternMatchingComparators.hpp b/types/operations/comparisons/PatternMatchingComparators.hpp index ed105a64..924b2227 100644 --- a/types/operations/comparisons/PatternMatchingComparators.hpp +++ b/types/operations/comparisons/PatternMatchingComparators.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/PatternMatchingComparison.cpp b/types/operations/comparisons/PatternMatchingComparison.cpp index 052f0f05..36bf0f1f 100644 --- a/types/operations/comparisons/PatternMatchingComparison.cpp +++ b/types/operations/comparisons/PatternMatchingComparison.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/PatternMatchingComparison.hpp b/types/operations/comparisons/PatternMatchingComparison.hpp index b4162f03..62af5976 100644 --- a/types/operations/comparisons/PatternMatchingComparison.hpp +++ b/types/operations/comparisons/PatternMatchingComparison.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/comparisons/tests/Comparison_unittest.cpp b/types/operations/comparisons/tests/Comparison_unittest.cpp index 0d5e3877..fcf1f7c7 100644 --- a/types/operations/comparisons/tests/Comparison_unittest.cpp +++ b/types/operations/comparisons/tests/Comparison_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/ArithmeticUnaryOperations.cpp b/types/operations/unary_operations/ArithmeticUnaryOperations.cpp index 1e61db30..17c387fa 100644 --- a/types/operations/unary_operations/ArithmeticUnaryOperations.cpp +++ b/types/operations/unary_operations/ArithmeticUnaryOperations.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/ArithmeticUnaryOperations.hpp b/types/operations/unary_operations/ArithmeticUnaryOperations.hpp index 2c6009a0..17268440 100644 --- a/types/operations/unary_operations/ArithmeticUnaryOperations.hpp +++ b/types/operations/unary_operations/ArithmeticUnaryOperations.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/ArithmeticUnaryOperators.hpp b/types/operations/unary_operations/ArithmeticUnaryOperators.hpp index 176b5b36..50f91854 100644 --- a/types/operations/unary_operations/ArithmeticUnaryOperators.hpp +++ b/types/operations/unary_operations/ArithmeticUnaryOperators.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/CMakeLists.txt b/types/operations/unary_operations/CMakeLists.txt index 5c54d9c0..303120a7 100644 --- a/types/operations/unary_operations/CMakeLists.txt +++ b/types/operations/unary_operations/CMakeLists.txt @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/DateExtractOperation.cpp b/types/operations/unary_operations/DateExtractOperation.cpp index 525ba001..c44a6686 100644 --- a/types/operations/unary_operations/DateExtractOperation.cpp +++ b/types/operations/unary_operations/DateExtractOperation.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/DateExtractOperation.hpp b/types/operations/unary_operations/DateExtractOperation.hpp index dcda575f..62afdf07 100644 --- a/types/operations/unary_operations/DateExtractOperation.hpp +++ b/types/operations/unary_operations/DateExtractOperation.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/NumericCastOperation.hpp b/types/operations/unary_operations/NumericCastOperation.hpp index 250df6d0..fc6ea7ae 100644 --- a/types/operations/unary_operations/NumericCastOperation.hpp +++ b/types/operations/unary_operations/NumericCastOperation.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/SubstringOperation.cpp b/types/operations/unary_operations/SubstringOperation.cpp index 463cd33e..71a3c0cc 100644 --- a/types/operations/unary_operations/SubstringOperation.cpp +++ b/types/operations/unary_operations/SubstringOperation.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/SubstringOperation.hpp b/types/operations/unary_operations/SubstringOperation.hpp index d215eae8..26805133 100644 --- a/types/operations/unary_operations/SubstringOperation.hpp +++ b/types/operations/unary_operations/SubstringOperation.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/UnaryOperation.cpp b/types/operations/unary_operations/UnaryOperation.cpp index 6721bd68..8624dfd1 100644 --- a/types/operations/unary_operations/UnaryOperation.cpp +++ b/types/operations/unary_operations/UnaryOperation.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/UnaryOperation.hpp b/types/operations/unary_operations/UnaryOperation.hpp index 95422317..045cdee4 100644 --- a/types/operations/unary_operations/UnaryOperation.hpp +++ b/types/operations/unary_operations/UnaryOperation.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/UnaryOperationFactory.cpp b/types/operations/unary_operations/UnaryOperationFactory.cpp index 13cb76e9..a4be07e8 100644 --- a/types/operations/unary_operations/UnaryOperationFactory.cpp +++ b/types/operations/unary_operations/UnaryOperationFactory.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/UnaryOperationFactory.hpp b/types/operations/unary_operations/UnaryOperationFactory.hpp index 59c439d9..5b225188 100644 --- a/types/operations/unary_operations/UnaryOperationFactory.hpp +++ b/types/operations/unary_operations/UnaryOperationFactory.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/UnaryOperationID.cpp b/types/operations/unary_operations/UnaryOperationID.cpp index dae64d33..359946d3 100644 --- a/types/operations/unary_operations/UnaryOperationID.cpp +++ b/types/operations/unary_operations/UnaryOperationID.cpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/UnaryOperationID.hpp b/types/operations/unary_operations/UnaryOperationID.hpp index 9cbb6e4a..a79d8e21 100644 --- a/types/operations/unary_operations/UnaryOperationID.hpp +++ b/types/operations/unary_operations/UnaryOperationID.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/tests/DateExtractOperation_unittest.cpp b/types/operations/unary_operations/tests/DateExtractOperation_unittest.cpp index 745efc60..bc2dcb7d 100644 --- a/types/operations/unary_operations/tests/DateExtractOperation_unittest.cpp +++ b/types/operations/unary_operations/tests/DateExtractOperation_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/tests/NegateUnaryOperation_unittest.cpp b/types/operations/unary_operations/tests/NegateUnaryOperation_unittest.cpp index 81e5d7a0..25cd579e 100644 --- a/types/operations/unary_operations/tests/NegateUnaryOperation_unittest.cpp +++ b/types/operations/unary_operations/tests/NegateUnaryOperation_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/tests/NumericCastOperation_unittest.cpp b/types/operations/unary_operations/tests/NumericCastOperation_unittest.cpp index ec2c1b55..e41041e2 100644 --- a/types/operations/unary_operations/tests/NumericCastOperation_unittest.cpp +++ b/types/operations/unary_operations/tests/NumericCastOperation_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/operations/unary_operations/tests/UnaryOperation_unittest.cpp b/types/operations/unary_operations/tests/UnaryOperation_unittest.cpp index fc69394a..26afec4e 100644 --- a/types/operations/unary_operations/tests/UnaryOperation_unittest.cpp +++ b/types/operations/unary_operations/tests/UnaryOperation_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/port/CMakeLists.txt b/types/port/CMakeLists.txt index 23959241..a1365414 100644 --- a/types/port/CMakeLists.txt +++ b/types/port/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/port/TypesPortConfig.h.in b/types/port/TypesPortConfig.h.in index c8a74262..d9233ad9 100644 --- a/types/port/TypesPortConfig.h.in +++ b/types/port/TypesPortConfig.h.in @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/port/gmtime_r.hpp b/types/port/gmtime_r.hpp index a205cc7c..0cd67f7f 100644 --- a/types/port/gmtime_r.hpp +++ b/types/port/gmtime_r.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/port/localtime_r.hpp b/types/port/localtime_r.hpp index cdf907d7..c2cb45b8 100644 --- a/types/port/localtime_r.hpp +++ b/types/port/localtime_r.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/port/strnlen.hpp b/types/port/strnlen.hpp index da7985f7..312758ea 100644 --- a/types/port/strnlen.hpp +++ b/types/port/strnlen.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/port/tests/timegm_benchmark.cpp b/types/port/tests/timegm_benchmark.cpp index 005077b3..7370663c 100644 --- a/types/port/tests/timegm_benchmark.cpp +++ b/types/port/tests/timegm_benchmark.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/port/tests/timegm_unittest.cpp b/types/port/tests/timegm_unittest.cpp index 88ed49ec..e0649d84 100644 --- a/types/port/tests/timegm_unittest.cpp +++ b/types/port/tests/timegm_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/port/timegm.cpp b/types/port/timegm.cpp index 8c27fec5..d2d82cf3 100644 --- a/types/port/timegm.cpp +++ b/types/port/timegm.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/port/timegm.hpp b/types/port/timegm.hpp index 0a02e57e..b9b8ae46 100644 --- a/types/port/timegm.hpp +++ b/types/port/timegm.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/tests/CharType_unittest.cpp b/types/tests/CharType_unittest.cpp index 390d0021..bff10fe0 100644 --- a/types/tests/CharType_unittest.cpp +++ b/types/tests/CharType_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/tests/DatetimeIntervalType_unittest.cpp b/types/tests/DatetimeIntervalType_unittest.cpp index 5156e1da..b76f9c43 100644 --- a/types/tests/DatetimeIntervalType_unittest.cpp +++ b/types/tests/DatetimeIntervalType_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/tests/DatetimeType_unittest.cpp b/types/tests/DatetimeType_unittest.cpp index 81ce0b56..10856f1e 100644 --- a/types/tests/DatetimeType_unittest.cpp +++ b/types/tests/DatetimeType_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/tests/DoubleType_unittest.cpp b/types/tests/DoubleType_unittest.cpp index 50b250de..9b4d12bb 100644 --- a/types/tests/DoubleType_unittest.cpp +++ b/types/tests/DoubleType_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/tests/FloatType_unittest.cpp b/types/tests/FloatType_unittest.cpp index 146cce6d..db9602ac 100644 --- a/types/tests/FloatType_unittest.cpp +++ b/types/tests/FloatType_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/tests/IntType_unittest.cpp b/types/tests/IntType_unittest.cpp index 9b2f1b1d..4ab10d2e 100644 --- a/types/tests/IntType_unittest.cpp +++ b/types/tests/IntType_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/tests/LongType_unittest.cpp b/types/tests/LongType_unittest.cpp index 3f9e3133..5d820a3a 100644 --- a/types/tests/LongType_unittest.cpp +++ b/types/tests/LongType_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/tests/TypeTest_common.hpp b/types/tests/TypeTest_common.hpp index 7cc9cc2d..8b807f08 100644 --- a/types/tests/TypeTest_common.hpp +++ b/types/tests/TypeTest_common.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/tests/Type_unittest.cpp b/types/tests/Type_unittest.cpp index c2f502b2..e34789f2 100644 --- a/types/tests/Type_unittest.cpp +++ b/types/tests/Type_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/tests/TypedValue_unittest.cpp b/types/tests/TypedValue_unittest.cpp index f2cbb01e..160c978a 100644 --- a/types/tests/TypedValue_unittest.cpp +++ b/types/tests/TypedValue_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/tests/VarCharType_unittest.cpp b/types/tests/VarCharType_unittest.cpp index aaca9065..10aa16c7 100644 --- a/types/tests/VarCharType_unittest.cpp +++ b/types/tests/VarCharType_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/types/tests/YearMonthIntervalType_unittest.cpp b/types/tests/YearMonthIntervalType_unittest.cpp index 40d08de1..095b8250 100644 --- a/types/tests/YearMonthIntervalType_unittest.cpp +++ b/types/tests/YearMonthIntervalType_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/Alignment.hpp b/utility/Alignment.hpp index 1a3ff4b3..54a2e4e2 100644 --- a/utility/Alignment.hpp +++ b/utility/Alignment.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/BitManipulation.hpp b/utility/BitManipulation.hpp index e06fdb7e..5b57b3cf 100644 --- a/utility/BitManipulation.hpp +++ b/utility/BitManipulation.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/BitVector.hpp b/utility/BitVector.hpp index a6197a5a..39bfd967 100644 --- a/utility/BitVector.hpp +++ b/utility/BitVector.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/BloomFilter.hpp b/utility/BloomFilter.hpp index b93df841..4aaa5c57 100644 --- a/utility/BloomFilter.hpp +++ b/utility/BloomFilter.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/BloomFilter.proto b/utility/BloomFilter.proto index 8dd91636..8c56f1c5 100644 --- a/utility/BloomFilter.proto +++ b/utility/BloomFilter.proto @@ -5,7 +5,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/CMakeLists.txt b/utility/CMakeLists.txt index 2d3db8f5..88395d52 100644 --- a/utility/CMakeLists.txt +++ b/utility/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/CalculateInstalledMemory.cpp b/utility/CalculateInstalledMemory.cpp index ee90db22..1bed67e7 100644 --- a/utility/CalculateInstalledMemory.cpp +++ b/utility/CalculateInstalledMemory.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/CalculateInstalledMemory.hpp b/utility/CalculateInstalledMemory.hpp index 9bbfc71a..8f7e93e8 100644 --- a/utility/CalculateInstalledMemory.hpp +++ b/utility/CalculateInstalledMemory.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/Cast.hpp b/utility/Cast.hpp index 1a94e48f..464649f7 100644 --- a/utility/Cast.hpp +++ b/utility/Cast.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/CheckSnprintf.hpp b/utility/CheckSnprintf.hpp index d66aa7d0..c4ae2e38 100644 --- a/utility/CheckSnprintf.hpp +++ b/utility/CheckSnprintf.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/DAG.hpp b/utility/DAG.hpp index 79557720..9d546db7 100644 --- a/utility/DAG.hpp +++ b/utility/DAG.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/EqualsAnyConstant.hpp b/utility/EqualsAnyConstant.hpp index cf6ac299..4f790bda 100644 --- a/utility/EqualsAnyConstant.hpp +++ b/utility/EqualsAnyConstant.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/Glob.cpp b/utility/Glob.cpp index 7e49c135..a0336af0 100644 --- a/utility/Glob.cpp +++ b/utility/Glob.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/Glob.hpp b/utility/Glob.hpp index 842e760e..58abbf22 100644 --- a/utility/Glob.hpp +++ b/utility/Glob.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/HashPair.hpp b/utility/HashPair.hpp index 04e9457e..4fcf8dfc 100644 --- a/utility/HashPair.hpp +++ b/utility/HashPair.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/Macros.hpp b/utility/Macros.hpp index 3edbebd8..d181a037 100644 --- a/utility/Macros.hpp +++ b/utility/Macros.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/MemStream.hpp b/utility/MemStream.hpp index f15e1a03..7e46dcdb 100644 --- a/utility/MemStream.hpp +++ b/utility/MemStream.hpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/PlanVisualizer.cpp b/utility/PlanVisualizer.cpp index 962d577f..8f83312f 100644 --- a/utility/PlanVisualizer.cpp +++ b/utility/PlanVisualizer.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/PlanVisualizer.hpp b/utility/PlanVisualizer.hpp index 080b7dec..5f81fa25 100644 --- a/utility/PlanVisualizer.hpp +++ b/utility/PlanVisualizer.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/PrimeNumber.cpp b/utility/PrimeNumber.cpp index d1cc87d4..9e0e1488 100644 --- a/utility/PrimeNumber.cpp +++ b/utility/PrimeNumber.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/PrimeNumber.hpp b/utility/PrimeNumber.hpp index 8aa39e81..156b9620 100644 --- a/utility/PrimeNumber.hpp +++ b/utility/PrimeNumber.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/PtrList.hpp b/utility/PtrList.hpp index a3ac3c2f..219d822c 100644 --- a/utility/PtrList.hpp +++ b/utility/PtrList.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/PtrMap.hpp b/utility/PtrMap.hpp index 7dd11b97..67148366 100644 --- a/utility/PtrMap.hpp +++ b/utility/PtrMap.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/PtrVector.hpp b/utility/PtrVector.hpp index af20e617..e6dfc01e 100644 --- a/utility/PtrVector.hpp +++ b/utility/PtrVector.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/ScopedBuffer.hpp b/utility/ScopedBuffer.hpp index 03290ffb..b8708062 100644 --- a/utility/ScopedBuffer.hpp +++ b/utility/ScopedBuffer.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/ScopedDeleter.hpp b/utility/ScopedDeleter.hpp index 42830b86..7c1b518c 100644 --- a/utility/ScopedDeleter.hpp +++ b/utility/ScopedDeleter.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/ShardedLockManager.hpp b/utility/ShardedLockManager.hpp index e3eba85c..70baf484 100644 --- a/utility/ShardedLockManager.hpp +++ b/utility/ShardedLockManager.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/SortConfiguration.cpp b/utility/SortConfiguration.cpp index 238b569e..ae22cdd9 100644 --- a/utility/SortConfiguration.cpp +++ b/utility/SortConfiguration.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/SortConfiguration.hpp b/utility/SortConfiguration.hpp index 473444e1..9333f7cf 100644 --- a/utility/SortConfiguration.hpp +++ b/utility/SortConfiguration.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/SortConfiguration.proto b/utility/SortConfiguration.proto index ce7738e6..8dc7179e 100644 --- a/utility/SortConfiguration.proto +++ b/utility/SortConfiguration.proto @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/SqlError.cpp b/utility/SqlError.cpp index 775b5d24..835983a7 100644 --- a/utility/SqlError.cpp +++ b/utility/SqlError.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/SqlError.hpp b/utility/SqlError.hpp index 2396e194..508b7cbb 100644 --- a/utility/SqlError.hpp +++ b/utility/SqlError.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/StringUtil.cpp b/utility/StringUtil.cpp index b38e8f46..d0d94e71 100644 --- a/utility/StringUtil.cpp +++ b/utility/StringUtil.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/StringUtil.hpp b/utility/StringUtil.hpp index 6477ded8..5dcda003 100644 --- a/utility/StringUtil.hpp +++ b/utility/StringUtil.hpp @@ -8,7 +8,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/TemplateUtil.hpp b/utility/TemplateUtil.hpp index 60022f55..bff27c65 100644 --- a/utility/TemplateUtil.hpp +++ b/utility/TemplateUtil.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/ThreadSafeQueue.hpp b/utility/ThreadSafeQueue.hpp index 4581dc30..5b912b15 100644 --- a/utility/ThreadSafeQueue.hpp +++ b/utility/ThreadSafeQueue.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/TreeStringSerializable.hpp b/utility/TreeStringSerializable.hpp index 96f4fcf9..85c1ebc8 100644 --- a/utility/TreeStringSerializable.hpp +++ b/utility/TreeStringSerializable.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/UtilityConfig.h.in b/utility/UtilityConfig.h.in index 1661fa1c..28b903ad 100644 --- a/utility/UtilityConfig.h.in +++ b/utility/UtilityConfig.h.in @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/UtilityModule.hpp b/utility/UtilityModule.hpp index 3d28f3a8..e27b3505 100644 --- a/utility/UtilityModule.hpp +++ b/utility/UtilityModule.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/VectorUtil.hpp b/utility/VectorUtil.hpp index 8559a464..eeeba314 100644 --- a/utility/VectorUtil.hpp +++ b/utility/VectorUtil.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/tests/BitVector_unittest.cpp b/utility/tests/BitVector_unittest.cpp index 52b475a4..5ca891ce 100644 --- a/utility/tests/BitVector_unittest.cpp +++ b/utility/tests/BitVector_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/tests/BloomFilter_unittest.cpp b/utility/tests/BloomFilter_unittest.cpp index 4d8beaeb..21495688 100644 --- a/utility/tests/BloomFilter_unittest.cpp +++ b/utility/tests/BloomFilter_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/tests/CalculateInstalledMemory_unittest.cpp b/utility/tests/CalculateInstalledMemory_unittest.cpp index 0bfec64d..0f90b582 100644 --- a/utility/tests/CalculateInstalledMemory_unittest.cpp +++ b/utility/tests/CalculateInstalledMemory_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/tests/DAG_unittest.cpp b/utility/tests/DAG_unittest.cpp index 30a82503..e562a8fd 100644 --- a/utility/tests/DAG_unittest.cpp +++ b/utility/tests/DAG_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/tests/EqualsAnyConstant_benchmark.cpp b/utility/tests/EqualsAnyConstant_benchmark.cpp index 75eeed98..d73bbea4 100644 --- a/utility/tests/EqualsAnyConstant_benchmark.cpp +++ b/utility/tests/EqualsAnyConstant_benchmark.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/tests/EqualsAnyConstant_unittest.cpp b/utility/tests/EqualsAnyConstant_unittest.cpp index 53771804..5baa129e 100644 --- a/utility/tests/EqualsAnyConstant_unittest.cpp +++ b/utility/tests/EqualsAnyConstant_unittest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/tests/HashPair_benchmark.cpp b/utility/tests/HashPair_benchmark.cpp index 99a76a93..7694cacd 100644 --- a/utility/tests/HashPair_benchmark.cpp +++ b/utility/tests/HashPair_benchmark.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/tests/PrimeNumber_unittest.cpp b/utility/tests/PrimeNumber_unittest.cpp index 6b8e87ab..50211434 100644 --- a/utility/tests/PrimeNumber_unittest.cpp +++ b/utility/tests/PrimeNumber_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/tests/ScopedDeleter_unittest.cpp b/utility/tests/ScopedDeleter_unittest.cpp index 558a37ba..c8ba8c83 100644 --- a/utility/tests/ScopedDeleter_unittest.cpp +++ b/utility/tests/ScopedDeleter_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/tests/SqlError_unittest.cpp b/utility/tests/SqlError_unittest.cpp index 7ed1072e..3b4c06ec 100644 --- a/utility/tests/SqlError_unittest.cpp +++ b/utility/tests/SqlError_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/tests/TemplateUtil_unittest.cpp b/utility/tests/TemplateUtil_unittest.cpp index 7fcd3184..8cb8db8d 100644 --- a/utility/tests/TemplateUtil_unittest.cpp +++ b/utility/tests/TemplateUtil_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/tests/TextBasedTestDriver_unittest.cpp b/utility/tests/TextBasedTestDriver_unittest.cpp index aca7e260..03110cb5 100644 --- a/utility/tests/TextBasedTestDriver_unittest.cpp +++ b/utility/tests/TextBasedTestDriver_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/tests/ThreadSafeQueue_unittest.cpp b/utility/tests/ThreadSafeQueue_unittest.cpp index 0c96fdc6..43b8660f 100644 --- a/utility/tests/ThreadSafeQueue_unittest.cpp +++ b/utility/tests/ThreadSafeQueue_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/tests/TreeStringSerializable_unittest.cpp b/utility/tests/TreeStringSerializable_unittest.cpp index 52c9df76..d4669619 100644 --- a/utility/tests/TreeStringSerializable_unittest.cpp +++ b/utility/tests/TreeStringSerializable_unittest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/textbased_test/TextBasedTest.cpp b/utility/textbased_test/TextBasedTest.cpp index de4a87ae..5e586380 100644 --- a/utility/textbased_test/TextBasedTest.cpp +++ b/utility/textbased_test/TextBasedTest.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/textbased_test/TextBasedTest.hpp b/utility/textbased_test/TextBasedTest.hpp index 7e386679..aaed20a2 100644 --- a/utility/textbased_test/TextBasedTest.hpp +++ b/utility/textbased_test/TextBasedTest.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/textbased_test/TextBasedTestDriver.cpp b/utility/textbased_test/TextBasedTestDriver.cpp index a0d09420..52f6dbb1 100644 --- a/utility/textbased_test/TextBasedTestDriver.cpp +++ b/utility/textbased_test/TextBasedTestDriver.cpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/textbased_test/TextBasedTestDriver.hpp b/utility/textbased_test/TextBasedTestDriver.hpp index fc96a4b0..e9577c0a 100644 --- a/utility/textbased_test/TextBasedTestDriver.hpp +++ b/utility/textbased_test/TextBasedTestDriver.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utility/textbased_test/TextBasedTestRunner.hpp b/utility/textbased_test/TextBasedTestRunner.hpp index f0881175..49a5a1a0 100644 --- a/utility/textbased_test/TextBasedTestRunner.hpp +++ b/utility/textbased_test/TextBasedTestRunner.hpp @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/validate_cmakelists.py b/validate_cmakelists.py index c7b5883a..eb49bb38 100755 --- a/validate_cmakelists.py +++ b/validate_cmakelists.py @@ -23,7 +23,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/yarn/CMakeLists.txt b/yarn/CMakeLists.txt index 55519736..3d2b30bf 100644 --- a/yarn/CMakeLists.txt +++ b/yarn/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS,