From 6f40c4510dfddcd762878b56852c9a59f4da0cf0 Mon Sep 17 00:00:00 2001 From: Gemma Lamont Date: Fri, 14 Apr 2023 14:28:44 +0200 Subject: [PATCH] [XN2vr37d] Add Apache 2.0 License headers to all files --- core/build.gradle | 15 +++++++++++++++ core/src/main/java/apoc/ApocConfig.java | 18 ++++++++++++++++++ .../java/apoc/ApocConfigExtensionFactory.java | 18 ++++++++++++++++++ .../main/java/apoc/ApocExtensionFactory.java | 18 ++++++++++++++++++ .../main/java/apoc/ApocGlobalComponents.java | 18 ++++++++++++++++++ core/src/main/java/apoc/ApocSettings.java | 18 ++++++++++++++++++ .../java/apoc/CoreApocGlobalComponents.java | 18 ++++++++++++++++++ core/src/main/java/apoc/Description.java | 18 ++++++++++++++++++ .../main/java/apoc/PoolExtensionFactory.java | 18 ++++++++++++++++++ core/src/main/java/apoc/Pools.java | 18 ++++++++++++++++++ .../java/apoc/RegisterComponentFactory.java | 18 ++++++++++++++++++ core/src/main/java/apoc/SystemLabels.java | 18 ++++++++++++++++++ .../src/main/java/apoc/SystemPropertyKeys.java | 18 ++++++++++++++++++ core/src/main/java/apoc/TTLConfig.java | 18 ++++++++++++++++++ .../java/apoc/TTLConfigExtensionFactory.java | 18 ++++++++++++++++++ .../main/java/apoc/agg/CollAggregation.java | 18 ++++++++++++++++++ core/src/main/java/apoc/agg/Graph.java | 18 ++++++++++++++++++ .../src/main/java/apoc/agg/MaxAndMinItems.java | 18 ++++++++++++++++++ core/src/main/java/apoc/agg/Median.java | 18 ++++++++++++++++++ core/src/main/java/apoc/agg/Percentiles.java | 18 ++++++++++++++++++ core/src/main/java/apoc/agg/Product.java | 18 ++++++++++++++++++ core/src/main/java/apoc/agg/Statistics.java | 18 ++++++++++++++++++ core/src/main/java/apoc/algo/Cover.java | 18 ++++++++++++++++++ core/src/main/java/apoc/algo/PathFinding.java | 18 ++++++++++++++++++ core/src/main/java/apoc/atomic/Atomic.java | 18 ++++++++++++++++++ .../java/apoc/atomic/util/AtomicUtils.java | 18 ++++++++++++++++++ .../java/apoc/bitwise/BitwiseOperations.java | 18 ++++++++++++++++++ core/src/main/java/apoc/coll/Coll.java | 18 ++++++++++++++++++ .../src/main/java/apoc/coll/SetBackedList.java | 18 ++++++++++++++++++ core/src/main/java/apoc/convert/Convert.java | 18 ++++++++++++++++++ .../main/java/apoc/convert/ConvertConfig.java | 18 ++++++++++++++++++ core/src/main/java/apoc/convert/Json.java | 18 ++++++++++++++++++ core/src/main/java/apoc/create/Create.java | 18 ++++++++++++++++++ core/src/main/java/apoc/cypher/Cypher.java | 18 ++++++++++++++++++ .../main/java/apoc/cypher/CypherFunctions.java | 18 ++++++++++++++++++ .../java/apoc/cypher/CypherInitializer.java | 18 ++++++++++++++++++ core/src/main/java/apoc/cypher/Timeboxed.java | 18 ++++++++++++++++++ core/src/main/java/apoc/data/Extract.java | 18 ++++++++++++++++++ .../main/java/apoc/data/url/ExtractURL.java | 18 ++++++++++++++++++ core/src/main/java/apoc/date/Date.java | 18 ++++++++++++++++++ core/src/main/java/apoc/diff/Diff.java | 18 ++++++++++++++++++ core/src/main/java/apoc/example/Examples.java | 18 ++++++++++++++++++ core/src/main/java/apoc/export/Export.java | 18 ++++++++++++++++++ .../java/apoc/export/arrow/ArrowConfig.java | 18 ++++++++++++++++++ .../java/apoc/export/arrow/ArrowUtils.java | 18 ++++++++++++++++++ .../java/apoc/export/arrow/ExportArrow.java | 18 ++++++++++++++++++ .../export/arrow/ExportArrowFileStrategy.java | 18 ++++++++++++++++++ .../apoc/export/arrow/ExportArrowService.java | 18 ++++++++++++++++++ .../apoc/export/arrow/ExportArrowStrategy.java | 18 ++++++++++++++++++ .../arrow/ExportArrowStreamStrategy.java | 18 ++++++++++++++++++ .../export/arrow/ExportGraphFileStrategy.java | 18 ++++++++++++++++++ .../apoc/export/arrow/ExportGraphStrategy.java | 18 ++++++++++++++++++ .../arrow/ExportGraphStreamStrategy.java | 18 ++++++++++++++++++ .../export/arrow/ExportResultFileStrategy.java | 18 ++++++++++++++++++ .../export/arrow/ExportResultStrategy.java | 18 ++++++++++++++++++ .../arrow/ExportResultStreamStrategy.java | 18 ++++++++++++++++++ .../java/apoc/export/csv/CsvEntityLoader.java | 18 ++++++++++++++++++ .../main/java/apoc/export/csv/CsvFormat.java | 18 ++++++++++++++++++ .../java/apoc/export/csv/CsvHeaderField.java | 18 ++++++++++++++++++ .../java/apoc/export/csv/CsvHeaderFields.java | 18 ++++++++++++++++++ .../java/apoc/export/csv/CsvLoaderConfig.java | 18 ++++++++++++++++++ .../apoc/export/csv/CsvLoaderConstants.java | 18 ++++++++++++++++++ .../apoc/export/csv/CsvPropertyConverter.java | 18 ++++++++++++++++++ .../main/java/apoc/export/csv/ExportCSV.java | 18 ++++++++++++++++++ .../main/java/apoc/export/csv/ImportCsv.java | 18 ++++++++++++++++++ .../java/apoc/export/cypher/ExportCypher.java | 18 ++++++++++++++++++ .../apoc/export/cypher/ExportFileManager.java | 18 ++++++++++++++++++ .../apoc/export/cypher/FileManagerFactory.java | 18 ++++++++++++++++++ .../MultiStatementCypherSubGraphExporter.java | 18 ++++++++++++++++++ .../formatter/AbstractCypherFormatter.java | 18 ++++++++++++++++++ .../formatter/AddStructureCypherFormatter.java | 18 ++++++++++++++++++ .../formatter/CreateCypherFormatter.java | 18 ++++++++++++++++++ .../export/cypher/formatter/CypherFormat.java | 18 ++++++++++++++++++ .../cypher/formatter/CypherFormatter.java | 18 ++++++++++++++++++ .../cypher/formatter/CypherFormatterUtils.java | 18 ++++++++++++++++++ .../formatter/UpdateAllCypherFormatter.java | 18 ++++++++++++++++++ .../UpdateStructureCypherFormatter.java | 18 ++++++++++++++++++ .../apoc/export/graphml/ExportGraphML.java | 18 ++++++++++++++++++ .../apoc/export/graphml/XmlGraphMLFormat.java | 18 ++++++++++++++++++ .../apoc/export/graphml/XmlGraphMLReader.java | 18 ++++++++++++++++++ .../apoc/export/graphml/XmlGraphMLWriter.java | 18 ++++++++++++++++++ .../apoc/export/graphml/XmlNodeExport.java | 18 ++++++++++++++++++ .../main/java/apoc/export/json/ExportJson.java | 18 ++++++++++++++++++ .../main/java/apoc/export/json/ImportJson.java | 18 ++++++++++++++++++ .../apoc/export/json/ImportJsonConfig.java | 18 ++++++++++++++++++ .../main/java/apoc/export/json/JsonFormat.java | 18 ++++++++++++++++++ .../apoc/export/json/JsonFormatSerializer.java | 18 ++++++++++++++++++ .../java/apoc/export/json/JsonImporter.java | 18 ++++++++++++++++++ .../apoc/export/util/BatchTransaction.java | 18 ++++++++++++++++++ .../java/apoc/export/util/BulkImportUtil.java | 18 ++++++++++++++++++ .../apoc/export/util/CountingInputStream.java | 18 ++++++++++++++++++ .../java/apoc/export/util/CountingReader.java | 18 ++++++++++++++++++ .../export/util/DurationValueSerializer.java | 18 ++++++++++++++++++ .../java/apoc/export/util/ExportConfig.java | 18 ++++++++++++++++++ .../java/apoc/export/util/ExportFormat.java | 18 ++++++++++++++++++ .../java/apoc/export/util/ExportUtils.java | 18 ++++++++++++++++++ .../src/main/java/apoc/export/util/Format.java | 18 ++++++++++++++++++ .../java/apoc/export/util/FormatUtils.java | 18 ++++++++++++++++++ .../java/apoc/export/util/MapSubGraph.java | 18 ++++++++++++++++++ .../java/apoc/export/util/MetaInformation.java | 18 ++++++++++++++++++ .../apoc/export/util/NodesAndRelsSubGraph.java | 18 ++++++++++++++++++ .../java/apoc/export/util/PointSerializer.java | 18 ++++++++++++++++++ .../apoc/export/util/ProgressReporter.java | 18 ++++++++++++++++++ .../main/java/apoc/export/util/Reporter.java | 18 ++++++++++++++++++ .../java/apoc/export/util/SizeCounter.java | 18 ++++++++++++++++++ .../apoc/export/util/TemporalSerializer.java | 18 ++++++++++++++++++ .../java/apoc/export/xls/XlsExportConfig.java | 18 ++++++++++++++++++ .../java/apoc/generate/BaseGraphGenerator.java | 18 ++++++++++++++++++ .../java/apoc/generate/GraphGenerator.java | 18 ++++++++++++++++++ .../apoc/generate/Neo4jGraphGenerator.java | 18 ++++++++++++++++++ .../generate/config/BarabasiAlbertConfig.java | 18 ++++++++++++++++++ .../generate/config/BasicGeneratorConfig.java | 18 ++++++++++++++++++ .../config/DistributionBasedConfig.java | 18 ++++++++++++++++++ .../apoc/generate/config/ErdosRenyiConfig.java | 18 ++++++++++++++++++ .../config/GeneratorConfiguration.java | 18 ++++++++++++++++++ .../config/InvalidConfigException.java | 18 ++++++++++++++++++ .../config/NumberOfNodesBasedConfig.java | 18 ++++++++++++++++++ .../config/RelationshipGeneratorConfig.java | 18 ++++++++++++++++++ .../generate/config/WattsStrogatzConfig.java | 18 ++++++++++++++++++ .../distribution/DegreeDistribution.java | 18 ++++++++++++++++++ .../MutableDegreeDistribution.java | 18 ++++++++++++++++++ .../MutableSimpleDegreeDistribution.java | 18 ++++++++++++++++++ .../distribution/SimpleDegreeDistribution.java | 18 ++++++++++++++++++ .../apoc/generate/node/DefaultNodeCreator.java | 18 ++++++++++++++++++ .../java/apoc/generate/node/NodeCreator.java | 18 ++++++++++++++++++ .../BarabasiAlbertRelationshipGenerator.java | 18 ++++++++++++++++++ .../BaseRelationshipGenerator.java | 18 ++++++++++++++++++ .../CompleteGraphRelationshipGenerator.java | 18 ++++++++++++++++++ .../DefaultRelationshipCreator.java | 18 ++++++++++++++++++ .../ErdosRenyiRelationshipGenerator.java | 18 ++++++++++++++++++ .../relationship/RelationshipCreator.java | 18 ++++++++++++++++++ .../relationship/RelationshipGenerator.java | 18 ++++++++++++++++++ .../SimpleGraphRelationshipGenerator.java | 18 ++++++++++++++++++ .../SocialNetworkRelationshipCreator.java | 18 ++++++++++++++++++ .../WattsStrogatzRelationshipGenerator.java | 18 ++++++++++++++++++ .../utils/WeightedReservoirSampler.java | 18 ++++++++++++++++++ .../main/java/apoc/gephi/GephiFormatUtils.java | 18 ++++++++++++++++++ core/src/main/java/apoc/get/Get.java | 18 ++++++++++++++++++ core/src/main/java/apoc/graph/Graphs.java | 18 ++++++++++++++++++ .../document/builder/DocumentToGraph.java | 18 ++++++++++++++++++ .../graph/document/builder/LabelBuilder.java | 18 ++++++++++++++++++ .../document/builder/RelationshipBuilder.java | 18 ++++++++++++++++++ .../java/apoc/graph/util/GraphsConfig.java | 18 ++++++++++++++++++ .../main/java/apoc/hashing/Fingerprinting.java | 18 ++++++++++++++++++ .../apoc/hashing/FingerprintingConfig.java | 18 ++++++++++++++++++ core/src/main/java/apoc/help/Help.java | 18 ++++++++++++++++++ core/src/main/java/apoc/help/HelpResult.java | 18 ++++++++++++++++++ .../apoc/index/QueuePoisoningCollector.java | 18 ++++++++++++++++++ core/src/main/java/apoc/index/SchemaIndex.java | 18 ++++++++++++++++++ core/src/main/java/apoc/label/Label.java | 18 ++++++++++++++++++ core/src/main/java/apoc/load/CSVResult.java | 18 ++++++++++++++++++ core/src/main/java/apoc/load/LoadArrow.java | 18 ++++++++++++++++++ core/src/main/java/apoc/load/LoadJson.java | 18 ++++++++++++++++++ core/src/main/java/apoc/load/Mapping.java | 18 ++++++++++++++++++ .../apoc/load/SkipWhitespaceInputStream.java | 18 ++++++++++++++++++ core/src/main/java/apoc/load/Xml.java | 18 ++++++++++++++++++ .../java/apoc/load/util/ConversionUtil.java | 18 ++++++++++++++++++ .../src/main/java/apoc/load/util/JdbcUtil.java | 18 ++++++++++++++++++ .../java/apoc/load/util/LoadCsvConfig.java | 18 ++++++++++++++++++ .../java/apoc/load/util/LoadJdbcConfig.java | 18 ++++++++++++++++++ core/src/main/java/apoc/load/util/Results.java | 18 ++++++++++++++++++ core/src/main/java/apoc/lock/Lock.java | 18 ++++++++++++++++++ .../src/main/java/apoc/log/Neo4jLogStream.java | 18 ++++++++++++++++++ core/src/main/java/apoc/map/Maps.java | 18 ++++++++++++++++++ core/src/main/java/apoc/math/Maths.java | 18 ++++++++++++++++++ core/src/main/java/apoc/math/Regression.java | 18 ++++++++++++++++++ core/src/main/java/apoc/merge/Merge.java | 18 ++++++++++++++++++ core/src/main/java/apoc/meta/Meta.java | 18 ++++++++++++++++++ core/src/main/java/apoc/meta/MetaConfig.java | 18 ++++++++++++++++++ .../main/java/apoc/meta/SampleMetaConfig.java | 18 ++++++++++++++++++ .../java/apoc/meta/Tables4LabelsProfile.java | 18 ++++++++++++++++++ .../meta/tablesforlabels/OrderedLabels.java | 18 ++++++++++++++++++ .../PropertyContainerProfile.java | 18 ++++++++++++++++++ .../meta/tablesforlabels/PropertyTracker.java | 18 ++++++++++++++++++ core/src/main/java/apoc/model/ModelConfig.java | 18 ++++++++++++++++++ .../main/java/apoc/neighbors/Neighbors.java | 18 ++++++++++++++++++ core/src/main/java/apoc/nodes/Grouping.java | 18 ++++++++++++++++++ core/src/main/java/apoc/nodes/Nodes.java | 18 ++++++++++++++++++ core/src/main/java/apoc/nodes/NodesConfig.java | 18 ++++++++++++++++++ .../src/main/java/apoc/number/ArabicRoman.java | 18 ++++++++++++++++++ core/src/main/java/apoc/number/Numbers.java | 18 ++++++++++++++++++ .../src/main/java/apoc/number/exact/Exact.java | 18 ++++++++++++++++++ core/src/main/java/apoc/path/LabelMatcher.java | 18 ++++++++++++++++++ .../main/java/apoc/path/LabelMatcherGroup.java | 18 ++++++++++++++++++ .../java/apoc/path/LabelSequenceEvaluator.java | 18 ++++++++++++++++++ .../main/java/apoc/path/NodeEvaluators.java | 18 ++++++++++++++++++ core/src/main/java/apoc/path/PathExplorer.java | 18 ++++++++++++++++++ core/src/main/java/apoc/path/Paths.java | 18 ++++++++++++++++++ .../path/RelationshipSequenceExpander.java | 18 ++++++++++++++++++ .../path/RelationshipTypeAndDirections.java | 18 ++++++++++++++++++ .../apoc/periodic/BatchAndTotalCollector.java | 18 ++++++++++++++++++ .../apoc/periodic/BatchAndTotalResult.java | 18 ++++++++++++++++++ .../src/main/java/apoc/periodic/BatchMode.java | 18 ++++++++++++++++++ .../periodic/LoopingBatchAndTotalResult.java | 18 ++++++++++++++++++ core/src/main/java/apoc/periodic/Periodic.java | 18 ++++++++++++++++++ .../main/java/apoc/periodic/PeriodicUtils.java | 18 ++++++++++++++++++ .../java/apoc/refactor/GraphRefactoring.java | 18 ++++++++++++++++++ .../java/apoc/refactor/NodeRefactorResult.java | 18 ++++++++++++++++++ .../java/apoc/refactor/RefactorResult.java | 18 ++++++++++++++++++ .../refactor/RelationshipRefactorResult.java | 18 ++++++++++++++++++ .../main/java/apoc/refactor/rename/Rename.java | 18 ++++++++++++++++++ .../apoc/refactor/util/PropertiesManager.java | 18 ++++++++++++++++++ .../apoc/refactor/util/RefactorConfig.java | 18 ++++++++++++++++++ .../java/apoc/refactor/util/RefactorUtil.java | 18 ++++++++++++++++++ .../java/apoc/result/AssertSchemaResult.java | 18 ++++++++++++++++++ .../main/java/apoc/result/BooleanResult.java | 18 ++++++++++++++++++ .../main/java/apoc/result/ByteArrayResult.java | 18 ++++++++++++++++++ .../java/apoc/result/DistancePathResult.java | 18 ++++++++++++++++++ .../main/java/apoc/result/DoubleResult.java | 18 ++++++++++++++++++ core/src/main/java/apoc/result/Empty.java | 18 ++++++++++++++++++ .../src/main/java/apoc/result/GraphResult.java | 18 ++++++++++++++++++ core/src/main/java/apoc/result/IdsResult.java | 18 ++++++++++++++++++ .../apoc/result/IndexConstraintNodeInfo.java | 18 ++++++++++++++++++ .../IndexConstraintRelationshipInfo.java | 18 ++++++++++++++++++ .../java/apoc/result/KernelInfoResult.java | 18 ++++++++++++++++++ .../main/java/apoc/result/KeyValueResult.java | 18 ++++++++++++++++++ .../main/java/apoc/result/ListListResult.java | 18 ++++++++++++++++++ .../main/java/apoc/result/ListMapResult.java | 18 ++++++++++++++++++ core/src/main/java/apoc/result/ListResult.java | 18 ++++++++++++++++++ core/src/main/java/apoc/result/LongResult.java | 18 ++++++++++++++++++ .../main/java/apoc/result/MapListResult.java | 18 ++++++++++++++++++ core/src/main/java/apoc/result/MapResult.java | 18 ++++++++++++++++++ .../main/java/apoc/result/NodeListResult.java | 18 ++++++++++++++++++ core/src/main/java/apoc/result/NodeResult.java | 18 ++++++++++++++++++ .../java/apoc/result/NodeResultWithStats.java | 18 ++++++++++++++++++ core/src/main/java/apoc/result/NodeScore.java | 18 ++++++++++++++++++ .../apoc/result/NodeValueErrorMapResult.java | 18 ++++++++++++++++++ .../java/apoc/result/NodeWithMapResult.java | 18 ++++++++++++++++++ .../main/java/apoc/result/ObjectResult.java | 18 ++++++++++++++++++ core/src/main/java/apoc/result/PathResult.java | 18 ++++++++++++++++++ .../main/java/apoc/result/ProgressInfo.java | 18 ++++++++++++++++++ .../java/apoc/result/RelationshipResult.java | 18 ++++++++++++++++++ .../result/RelationshipResultWithStats.java | 18 ++++++++++++++++++ core/src/main/java/apoc/result/RowResult.java | 18 ++++++++++++++++++ .../main/java/apoc/result/StoreInfoResult.java | 18 ++++++++++++++++++ .../main/java/apoc/result/StringResult.java | 18 ++++++++++++++++++ .../apoc/result/TransactionInfoResult.java | 18 ++++++++++++++++++ .../main/java/apoc/result/VirtualGraph.java | 18 ++++++++++++++++++ .../src/main/java/apoc/result/VirtualNode.java | 18 ++++++++++++++++++ .../src/main/java/apoc/result/VirtualPath.java | 18 ++++++++++++++++++ .../java/apoc/result/VirtualPathResult.java | 18 ++++++++++++++++++ .../java/apoc/result/VirtualRelationship.java | 18 ++++++++++++++++++ .../java/apoc/result/WeightedNodeResult.java | 18 ++++++++++++++++++ .../java/apoc/result/WeightedPathResult.java | 18 ++++++++++++++++++ .../result/WeightedRelationshipResult.java | 18 ++++++++++++++++++ .../src/main/java/apoc/result/WrappedNode.java | 18 ++++++++++++++++++ .../main/java/apoc/schema/SchemaConfig.java | 18 ++++++++++++++++++ core/src/main/java/apoc/schema/Schemas.java | 18 ++++++++++++++++++ core/src/main/java/apoc/scoring/Scoring.java | 18 ++++++++++++++++++ .../java/apoc/search/ParallelNodeSearch.java | 18 ++++++++++++++++++ core/src/main/java/apoc/spatial/Distance.java | 18 ++++++++++++++++++ core/src/main/java/apoc/spatial/Geocode.java | 18 ++++++++++++++++++ .../java/apoc/stats/DegreeDistribution.java | 18 ++++++++++++++++++ core/src/main/java/apoc/stats/DegreeUtil.java | 18 ++++++++++++++++++ .../java/apoc/temporal/TemporalProcedures.java | 18 ++++++++++++++++++ core/src/main/java/apoc/text/Phonetic.java | 18 ++++++++++++++++++ .../apoc/text/SorensenDiceCoefficient.java | 18 ++++++++++++++++++ core/src/main/java/apoc/text/Strings.java | 18 ++++++++++++++++++ core/src/main/java/apoc/trigger/Trigger.java | 18 ++++++++++++++++++ .../main/java/apoc/trigger/TriggerHandler.java | 18 ++++++++++++++++++ .../trigger/TriggerHandlerNewProcedures.java | 18 ++++++++++++++++++ .../main/java/apoc/trigger/TriggerInfo.java | 18 ++++++++++++++++++ .../java/apoc/trigger/TriggerMetadata.java | 18 ++++++++++++++++++ .../apoc/trigger/TriggerNewProcedures.java | 18 ++++++++++++++++++ .../apoc/util/ApocUrlStreamHandlerFactory.java | 18 ++++++++++++++++++ core/src/main/java/apoc/util/ArchiveType.java | 18 ++++++++++++++++++ .../java/apoc/util/ArrayBackedIterator.java | 18 ++++++++++++++++++ .../main/java/apoc/util/ArrayBackedList.java | 18 ++++++++++++++++++ .../main/java/apoc/util/CompressionAlgo.java | 18 ++++++++++++++++++ .../main/java/apoc/util/CompressionConfig.java | 18 ++++++++++++++++++ .../main/java/apoc/util/DateFormatUtil.java | 18 ++++++++++++++++++ .../src/main/java/apoc/util/DateParseUtil.java | 18 ++++++++++++++++++ .../java/apoc/util/DurationFormatUtil.java | 18 ++++++++++++++++++ core/src/main/java/apoc/util/FileUtils.java | 18 ++++++++++++++++++ .../java/apoc/util/FixedSizeStringWriter.java | 18 ++++++++++++++++++ core/src/main/java/apoc/util/JsonUtil.java | 18 ++++++++++++++++++ core/src/main/java/apoc/util/MapUtil.java | 18 ++++++++++++++++++ .../apoc/util/MissingDependencyException.java | 18 ++++++++++++++++++ .../java/apoc/util/QueueBasedSpliterator.java | 18 ++++++++++++++++++ core/src/main/java/apoc/util/QueueUtil.java | 18 ++++++++++++++++++ .../main/java/apoc/util/SimpleRateLimiter.java | 18 ++++++++++++++++++ .../main/java/apoc/util/SortedArraySet.java | 18 ++++++++++++++++++ .../main/java/apoc/util/StreamConnection.java | 18 ++++++++++++++++++ core/src/main/java/apoc/util/UrlResolver.java | 18 ++++++++++++++++++ core/src/main/java/apoc/util/Util.java | 18 ++++++++++++++++++ core/src/main/java/apoc/util/Utils.java | 18 ++++++++++++++++++ .../google/cloud/GCStorageURLConnection.java | 18 ++++++++++++++++++ .../cloud/GCStorageURLStreamHandler.java | 18 ++++++++++++++++++ .../GCStorageURLStreamHandlerFactory.java | 18 ++++++++++++++++++ .../main/java/apoc/util/hdfs/HDFSUtils.java | 18 ++++++++++++++++++ .../MultiThreadedGlobalGraphOperations.java | 18 ++++++++++++++++++ core/src/main/java/apoc/util/s3/S3Aws.java | 18 ++++++++++++++++++ .../main/java/apoc/util/s3/S3OutputStream.java | 18 ++++++++++++++++++ core/src/main/java/apoc/util/s3/S3Params.java | 18 ++++++++++++++++++ .../java/apoc/util/s3/S3ParamsExtractor.java | 18 ++++++++++++++++++ .../java/apoc/util/s3/S3URLConnection.java | 18 ++++++++++++++++++ .../main/java/apoc/util/s3/S3UploadUtils.java | 18 ++++++++++++++++++ .../util/s3/S3UrlStreamHandlerFactory.java | 18 ++++++++++++++++++ core/src/main/java/apoc/uuid/UuidConfig.java | 18 ++++++++++++++++++ core/src/main/java/apoc/uuid/UuidUtil.java | 18 ++++++++++++++++++ core/src/main/java/apoc/version/Version.java | 18 ++++++++++++++++++ core/src/main/java/apoc/warmup/Warmup.java | 18 ++++++++++++++++++ .../java/org/HdrHistogram/HistogramUtil.java | 18 ++++++++++++++++++ .../cypher/export/CypherResultSubGraph.java | 18 ++++++++++++++++++ .../neo4j/cypher/export/DatabaseSubGraph.java | 18 ++++++++++++++++++ .../java/org/neo4j/cypher/export/SubGraph.java | 18 ++++++++++++++++++ core/src/test/java/apoc/ApocConfigTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/TTLConfigTest.java | 18 ++++++++++++++++++ .../java/apoc/agg/CollAggregationTest.java | 18 ++++++++++++++++++ .../java/apoc/agg/GraphAggregationTest.java | 18 ++++++++++++++++++ .../agg/MaxAndMinItemsAggregationTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/agg/MedianTest.java | 18 ++++++++++++++++++ .../test/java/apoc/agg/PercentilesTest.java | 18 ++++++++++++++++++ .../java/apoc/agg/ProductAggregationTest.java | 18 ++++++++++++++++++ .../src/test/java/apoc/agg/StatisticsTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/algo/CoverTest.java | 18 ++++++++++++++++++ .../test/java/apoc/algo/PathFindingTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/atomic/AtomicTest.java | 18 ++++++++++++++++++ .../apoc/bitwise/BitwiseOperationsTest.java | 18 ++++++++++++++++++ .../src/test/java/apoc/coll/ArrayListTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/coll/CollTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/coll/EqualityTest.java | 18 ++++++++++++++++++ .../test/java/apoc/coll/SetBackedListTest.java | 18 ++++++++++++++++++ .../java/apoc/convert/ConvertJsonTest.java | 18 ++++++++++++++++++ .../test/java/apoc/convert/ConvertTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/create/CreateTest.java | 18 ++++++++++++++++++ .../apoc/cypher/CypherInitializerTest.java | 18 ++++++++++++++++++ .../cypher/CypherIsVersionDifferentTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/cypher/CypherTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/data/ExtractTest.java | 18 ++++++++++++++++++ .../java/apoc/data/url/ExtractURLTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/date/DateTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/diff/DiffTest.java | 18 ++++++++++++++++++ .../test/java/apoc/example/ExamplesTest.java | 18 ++++++++++++++++++ .../apoc/export/ExportCoreSecurityTest.java | 18 ++++++++++++++++++ .../export/ExportStreamsStatementsTest.java | 18 ++++++++++++++++++ .../test/java/apoc/export/arrow/ArrowTest.java | 18 ++++++++++++++++++ .../apoc/export/csv/CsvHeaderFieldTests.java | 18 ++++++++++++++++++ .../test/java/apoc/export/csv/CsvTestUtil.java | 18 ++++++++++++++++++ .../test/java/apoc/export/csv/ExportCsvIT.java | 18 ++++++++++++++++++ .../export/csv/ExportCsvNeo4jAdminTest.java | 18 ++++++++++++++++++ .../java/apoc/export/csv/ExportCsvS3Test.java | 18 ++++++++++++++++++ .../java/apoc/export/csv/ExportCsvTest.java | 18 ++++++++++++++++++ .../apoc/export/csv/ImportCsvLdbcTest.java | 18 ++++++++++++++++++ .../java/apoc/export/csv/ImportCsvTest.java | 18 ++++++++++++++++++ .../ExportCypherEnterpriseFeaturesTest.java | 18 ++++++++++++++++++ .../cypher/ExportCypherMultiRelTest.java | 18 ++++++++++++++++++ .../apoc/export/cypher/ExportCypherS3Test.java | 18 ++++++++++++++++++ .../apoc/export/cypher/ExportCypherTest.java | 18 ++++++++++++++++++ .../export/cypher/ExportCypherTestUtils.java | 18 ++++++++++++++++++ .../export/graphml/ExportGraphMLS3Test.java | 18 ++++++++++++++++++ .../apoc/export/graphml/ExportGraphMLTest.java | 18 ++++++++++++++++++ .../export/graphml/ExportGraphMLTestUtil.java | 18 ++++++++++++++++++ .../apoc/export/json/ExportJsonS3Test.java | 18 ++++++++++++++++++ .../java/apoc/export/json/ExportJsonTest.java | 18 ++++++++++++++++++ .../java/apoc/export/json/ImportJsonTest.java | 18 ++++++++++++++++++ .../java/apoc/export/util/FormatUtilsTest.java | 18 ++++++++++++++++++ .../config/BarabasiAlbertConfigTest.java | 18 ++++++++++++++++++ .../generate/config/ErdosRenyiConfigTest.java | 18 ++++++++++++++++++ .../config/NumberOfNodesBasedConfigTest.java | 18 ++++++++++++++++++ .../config/WattsStrogatzConfigTest.java | 18 ++++++++++++++++++ ...CompleteGraphRelationshipGeneratorTest.java | 18 ++++++++++++++++++ ...WattsStrogatzRelationshipGeneratorTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/graph/GraphsTest.java | 18 ++++++++++++++++++ .../document/builder/DocumentToGraphTest.java | 18 ++++++++++++++++++ .../document/builder/LabelBuilderTest.java | 18 ++++++++++++++++++ .../java/apoc/hashing/FingerprintingTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/help/HelpTest.java | 18 ++++++++++++++++++ .../test/java/apoc/index/SchemaIndexTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/label/LabelTest.java | 18 ++++++++++++++++++ .../java/apoc/load/LoadCoreSecurityTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/load/LoadJsonTest.java | 18 ++++++++++++++++++ .../src/test/java/apoc/load/SimpleXmlTest.java | 18 ++++++++++++++++++ .../load/SkipWhitespaceInputStreamTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/load/XmlTest.java | 18 ++++++++++++++++++ .../load/relative/LoadRelativePathTest.java | 18 ++++++++++++++++++ .../java/apoc/load/relative/LoadXmlResult.java | 18 ++++++++++++++++++ core/src/test/java/apoc/lock/LockTest.java | 18 ++++++++++++++++++ .../test/java/apoc/log/Neo4jLogStreamTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/map/MapsTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/math/MathsTest.java | 18 ++++++++++++++++++ .../test/java/apoc/math/RegressionTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/merge/MergeTest.java | 18 ++++++++++++++++++ .../java/apoc/meta/CollEnterpriseTest.java | 18 ++++++++++++++++++ .../apoc/meta/MetaEnterpriseFeaturesTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/meta/MetaTest.java | 18 ++++++++++++++++++ .../java/apoc/neighbors/NeighborsTest.java | 18 ++++++++++++++++++ .../src/test/java/apoc/nodes/GroupingTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/nodes/NodesTest.java | 18 ++++++++++++++++++ .../test/java/apoc/number/ArabicRomanTest.java | 18 ++++++++++++++++++ .../src/test/java/apoc/number/NumbersTest.java | 18 ++++++++++++++++++ .../test/java/apoc/number/exact/ExactTest.java | 18 ++++++++++++++++++ .../test/java/apoc/path/ExpandPathTest.java | 18 ++++++++++++++++++ .../test/java/apoc/path/LabelSequenceTest.java | 18 ++++++++++++++++++ .../test/java/apoc/path/NodeFilterTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/path/PathsTest.java | 18 ++++++++++++++++++ .../test/java/apoc/path/RelSequenceTest.java | 18 ++++++++++++++++++ .../RelationshipTypeAndDirectionsTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/path/SequenceTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/path/SubgraphTest.java | 18 ++++++++++++++++++ .../test/java/apoc/periodic/BatchModeTest.java | 18 ++++++++++++++++++ .../test/java/apoc/periodic/PeriodicTest.java | 18 ++++++++++++++++++ .../java/apoc/periodic/PeriodicUtilsTest.java | 18 ++++++++++++++++++ .../java/apoc/refactor/CloneSubgraphTest.java | 18 ++++++++++++++++++ .../GraphRefactoringEnterpriseTest.java | 18 ++++++++++++++++++ .../apoc/refactor/GraphRefactoringTest.java | 18 ++++++++++++++++++ .../java/apoc/refactor/rename/RenameTest.java | 18 ++++++++++++++++++ .../refactor/util/PropertiesManagerTest.java | 18 ++++++++++++++++++ .../test/java/apoc/result/VirtualNodeTest.java | 18 ++++++++++++++++++ .../schema/SchemasEnterpriseFeaturesTest.java | 18 ++++++++++++++++++ .../src/test/java/apoc/schema/SchemasTest.java | 18 ++++++++++++++++++ .../test/java/apoc/scoring/ScoringTest.java | 18 ++++++++++++++++++ .../apoc/search/ParallelNodeSearchTest.java | 18 ++++++++++++++++++ .../test/java/apoc/spatial/DistanceTest.java | 18 ++++++++++++++++++ .../test/java/apoc/spatial/GeocodeTest.java | 18 ++++++++++++++++++ .../test/java/apoc/spatial/SpatialTest.java | 18 ++++++++++++++++++ .../apoc/stats/DegreeDistributionTest.java | 18 ++++++++++++++++++ .../apoc/temporal/TemporalProceduresTest.java | 18 ++++++++++++++++++ .../test/java/apoc/test/EnvSettingRule.java | 18 ++++++++++++++++++ .../test/java/apoc/test/annotations/Env.java | 18 ++++++++++++++++++ .../java/apoc/test/annotations/EnvSetting.java | 18 ++++++++++++++++++ core/src/test/java/apoc/text/PhoneticTest.java | 18 ++++++++++++++++++ .../apoc/text/SorensenDiceCoefficientTest.java | 18 ++++++++++++++++++ .../test/java/apoc/text/StringCleanTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/text/StringsTest.java | 18 ++++++++++++++++++ .../trigger/TriggerClusterRoutingTest.java | 18 ++++++++++++++++++ .../java/apoc/trigger/TriggerDisabledTest.java | 18 ++++++++++++++++++ .../trigger/TriggerEnterpriseFeaturesTest.java | 18 ++++++++++++++++++ .../apoc/trigger/TriggerNewProceduresTest.java | 18 ++++++++++++++++++ .../java/apoc/trigger/TriggerRestartTest.java | 18 ++++++++++++++++++ .../test/java/apoc/trigger/TriggerTest.java | 18 ++++++++++++++++++ .../test/java/apoc/util/BinaryTestUtil.java | 18 ++++++++++++++++++ .../test/java/apoc/util/DateParseUtilTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/util/FileTestUtil.java | 18 ++++++++++++++++++ .../apoc/util/FixedSizeStringWriterTest.java | 18 ++++++++++++++++++ .../src/test/java/apoc/util/MapAssertions.java | 18 ++++++++++++++++++ .../java/apoc/util/SimpleRateLimiterTest.java | 18 ++++++++++++++++++ .../java/apoc/util/SortedArraySetTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/util/UtilIT.java | 18 ++++++++++++++++++ .../src/test/java/apoc/util/UtilQuoteTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/util/UtilTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/util/UtilsTest.java | 18 ++++++++++++++++++ ...MultiThreadedGlobalGraphOperationsTest.java | 18 ++++++++++++++++++ .../src/test/java/apoc/util/s3/S3BaseTest.java | 18 ++++++++++++++++++ .../test/java/apoc/util/s3/S3Container.java | 18 ++++++++++++++++++ .../src/test/java/apoc/util/s3/S3TestUtil.java | 18 ++++++++++++++++++ core/src/test/java/apoc/uuid/UuidUtilTest.java | 18 ++++++++++++++++++ core/src/test/java/apoc/warmup/WarmupTest.java | 18 ++++++++++++++++++ .../neo4j/test/rule/ImpermanentDbmsRule.java | 18 ++++++++++++++++++ full/build.gradle | 16 ++++++++++++++++ full/src/main/java/apoc/Extended.java | 18 ++++++++++++++++++ .../apoc/ExtendedApocGlobalComponents.java | 18 ++++++++++++++++++ .../apoc/ExtendedRegisterComponentFactory.java | 18 ++++++++++++++++++ .../java/apoc/JdbcRegistererInitFactory.java | 18 ++++++++++++++++++ .../main/java/apoc/algo/PathFindingFull.java | 18 ++++++++++++++++++ .../java/apoc/algo/TravellingSalesman.java | 18 ++++++++++++++++++ full/src/main/java/apoc/bolt/Bolt.java | 18 ++++++++++++++++++ full/src/main/java/apoc/bolt/BoltConfig.java | 18 ++++++++++++++++++ .../main/java/apoc/bolt/BoltConnection.java | 18 ++++++++++++++++++ .../bolt/ClosedAwareDelegatingIterator.java | 18 ++++++++++++++++++ full/src/main/java/apoc/cache/Static.java | 18 ++++++++++++++++++ full/src/main/java/apoc/cluster/Cluster.java | 18 ++++++++++++++++++ full/src/main/java/apoc/coll/CollFull.java | 18 ++++++++++++++++++ full/src/main/java/apoc/config/Config.java | 18 ++++++++++++++++++ .../main/java/apoc/couchbase/Couchbase.java | 18 ++++++++++++++++++ .../java/apoc/couchbase/CouchbaseConfig.java | 18 ++++++++++++++++++ .../apoc/couchbase/CouchbaseConnection.java | 18 ++++++++++++++++++ .../java/apoc/couchbase/CouchbaseManager.java | 18 ++++++++++++++++++ .../document/CouchbaseByteArrayDocument.java | 18 ++++++++++++++++++ .../couchbase/document/CouchbaseDocument.java | 18 ++++++++++++++++++ .../document/CouchbaseJsonDocument.java | 18 ++++++++++++++++++ .../document/CouchbaseObjectDocument.java | 18 ++++++++++++++++++ .../document/CouchbaseQueryResult.java | 18 ++++++++++++++++++ .../couchbase/document/CouchbaseUtils.java | 18 ++++++++++++++++++ .../java/apoc/custom/CypherProcedures.java | 18 ++++++++++++++++++ .../apoc/custom/CypherProceduresHandler.java | 18 ++++++++++++++++++ full/src/main/java/apoc/custom/Signatures.java | 18 ++++++++++++++++++ .../main/java/apoc/cypher/CypherExtended.java | 18 ++++++++++++++++++ .../java/apoc/data/email/ExtractEmail.java | 18 ++++++++++++++++++ full/src/main/java/apoc/date/DateExpiry.java | 18 ++++++++++++++++++ full/src/main/java/apoc/diff/DiffConfig.java | 18 ++++++++++++++++++ full/src/main/java/apoc/diff/DiffFull.java | 18 ++++++++++++++++++ .../main/java/apoc/diff/SourceDestConfig.java | 18 ++++++++++++++++++ full/src/main/java/apoc/dv/CSVResource.java | 18 ++++++++++++++++++ .../apoc/dv/DataVirtualizationCatalog.java | 18 ++++++++++++++++++ .../dv/DataVirtualizationCatalogHandler.java | 18 ++++++++++++++++++ full/src/main/java/apoc/dv/JDBCResource.java | 18 ++++++++++++++++++ .../main/java/apoc/dv/VirtualizedResource.java | 18 ++++++++++++++++++ full/src/main/java/apoc/es/ElasticSearch.java | 18 ++++++++++++++++++ .../main/java/apoc/export/xls/ExportXls.java | 18 ++++++++++++++++++ full/src/main/java/apoc/generate/Generate.java | 18 ++++++++++++++++++ .../node/SocialNetworkNodeCreator.java | 18 ++++++++++++++++++ full/src/main/java/apoc/gephi/Gephi.java | 18 ++++++++++++++++++ full/src/main/java/apoc/get/GetProcedures.java | 18 ++++++++++++++++++ full/src/main/java/apoc/json/JsonExtended.java | 18 ++++++++++++++++++ .../java/apoc/load/HtmlResultInterface.java | 18 ++++++++++++++++++ full/src/main/java/apoc/load/Jdbc.java | 18 ++++++++++++++++++ full/src/main/java/apoc/load/LDAPResult.java | 18 ++++++++++++++++++ full/src/main/java/apoc/load/LoadCsv.java | 18 ++++++++++++++++++ .../src/main/java/apoc/load/LoadDirectory.java | 18 ++++++++++++++++++ .../java/apoc/load/LoadDirectoryHandler.java | 18 ++++++++++++++++++ .../main/java/apoc/load/LoadDirectoryItem.java | 18 ++++++++++++++++++ full/src/main/java/apoc/load/LoadHtml.java | 18 ++++++++++++++++++ .../main/java/apoc/load/LoadHtmlBrowser.java | 18 ++++++++++++++++++ .../main/java/apoc/load/LoadHtmlConfig.java | 18 ++++++++++++++++++ full/src/main/java/apoc/load/LoadLdap.java | 18 ++++++++++++++++++ full/src/main/java/apoc/load/LoadXls.java | 18 ++++++++++++++++++ full/src/main/java/apoc/load/PlainText.java | 18 ++++++++++++++++++ .../src/main/java/apoc/load/SelectElement.java | 18 ++++++++++++++++++ full/src/main/java/apoc/log/Logging.java | 18 ++++++++++++++++++ full/src/main/java/apoc/metrics/Metrics.java | 18 ++++++++++++++++++ full/src/main/java/apoc/model/Model.java | 18 ++++++++++++++++++ full/src/main/java/apoc/mongodb/Mongo.java | 18 ++++++++++++++++++ full/src/main/java/apoc/mongodb/MongoDB.java | 18 ++++++++++++++++++ .../main/java/apoc/mongodb/MongoDBColl.java | 18 ++++++++++++++++++ .../main/java/apoc/mongodb/MongoDBUtils.java | 18 ++++++++++++++++++ .../main/java/apoc/mongodb/MongoDbConfig.java | 18 ++++++++++++++++++ full/src/main/java/apoc/monitor/Ids.java | 18 ++++++++++++++++++ full/src/main/java/apoc/monitor/Kernel.java | 18 ++++++++++++++++++ full/src/main/java/apoc/monitor/Store.java | 18 ++++++++++++++++++ .../main/java/apoc/monitor/Transaction.java | 18 ++++++++++++++++++ .../main/java/apoc/nodes/NodesExtended.java | 18 ++++++++++++++++++ .../java/apoc/periodic/PeriodicExtended.java | 18 ++++++++++++++++++ .../apoc/redis/ByteArrayRedisConnection.java | 18 ++++++++++++++++++ .../main/java/apoc/redis/IRedisConnection.java | 18 ++++++++++++++++++ full/src/main/java/apoc/redis/Redis.java | 18 ++++++++++++++++++ full/src/main/java/apoc/redis/RedisConfig.java | 18 ++++++++++++++++++ .../main/java/apoc/redis/RedisConnection.java | 18 ++++++++++++++++++ .../java/apoc/redis/StringRedisConnection.java | 18 ++++++++++++++++++ full/src/main/java/apoc/systemdb/SystemDb.java | 18 ++++++++++++++++++ .../java/apoc/systemdb/SystemDbConfig.java | 18 ++++++++++++++++++ .../metadata/ExportDataVirtualization.java | 18 ++++++++++++++++++ .../apoc/systemdb/metadata/ExportFunction.java | 18 ++++++++++++++++++ .../apoc/systemdb/metadata/ExportMetadata.java | 18 ++++++++++++++++++ .../systemdb/metadata/ExportProcedure.java | 18 ++++++++++++++++++ .../apoc/systemdb/metadata/ExportTrigger.java | 18 ++++++++++++++++++ .../apoc/systemdb/metadata/ExportUuid.java | 18 ++++++++++++++++++ .../java/apoc/trigger/TriggerExtended.java | 18 ++++++++++++++++++ full/src/main/java/apoc/ttl/TTL.java | 18 ++++++++++++++++++ full/src/main/java/apoc/ttl/TTLLifeCycle.java | 18 ++++++++++++++++++ full/src/main/java/apoc/util/EntityUtil.java | 18 ++++++++++++++++++ full/src/main/java/apoc/util/SystemDbUtil.java | 18 ++++++++++++++++++ full/src/main/java/apoc/util/UriResolver.java | 18 ++++++++++++++++++ .../apoc/uuid/UUIDHandlerNewProcedures.java | 18 ++++++++++++++++++ .../main/java/apoc/uuid/UUIDNewProcedures.java | 18 ++++++++++++++++++ full/src/main/java/apoc/uuid/Uuid.java | 18 ++++++++++++++++++ full/src/main/java/apoc/uuid/UuidHandler.java | 18 ++++++++++++++++++ full/src/main/java/apoc/uuid/UuidInfo.java | 18 ++++++++++++++++++ full/src/main/kotlin/apoc/ai/service/AI.kt | 18 ++++++++++++++++++ .../main/kotlin/apoc/nlp/NLPHelperFunctions.kt | 18 ++++++++++++++++++ .../main/kotlin/apoc/nlp/NLPVirtualGraph.kt | 18 ++++++++++++++++++ full/src/main/kotlin/apoc/nlp/aws/AWSClient.kt | 18 ++++++++++++++++++ .../main/kotlin/apoc/nlp/aws/AWSProcedures.kt | 18 ++++++++++++++++++ .../apoc/nlp/aws/AWSVirtualEntitiesGraph.kt | 18 ++++++++++++++++++ .../apoc/nlp/aws/AWSVirtualKeyPhrasesGraph.kt | 18 ++++++++++++++++++ .../nlp/aws/AWSVirtualSentimentVirtualGraph.kt | 18 ++++++++++++++++++ .../main/kotlin/apoc/nlp/aws/DummyAWSClient.kt | 18 ++++++++++++++++++ .../main/kotlin/apoc/nlp/aws/RealAWSClient.kt | 18 ++++++++++++++++++ .../main/kotlin/apoc/nlp/azure/AzureClient.kt | 18 ++++++++++++++++++ .../kotlin/apoc/nlp/azure/AzureProcedures.kt | 18 ++++++++++++++++++ .../azure/azure/AzureVirtualEntitiesGraph.kt | 18 ++++++++++++++++++ .../azure/azure/AzureVirtualKeyPhrasesGraph.kt | 18 ++++++++++++++++++ .../azure/AzureVirtualSentimentVirtualGraph.kt | 18 ++++++++++++++++++ .../apoc/nlp/azure/azure/DummyAzureClient.kt | 18 ++++++++++++++++++ .../apoc/nlp/azure/azure/RealAzureClient.kt | 18 ++++++++++++++++++ .../main/kotlin/apoc/nlp/gcp/DummyGCPClient.kt | 18 ++++++++++++++++++ .../main/kotlin/apoc/nlp/gcp/GCPProcedures.kt | 18 ++++++++++++++++++ .../nlp/gcp/GCPVirtualClassificationGraph.kt | 18 ++++++++++++++++++ .../apoc/nlp/gcp/GCPVirtualEntitiesGraph.kt | 18 ++++++++++++++++++ .../main/kotlin/apoc/nlp/gcp/RealGCPClient.kt | 18 ++++++++++++++++++ full/src/test/java/DocsTest.java | 18 ++++++++++++++++++ full/src/test/java/DocumentationGenerator.java | 18 ++++++++++++++++++ full/src/test/java/apoc/CoreExtendedTest.java | 18 ++++++++++++++++++ .../java/apoc/algo/PathFindingFullTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/bolt/BoltTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/cache/StaticTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/coll/CollFullTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/config/ConfigTest.java | 18 ++++++++++++++++++ .../test/java/apoc/couchbase/CouchbaseIT.java | 18 ++++++++++++++++++ .../apoc/couchbase/CouchbaseTestUtils.java | 18 ++++++++++++++++++ .../custom/CypherProceduresClusterTest.java | 18 ++++++++++++++++++ .../custom/CypherProceduresStorageTest.java | 18 ++++++++++++++++++ .../java/apoc/custom/CypherProceduresTest.java | 18 ++++++++++++++++++ .../test/java/apoc/custom/SignatureTest.java | 18 ++++++++++++++++++ .../java/apoc/cypher/CypherEnterpriseTest.java | 18 ++++++++++++++++++ .../java/apoc/cypher/CypherExtendedTest.java | 18 ++++++++++++++++++ .../java/apoc/data/email/ExtractEmailTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/date/TTLTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/diff/DiffFullTest.java | 18 ++++++++++++++++++ .../apoc/dv/DataVirtualizationCatalogTest.java | 18 ++++++++++++++++++ .../test/java/apoc/es/ElasticSearchTest.java | 18 ++++++++++++++++++ .../apoc/export/ExportFullSecurityTest.java | 18 ++++++++++++++++++ .../java/apoc/export/csv/ExportCsvTest.java | 18 ++++++++++++++++++ .../java/apoc/export/csv/ExportXlsTest.java | 18 ++++++++++++++++++ ...rabasiAlbertGeneratorParameterizedTest.java | 18 ++++++++++++++++++ .../generate/BarabasiAlbertGeneratorTest.java | 18 ++++++++++++++++++ .../generate/ErdosRenyiGeneratorLargeTest.java | 18 ++++++++++++++++++ .../apoc/generate/ErdosRenyiGeneratorTest.java | 18 ++++++++++++++++++ .../test/java/apoc/generate/GenerateTest.java | 18 ++++++++++++++++++ .../apoc/generate/Neo4jGraphGeneratorTest.java | 18 ++++++++++++++++++ .../generate/WattsStrogatzGeneratorTest.java | 18 ++++++++++++++++++ ...dosRenyiGraphRelationshipGeneratorTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/gephi/GephiTest.java | 18 ++++++++++++++++++ .../test/java/apoc/get/GetProceduresTest.java | 18 ++++++++++++++++++ .../test/java/apoc/help/HelpExtendedTest.java | 18 ++++++++++++++++++ .../test/java/apoc/json/JsonExtendedTest.java | 18 ++++++++++++++++++ .../test/java/apoc/load/AbstractJdbcTest.java | 18 ++++++++++++++++++ .../test/java/apoc/load/CassandraJdbcTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/load/JdbcTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/load/LoadCsvTest.java | 18 ++++++++++++++++++ .../test/java/apoc/load/LoadDirectoryTest.java | 18 ++++++++++++++++++ .../java/apoc/load/LoadFullSecurityTest.java | 18 ++++++++++++++++++ .../apoc/load/LoadGoogleCloudStorageTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/load/LoadHdfsTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/load/LoadHtmlTest.java | 18 ++++++++++++++++++ .../apoc/load/LoadHtmlTestParameterized.java | 18 ++++++++++++++++++ full/src/test/java/apoc/load/LoadLdapTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/load/LoadS3Test.java | 18 ++++++++++++++++++ full/src/test/java/apoc/load/LoadXlsTest.java | 18 ++++++++++++++++++ .../test/java/apoc/load/PostgresJdbcTest.java | 18 ++++++++++++++++++ .../load/relative/LoadRelativePathTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/log/LoggingTest.java | 18 ++++++++++++++++++ .../test/java/apoc/metrics/MetricsTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/model/ModelTest.java | 18 ++++++++++++++++++ .../test/java/apoc/mongodb/MongoDBTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/mongodb/MongoTest.java | 18 ++++++++++++++++++ .../test/java/apoc/mongodb/MongoTestBase.java | 18 ++++++++++++++++++ .../java/apoc/monitor/IdsProcedureTest.java | 18 ++++++++++++++++++ .../java/apoc/monitor/KernelProcedureTest.java | 18 ++++++++++++++++++ .../apoc/monitor/StoreInfoProcedureTest.java | 18 ++++++++++++++++++ .../apoc/monitor/TransactionProcedureTest.java | 18 ++++++++++++++++++ .../java/apoc/nodes/NodesExtendedTest.java | 18 ++++++++++++++++++ .../apoc/periodic/PeriodicExtendedTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/redis/RedisTest.java | 18 ++++++++++++++++++ .../test/java/apoc/systemdb/SystemDbTest.java | 18 ++++++++++++++++++ .../java/apoc/trigger/TriggerClusterTest.java | 18 ++++++++++++++++++ .../java/apoc/trigger/TriggerExtendedTest.java | 18 ++++++++++++++++++ .../TriggerNewProceduresExtendedTest.java | 18 ++++++++++++++++++ .../src/test/java/apoc/ttl/TTLMultiDbTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/ttl/TTLTest.java | 18 ++++++++++++++++++ .../test/java/apoc/util/BinaryTestUtil.java | 18 ++++++++++++++++++ full/src/test/java/apoc/util/DbmsTestUtil.java | 18 ++++++++++++++++++ .../src/test/java/apoc/util/FileUtilsTest.java | 18 ++++++++++++++++++ .../src/test/java/apoc/util/HdfsTestUtils.java | 18 ++++++++++++++++++ .../test/java/apoc/util/SystemDbTestUtil.java | 18 ++++++++++++++++++ .../test/java/apoc/util/s3/S3Container.java | 18 ++++++++++++++++++ .../java/apoc/uuid/UUIDClusterRoutingTest.java | 18 ++++++++++++++++++ .../test/java/apoc/uuid/UUIDMultiDbTest.java | 18 ++++++++++++++++++ .../java/apoc/uuid/UUIDNewProceduresTest.java | 18 ++++++++++++++++++ .../test/java/apoc/uuid/UUIDRestartTest.java | 18 ++++++++++++++++++ full/src/test/java/apoc/uuid/UUIDTest.java | 18 ++++++++++++++++++ .../src/test/java/apoc/uuid/UUIDTestUtils.java | 18 ++++++++++++++++++ .../apoc/ai/azure/AzureProceduresTest.kt | 18 ++++++++++++++++++ .../apoc/nlp/MinimalPropertiesMatcher.kt | 18 ++++++++++++++++++ .../apoc/nlp/MinimalPropertiesMatcherTest.kt | 18 ++++++++++++++++++ .../kotlin/apoc/nlp/NLPHelperFunctionsTest.kt | 18 ++++++++++++++++++ .../nlp/NLPHelperFunctionsWithDatabaseTest.kt | 18 ++++++++++++++++++ full/src/test/kotlin/apoc/nlp/NodeMatcher.kt | 18 ++++++++++++++++++ .../test/kotlin/apoc/nlp/NodeMatcherTest.kt | 18 ++++++++++++++++++ full/src/test/kotlin/apoc/nlp/NplUtils.kt | 18 ++++++++++++++++++ .../kotlin/apoc/nlp/RelationshipMatcher.kt | 18 ++++++++++++++++++ .../kotlin/apoc/nlp/RelationshipMatcherTest.kt | 18 ++++++++++++++++++ .../apoc/nlp/aws/AWSProceduresAPITest.kt | 18 ++++++++++++++++++ .../aws/AWSProceduresAPIWithDummyClientTest.kt | 18 ++++++++++++++++++ .../apoc/nlp/aws/AWSProceduresErrorsTest.kt | 18 ++++++++++++++++++ .../kotlin/apoc/nlp/aws/AWSProceduresTest.kt | 18 ++++++++++++++++++ .../aws/AWSVirtualEntitiesGraphStoreTest.kt | 18 ++++++++++++++++++ .../nlp/aws/AWSVirtualEntitiesGraphTest.kt | 18 ++++++++++++++++++ .../nlp/aws/AWSVirtualKeyPhrasesGraphTest.kt | 18 ++++++++++++++++++ .../aws/AWSVirtualSentimentGraphStoreTest.kt | 18 ++++++++++++++++++ .../aws/AWSVirtualSentimentVirtualGraphTest.kt | 18 ++++++++++++++++++ .../apoc/nlp/azure/AzureProceduresAPITest.kt | 18 ++++++++++++++++++ .../AzureProceduresAPIWithDummyClientTest.kt | 18 ++++++++++++++++++ .../nlp/azure/AzureVirtualEntitiesGraphTest.kt | 18 ++++++++++++++++++ .../azure/AzureVirtualKeyPhrasesGraphTest.kt | 18 ++++++++++++++++++ .../AzureVirtualSentimentGraphStoreTest.kt | 18 ++++++++++++++++++ .../apoc/nlp/gcp/GCPProceduresAPITest.kt | 18 ++++++++++++++++++ .../gcp/GCPProceduresAPIWithDummyClientTest.kt | 18 ++++++++++++++++++ .../nlp/gcp/GCPVirtualCategoriesGraphTest.kt | 18 ++++++++++++++++++ .../gcp/GCPVirtualEntitiesGraphStoreTest.kt | 18 ++++++++++++++++++ .../nlp/gcp/GCPVirtualEntitiesGraphTest.kt | 18 ++++++++++++++++++ 681 files changed, 12253 insertions(+) diff --git a/core/build.gradle b/core/build.gradle index e71c7542eb..87c8180397 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -5,6 +5,7 @@ plugins { id 'antlr' id "org.sonarqube" id "com.diffplug.spotless" version "6.7.2" + id "com.github.hierynomus.license" } spotless { @@ -14,6 +15,20 @@ spotless { } } +licenseFormat { + def sourceFileHeader = rootProject.file("${project.rootDir}/licenses/headers/source-header.txt") + license { + header = sourceFileHeader + // what comment style to use + mapping { + java = 'SLASHSTAR_STYLE' + } + // exclude 'test/resources/**' + // exclude 'main/resources/**' + include '**/*.java' + } +} + archivesBaseName = "apoc" apply plugin: 'com.github.johnrengelman.shadow' diff --git a/core/src/main/java/apoc/ApocConfig.java b/core/src/main/java/apoc/ApocConfig.java index 04136ca212..9425112686 100644 --- a/core/src/main/java/apoc/ApocConfig.java +++ b/core/src/main/java/apoc/ApocConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import apoc.export.util.ExportConfig; diff --git a/core/src/main/java/apoc/ApocConfigExtensionFactory.java b/core/src/main/java/apoc/ApocConfigExtensionFactory.java index 30975bbd40..25a1d353c2 100644 --- a/core/src/main/java/apoc/ApocConfigExtensionFactory.java +++ b/core/src/main/java/apoc/ApocConfigExtensionFactory.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import org.neo4j.annotations.service.ServiceProvider; diff --git a/core/src/main/java/apoc/ApocExtensionFactory.java b/core/src/main/java/apoc/ApocExtensionFactory.java index cf9db224c1..b091460baf 100644 --- a/core/src/main/java/apoc/ApocExtensionFactory.java +++ b/core/src/main/java/apoc/ApocExtensionFactory.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import org.neo4j.annotations.service.ServiceProvider; diff --git a/core/src/main/java/apoc/ApocGlobalComponents.java b/core/src/main/java/apoc/ApocGlobalComponents.java index 7d82ea2fc5..3035ab83ba 100644 --- a/core/src/main/java/apoc/ApocGlobalComponents.java +++ b/core/src/main/java/apoc/ApocGlobalComponents.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import org.neo4j.annotations.service.Service; diff --git a/core/src/main/java/apoc/ApocSettings.java b/core/src/main/java/apoc/ApocSettings.java index 7b5606abca..bfeb60cccf 100644 --- a/core/src/main/java/apoc/ApocSettings.java +++ b/core/src/main/java/apoc/ApocSettings.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import inet.ipaddr.AddressStringException; diff --git a/core/src/main/java/apoc/CoreApocGlobalComponents.java b/core/src/main/java/apoc/CoreApocGlobalComponents.java index 8f9dba47e0..6c0c7a9c00 100644 --- a/core/src/main/java/apoc/CoreApocGlobalComponents.java +++ b/core/src/main/java/apoc/CoreApocGlobalComponents.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import apoc.cypher.CypherInitializer; diff --git a/core/src/main/java/apoc/Description.java b/core/src/main/java/apoc/Description.java index 47c7e84269..6b151edb05 100644 --- a/core/src/main/java/apoc/Description.java +++ b/core/src/main/java/apoc/Description.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/apoc/PoolExtensionFactory.java b/core/src/main/java/apoc/PoolExtensionFactory.java index ccc403bc96..03937f33cf 100644 --- a/core/src/main/java/apoc/PoolExtensionFactory.java +++ b/core/src/main/java/apoc/PoolExtensionFactory.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import org.neo4j.annotations.service.ServiceProvider; diff --git a/core/src/main/java/apoc/Pools.java b/core/src/main/java/apoc/Pools.java index 079556cb83..44ee618e5c 100644 --- a/core/src/main/java/apoc/Pools.java +++ b/core/src/main/java/apoc/Pools.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import apoc.periodic.Periodic; diff --git a/core/src/main/java/apoc/RegisterComponentFactory.java b/core/src/main/java/apoc/RegisterComponentFactory.java index e5b2d4a99e..e46ae46d88 100644 --- a/core/src/main/java/apoc/RegisterComponentFactory.java +++ b/core/src/main/java/apoc/RegisterComponentFactory.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import org.neo4j.annotations.service.ServiceProvider; diff --git a/core/src/main/java/apoc/SystemLabels.java b/core/src/main/java/apoc/SystemLabels.java index eb45620b5d..2e74c7fe72 100644 --- a/core/src/main/java/apoc/SystemLabels.java +++ b/core/src/main/java/apoc/SystemLabels.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import org.neo4j.graphdb.Label; diff --git a/core/src/main/java/apoc/SystemPropertyKeys.java b/core/src/main/java/apoc/SystemPropertyKeys.java index 29a7a4c4ca..5e1f338731 100644 --- a/core/src/main/java/apoc/SystemPropertyKeys.java +++ b/core/src/main/java/apoc/SystemPropertyKeys.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; public enum SystemPropertyKeys { diff --git a/core/src/main/java/apoc/TTLConfig.java b/core/src/main/java/apoc/TTLConfig.java index 96f9123d8d..e50ba73267 100644 --- a/core/src/main/java/apoc/TTLConfig.java +++ b/core/src/main/java/apoc/TTLConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import org.neo4j.kernel.api.procedure.GlobalProcedures; diff --git a/core/src/main/java/apoc/TTLConfigExtensionFactory.java b/core/src/main/java/apoc/TTLConfigExtensionFactory.java index 8a6e9f54a9..2f4e344ed4 100644 --- a/core/src/main/java/apoc/TTLConfigExtensionFactory.java +++ b/core/src/main/java/apoc/TTLConfigExtensionFactory.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import org.neo4j.annotations.service.ServiceProvider; diff --git a/core/src/main/java/apoc/agg/CollAggregation.java b/core/src/main/java/apoc/agg/CollAggregation.java index 8f2719f524..9f1b760597 100644 --- a/core/src/main/java/apoc/agg/CollAggregation.java +++ b/core/src/main/java/apoc/agg/CollAggregation.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.agg; import org.neo4j.procedure.*; diff --git a/core/src/main/java/apoc/agg/Graph.java b/core/src/main/java/apoc/agg/Graph.java index 5439d6b602..c6ed5003bb 100644 --- a/core/src/main/java/apoc/agg/Graph.java +++ b/core/src/main/java/apoc/agg/Graph.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.agg; import apoc.coll.SetBackedList; diff --git a/core/src/main/java/apoc/agg/MaxAndMinItems.java b/core/src/main/java/apoc/agg/MaxAndMinItems.java index 639722c7e9..21a187db3a 100644 --- a/core/src/main/java/apoc/agg/MaxAndMinItems.java +++ b/core/src/main/java/apoc/agg/MaxAndMinItems.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.agg; import apoc.util.Util; diff --git a/core/src/main/java/apoc/agg/Median.java b/core/src/main/java/apoc/agg/Median.java index 049213b5e8..c168a13c2a 100644 --- a/core/src/main/java/apoc/agg/Median.java +++ b/core/src/main/java/apoc/agg/Median.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.agg; import org.neo4j.procedure.*; diff --git a/core/src/main/java/apoc/agg/Percentiles.java b/core/src/main/java/apoc/agg/Percentiles.java index 6ed118f026..4d1e4cc5b2 100644 --- a/core/src/main/java/apoc/agg/Percentiles.java +++ b/core/src/main/java/apoc/agg/Percentiles.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.agg; import org.HdrHistogram.DoubleHistogram; diff --git a/core/src/main/java/apoc/agg/Product.java b/core/src/main/java/apoc/agg/Product.java index 32942938e2..8de92a6dac 100644 --- a/core/src/main/java/apoc/agg/Product.java +++ b/core/src/main/java/apoc/agg/Product.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.agg; import org.neo4j.procedure.*; diff --git a/core/src/main/java/apoc/agg/Statistics.java b/core/src/main/java/apoc/agg/Statistics.java index aeefac7489..dea9fdaf39 100644 --- a/core/src/main/java/apoc/agg/Statistics.java +++ b/core/src/main/java/apoc/agg/Statistics.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.agg; import org.HdrHistogram.DoubleHistogram; diff --git a/core/src/main/java/apoc/algo/Cover.java b/core/src/main/java/apoc/algo/Cover.java index fb0147919d..b9d4325472 100644 --- a/core/src/main/java/apoc/algo/Cover.java +++ b/core/src/main/java/apoc/algo/Cover.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.algo; import apoc.result.RelationshipResult; diff --git a/core/src/main/java/apoc/algo/PathFinding.java b/core/src/main/java/apoc/algo/PathFinding.java index 88364b5537..e250523de8 100644 --- a/core/src/main/java/apoc/algo/PathFinding.java +++ b/core/src/main/java/apoc/algo/PathFinding.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.algo; import apoc.path.RelationshipTypeAndDirections; diff --git a/core/src/main/java/apoc/atomic/Atomic.java b/core/src/main/java/apoc/atomic/Atomic.java index e2b7a2bfea..ee4f29fc4e 100644 --- a/core/src/main/java/apoc/atomic/Atomic.java +++ b/core/src/main/java/apoc/atomic/Atomic.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.atomic; import apoc.atomic.util.AtomicUtils; diff --git a/core/src/main/java/apoc/atomic/util/AtomicUtils.java b/core/src/main/java/apoc/atomic/util/AtomicUtils.java index a10ba08194..63b7d5315e 100644 --- a/core/src/main/java/apoc/atomic/util/AtomicUtils.java +++ b/core/src/main/java/apoc/atomic/util/AtomicUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.atomic.util; /** diff --git a/core/src/main/java/apoc/bitwise/BitwiseOperations.java b/core/src/main/java/apoc/bitwise/BitwiseOperations.java index 18f4bbf8d4..829cc001bf 100644 --- a/core/src/main/java/apoc/bitwise/BitwiseOperations.java +++ b/core/src/main/java/apoc/bitwise/BitwiseOperations.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.bitwise; import org.neo4j.procedure.Description; diff --git a/core/src/main/java/apoc/coll/Coll.java b/core/src/main/java/apoc/coll/Coll.java index 3bc9467fdc..e6c0f9e78b 100644 --- a/core/src/main/java/apoc/coll/Coll.java +++ b/core/src/main/java/apoc/coll/Coll.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.coll; import apoc.result.ListResult; diff --git a/core/src/main/java/apoc/coll/SetBackedList.java b/core/src/main/java/apoc/coll/SetBackedList.java index 022eb659f2..6b45563081 100644 --- a/core/src/main/java/apoc/coll/SetBackedList.java +++ b/core/src/main/java/apoc/coll/SetBackedList.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.coll; import java.util.*; diff --git a/core/src/main/java/apoc/convert/Convert.java b/core/src/main/java/apoc/convert/Convert.java index be9c80be87..2d05f59f77 100644 --- a/core/src/main/java/apoc/convert/Convert.java +++ b/core/src/main/java/apoc/convert/Convert.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.convert; import apoc.coll.SetBackedList; diff --git a/core/src/main/java/apoc/convert/ConvertConfig.java b/core/src/main/java/apoc/convert/ConvertConfig.java index a570b44c26..4dd6dfe097 100644 --- a/core/src/main/java/apoc/convert/ConvertConfig.java +++ b/core/src/main/java/apoc/convert/ConvertConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.convert; import apoc.util.Util; diff --git a/core/src/main/java/apoc/convert/Json.java b/core/src/main/java/apoc/convert/Json.java index 3e65774b6e..246a9f4dfb 100644 --- a/core/src/main/java/apoc/convert/Json.java +++ b/core/src/main/java/apoc/convert/Json.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.convert; import apoc.meta.Meta; diff --git a/core/src/main/java/apoc/create/Create.java b/core/src/main/java/apoc/create/Create.java index bc4b6c4635..087cee00e6 100644 --- a/core/src/main/java/apoc/create/Create.java +++ b/core/src/main/java/apoc/create/Create.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.create; import apoc.get.Get; diff --git a/core/src/main/java/apoc/cypher/Cypher.java b/core/src/main/java/apoc/cypher/Cypher.java index cf9f4f15a2..5c9dfbeb4c 100644 --- a/core/src/main/java/apoc/cypher/Cypher.java +++ b/core/src/main/java/apoc/cypher/Cypher.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.cypher; import apoc.Pools; diff --git a/core/src/main/java/apoc/cypher/CypherFunctions.java b/core/src/main/java/apoc/cypher/CypherFunctions.java index 3c57b057e2..6e67022c65 100644 --- a/core/src/main/java/apoc/cypher/CypherFunctions.java +++ b/core/src/main/java/apoc/cypher/CypherFunctions.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.cypher; import org.neo4j.graphdb.ResourceIterator; diff --git a/core/src/main/java/apoc/cypher/CypherInitializer.java b/core/src/main/java/apoc/cypher/CypherInitializer.java index e12c6a84c1..57b67cdb06 100644 --- a/core/src/main/java/apoc/cypher/CypherInitializer.java +++ b/core/src/main/java/apoc/cypher/CypherInitializer.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.cypher; import apoc.ApocConfig; diff --git a/core/src/main/java/apoc/cypher/Timeboxed.java b/core/src/main/java/apoc/cypher/Timeboxed.java index df6a1bb589..8c37c80d97 100644 --- a/core/src/main/java/apoc/cypher/Timeboxed.java +++ b/core/src/main/java/apoc/cypher/Timeboxed.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.cypher; import apoc.Pools; diff --git a/core/src/main/java/apoc/data/Extract.java b/core/src/main/java/apoc/data/Extract.java index 9de5a107d6..24d0655cc2 100644 --- a/core/src/main/java/apoc/data/Extract.java +++ b/core/src/main/java/apoc/data/Extract.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.data; import org.neo4j.procedure.Description; diff --git a/core/src/main/java/apoc/data/url/ExtractURL.java b/core/src/main/java/apoc/data/url/ExtractURL.java index e436a6487f..cad1b68c42 100644 --- a/core/src/main/java/apoc/data/url/ExtractURL.java +++ b/core/src/main/java/apoc/data/url/ExtractURL.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.data.url; import org.neo4j.procedure.Description; diff --git a/core/src/main/java/apoc/date/Date.java b/core/src/main/java/apoc/date/Date.java index e4ccd7acc1..8fd69b5eaa 100644 --- a/core/src/main/java/apoc/date/Date.java +++ b/core/src/main/java/apoc/date/Date.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.date; import apoc.util.DateFormatUtil; diff --git a/core/src/main/java/apoc/diff/Diff.java b/core/src/main/java/apoc/diff/Diff.java index d8e06340f5..4759c83453 100644 --- a/core/src/main/java/apoc/diff/Diff.java +++ b/core/src/main/java/apoc/diff/Diff.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.diff; import apoc.Description; diff --git a/core/src/main/java/apoc/example/Examples.java b/core/src/main/java/apoc/example/Examples.java index e4c6282ee1..468be9ae3e 100644 --- a/core/src/main/java/apoc/example/Examples.java +++ b/core/src/main/java/apoc/example/Examples.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.example; import apoc.result.ProgressInfo; diff --git a/core/src/main/java/apoc/export/Export.java b/core/src/main/java/apoc/export/Export.java index e3c16100eb..3cc2212897 100644 --- a/core/src/main/java/apoc/export/Export.java +++ b/core/src/main/java/apoc/export/Export.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export; import org.neo4j.procedure.Description; diff --git a/core/src/main/java/apoc/export/arrow/ArrowConfig.java b/core/src/main/java/apoc/export/arrow/ArrowConfig.java index 4bb2b49a70..8131e5a1d1 100644 --- a/core/src/main/java/apoc/export/arrow/ArrowConfig.java +++ b/core/src/main/java/apoc/export/arrow/ArrowConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.arrow; import apoc.util.Util; diff --git a/core/src/main/java/apoc/export/arrow/ArrowUtils.java b/core/src/main/java/apoc/export/arrow/ArrowUtils.java index 43c7e83d0f..cec08d1f65 100644 --- a/core/src/main/java/apoc/export/arrow/ArrowUtils.java +++ b/core/src/main/java/apoc/export/arrow/ArrowUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.arrow; import org.apache.arrow.vector.types.Types; diff --git a/core/src/main/java/apoc/export/arrow/ExportArrow.java b/core/src/main/java/apoc/export/arrow/ExportArrow.java index 4529982609..5633e4ad15 100644 --- a/core/src/main/java/apoc/export/arrow/ExportArrow.java +++ b/core/src/main/java/apoc/export/arrow/ExportArrow.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.arrow; import apoc.ApocConfig; diff --git a/core/src/main/java/apoc/export/arrow/ExportArrowFileStrategy.java b/core/src/main/java/apoc/export/arrow/ExportArrowFileStrategy.java index d6f0e2b8a6..b59a1baea5 100644 --- a/core/src/main/java/apoc/export/arrow/ExportArrowFileStrategy.java +++ b/core/src/main/java/apoc/export/arrow/ExportArrowFileStrategy.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.arrow; import apoc.convert.Json; diff --git a/core/src/main/java/apoc/export/arrow/ExportArrowService.java b/core/src/main/java/apoc/export/arrow/ExportArrowService.java index 58096de196..0c3adae3a8 100644 --- a/core/src/main/java/apoc/export/arrow/ExportArrowService.java +++ b/core/src/main/java/apoc/export/arrow/ExportArrowService.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.arrow; import apoc.Pools; diff --git a/core/src/main/java/apoc/export/arrow/ExportArrowStrategy.java b/core/src/main/java/apoc/export/arrow/ExportArrowStrategy.java index cb962574c0..e3e56b4ccc 100644 --- a/core/src/main/java/apoc/export/arrow/ExportArrowStrategy.java +++ b/core/src/main/java/apoc/export/arrow/ExportArrowStrategy.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.arrow; import apoc.meta.Meta; diff --git a/core/src/main/java/apoc/export/arrow/ExportArrowStreamStrategy.java b/core/src/main/java/apoc/export/arrow/ExportArrowStreamStrategy.java index e06ca9dff6..f0f8187744 100644 --- a/core/src/main/java/apoc/export/arrow/ExportArrowStreamStrategy.java +++ b/core/src/main/java/apoc/export/arrow/ExportArrowStreamStrategy.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.arrow; import apoc.convert.Json; diff --git a/core/src/main/java/apoc/export/arrow/ExportGraphFileStrategy.java b/core/src/main/java/apoc/export/arrow/ExportGraphFileStrategy.java index 3b0a68f1e4..bcf9535901 100644 --- a/core/src/main/java/apoc/export/arrow/ExportGraphFileStrategy.java +++ b/core/src/main/java/apoc/export/arrow/ExportGraphFileStrategy.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.arrow; import apoc.Pools; diff --git a/core/src/main/java/apoc/export/arrow/ExportGraphStrategy.java b/core/src/main/java/apoc/export/arrow/ExportGraphStrategy.java index f5e5f6bfcf..f134fbd872 100644 --- a/core/src/main/java/apoc/export/arrow/ExportGraphStrategy.java +++ b/core/src/main/java/apoc/export/arrow/ExportGraphStrategy.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.arrow; import apoc.util.Util; diff --git a/core/src/main/java/apoc/export/arrow/ExportGraphStreamStrategy.java b/core/src/main/java/apoc/export/arrow/ExportGraphStreamStrategy.java index bce979ecd7..a885a70e39 100644 --- a/core/src/main/java/apoc/export/arrow/ExportGraphStreamStrategy.java +++ b/core/src/main/java/apoc/export/arrow/ExportGraphStreamStrategy.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.arrow; import apoc.Pools; diff --git a/core/src/main/java/apoc/export/arrow/ExportResultFileStrategy.java b/core/src/main/java/apoc/export/arrow/ExportResultFileStrategy.java index c8d8e8483c..c18ea904ae 100644 --- a/core/src/main/java/apoc/export/arrow/ExportResultFileStrategy.java +++ b/core/src/main/java/apoc/export/arrow/ExportResultFileStrategy.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.arrow; import apoc.Pools; diff --git a/core/src/main/java/apoc/export/arrow/ExportResultStrategy.java b/core/src/main/java/apoc/export/arrow/ExportResultStrategy.java index 5ac074b9ae..83b163a77f 100644 --- a/core/src/main/java/apoc/export/arrow/ExportResultStrategy.java +++ b/core/src/main/java/apoc/export/arrow/ExportResultStrategy.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.arrow; import apoc.meta.Meta; diff --git a/core/src/main/java/apoc/export/arrow/ExportResultStreamStrategy.java b/core/src/main/java/apoc/export/arrow/ExportResultStreamStrategy.java index b86113b9c0..5120cb9cfc 100644 --- a/core/src/main/java/apoc/export/arrow/ExportResultStreamStrategy.java +++ b/core/src/main/java/apoc/export/arrow/ExportResultStreamStrategy.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.arrow; import apoc.Pools; diff --git a/core/src/main/java/apoc/export/csv/CsvEntityLoader.java b/core/src/main/java/apoc/export/csv/CsvEntityLoader.java index ef45b0cd90..7ac2cb429d 100644 --- a/core/src/main/java/apoc/export/csv/CsvEntityLoader.java +++ b/core/src/main/java/apoc/export/csv/CsvEntityLoader.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import apoc.export.util.BatchTransaction; diff --git a/core/src/main/java/apoc/export/csv/CsvFormat.java b/core/src/main/java/apoc/export/csv/CsvFormat.java index d2fca7fa42..83140b43a0 100644 --- a/core/src/main/java/apoc/export/csv/CsvFormat.java +++ b/core/src/main/java/apoc/export/csv/CsvFormat.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import apoc.export.cypher.ExportFileManager; diff --git a/core/src/main/java/apoc/export/csv/CsvHeaderField.java b/core/src/main/java/apoc/export/csv/CsvHeaderField.java index fbe1c4ee4a..2984b42b6f 100644 --- a/core/src/main/java/apoc/export/csv/CsvHeaderField.java +++ b/core/src/main/java/apoc/export/csv/CsvHeaderField.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import apoc.meta.Meta; diff --git a/core/src/main/java/apoc/export/csv/CsvHeaderFields.java b/core/src/main/java/apoc/export/csv/CsvHeaderFields.java index 3dd0fc1184..b9090bb7d9 100644 --- a/core/src/main/java/apoc/export/csv/CsvHeaderFields.java +++ b/core/src/main/java/apoc/export/csv/CsvHeaderFields.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import java.util.Arrays; diff --git a/core/src/main/java/apoc/export/csv/CsvLoaderConfig.java b/core/src/main/java/apoc/export/csv/CsvLoaderConfig.java index 5012d85f61..3ef92d6797 100644 --- a/core/src/main/java/apoc/export/csv/CsvLoaderConfig.java +++ b/core/src/main/java/apoc/export/csv/CsvLoaderConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import apoc.util.CompressionAlgo; diff --git a/core/src/main/java/apoc/export/csv/CsvLoaderConstants.java b/core/src/main/java/apoc/export/csv/CsvLoaderConstants.java index bac43deaba..0ad928b6d6 100644 --- a/core/src/main/java/apoc/export/csv/CsvLoaderConstants.java +++ b/core/src/main/java/apoc/export/csv/CsvLoaderConstants.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import java.util.regex.Pattern; diff --git a/core/src/main/java/apoc/export/csv/CsvPropertyConverter.java b/core/src/main/java/apoc/export/csv/CsvPropertyConverter.java index 071543fb3d..fecaa16b9d 100644 --- a/core/src/main/java/apoc/export/csv/CsvPropertyConverter.java +++ b/core/src/main/java/apoc/export/csv/CsvPropertyConverter.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import org.apache.commons.lang3.StringUtils; diff --git a/core/src/main/java/apoc/export/csv/ExportCSV.java b/core/src/main/java/apoc/export/csv/ExportCSV.java index e8debedd4d..c2d1b518ed 100644 --- a/core/src/main/java/apoc/export/csv/ExportCSV.java +++ b/core/src/main/java/apoc/export/csv/ExportCSV.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import apoc.ApocConfig; diff --git a/core/src/main/java/apoc/export/csv/ImportCsv.java b/core/src/main/java/apoc/export/csv/ImportCsv.java index 7262db13cf..966e1933dc 100644 --- a/core/src/main/java/apoc/export/csv/ImportCsv.java +++ b/core/src/main/java/apoc/export/csv/ImportCsv.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import apoc.Pools; diff --git a/core/src/main/java/apoc/export/cypher/ExportCypher.java b/core/src/main/java/apoc/export/cypher/ExportCypher.java index 645e327e26..fafd0019d3 100644 --- a/core/src/main/java/apoc/export/cypher/ExportCypher.java +++ b/core/src/main/java/apoc/export/cypher/ExportCypher.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher; import apoc.ApocConfig; diff --git a/core/src/main/java/apoc/export/cypher/ExportFileManager.java b/core/src/main/java/apoc/export/cypher/ExportFileManager.java index 40096de90d..e66607804d 100644 --- a/core/src/main/java/apoc/export/cypher/ExportFileManager.java +++ b/core/src/main/java/apoc/export/cypher/ExportFileManager.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher; import java.io.PrintWriter; diff --git a/core/src/main/java/apoc/export/cypher/FileManagerFactory.java b/core/src/main/java/apoc/export/cypher/FileManagerFactory.java index 4e968c4f02..4be147eb49 100644 --- a/core/src/main/java/apoc/export/cypher/FileManagerFactory.java +++ b/core/src/main/java/apoc/export/cypher/FileManagerFactory.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher; import java.io.OutputStream; diff --git a/core/src/main/java/apoc/export/cypher/MultiStatementCypherSubGraphExporter.java b/core/src/main/java/apoc/export/cypher/MultiStatementCypherSubGraphExporter.java index b6b7e2ab14..4712b7628b 100644 --- a/core/src/main/java/apoc/export/cypher/MultiStatementCypherSubGraphExporter.java +++ b/core/src/main/java/apoc/export/cypher/MultiStatementCypherSubGraphExporter.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher; import apoc.export.cypher.formatter.CypherFormatter; diff --git a/core/src/main/java/apoc/export/cypher/formatter/AbstractCypherFormatter.java b/core/src/main/java/apoc/export/cypher/formatter/AbstractCypherFormatter.java index 8dc0476f84..b650ed0eee 100644 --- a/core/src/main/java/apoc/export/cypher/formatter/AbstractCypherFormatter.java +++ b/core/src/main/java/apoc/export/cypher/formatter/AbstractCypherFormatter.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher.formatter; import apoc.export.util.ExportConfig; diff --git a/core/src/main/java/apoc/export/cypher/formatter/AddStructureCypherFormatter.java b/core/src/main/java/apoc/export/cypher/formatter/AddStructureCypherFormatter.java index 77d9f8dcff..f6ca065a23 100644 --- a/core/src/main/java/apoc/export/cypher/formatter/AddStructureCypherFormatter.java +++ b/core/src/main/java/apoc/export/cypher/formatter/AddStructureCypherFormatter.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher.formatter; import apoc.export.util.ExportConfig; diff --git a/core/src/main/java/apoc/export/cypher/formatter/CreateCypherFormatter.java b/core/src/main/java/apoc/export/cypher/formatter/CreateCypherFormatter.java index 485b2e15ef..2966b35e73 100644 --- a/core/src/main/java/apoc/export/cypher/formatter/CreateCypherFormatter.java +++ b/core/src/main/java/apoc/export/cypher/formatter/CreateCypherFormatter.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher.formatter; import apoc.export.util.ExportConfig; diff --git a/core/src/main/java/apoc/export/cypher/formatter/CypherFormat.java b/core/src/main/java/apoc/export/cypher/formatter/CypherFormat.java index 1b66e4a0ff..5fd6ff6197 100644 --- a/core/src/main/java/apoc/export/cypher/formatter/CypherFormat.java +++ b/core/src/main/java/apoc/export/cypher/formatter/CypherFormat.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher.formatter; /** diff --git a/core/src/main/java/apoc/export/cypher/formatter/CypherFormatter.java b/core/src/main/java/apoc/export/cypher/formatter/CypherFormatter.java index 174e2fdf66..ed1226ca6e 100644 --- a/core/src/main/java/apoc/export/cypher/formatter/CypherFormatter.java +++ b/core/src/main/java/apoc/export/cypher/formatter/CypherFormatter.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher.formatter; import apoc.export.util.ExportConfig; diff --git a/core/src/main/java/apoc/export/cypher/formatter/CypherFormatterUtils.java b/core/src/main/java/apoc/export/cypher/formatter/CypherFormatterUtils.java index e475185fbd..bceec0eac3 100644 --- a/core/src/main/java/apoc/export/cypher/formatter/CypherFormatterUtils.java +++ b/core/src/main/java/apoc/export/cypher/formatter/CypherFormatterUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher.formatter; import apoc.export.util.FormatUtils; diff --git a/core/src/main/java/apoc/export/cypher/formatter/UpdateAllCypherFormatter.java b/core/src/main/java/apoc/export/cypher/formatter/UpdateAllCypherFormatter.java index 2a6ca56b9c..eeacd80abd 100644 --- a/core/src/main/java/apoc/export/cypher/formatter/UpdateAllCypherFormatter.java +++ b/core/src/main/java/apoc/export/cypher/formatter/UpdateAllCypherFormatter.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher.formatter; import apoc.export.util.ExportConfig; diff --git a/core/src/main/java/apoc/export/cypher/formatter/UpdateStructureCypherFormatter.java b/core/src/main/java/apoc/export/cypher/formatter/UpdateStructureCypherFormatter.java index 51d455fd95..98b477d1e0 100644 --- a/core/src/main/java/apoc/export/cypher/formatter/UpdateStructureCypherFormatter.java +++ b/core/src/main/java/apoc/export/cypher/formatter/UpdateStructureCypherFormatter.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher.formatter; import apoc.export.util.ExportConfig; diff --git a/core/src/main/java/apoc/export/graphml/ExportGraphML.java b/core/src/main/java/apoc/export/graphml/ExportGraphML.java index ce8ab22d79..3dd5194934 100644 --- a/core/src/main/java/apoc/export/graphml/ExportGraphML.java +++ b/core/src/main/java/apoc/export/graphml/ExportGraphML.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.graphml; import apoc.ApocConfig; diff --git a/core/src/main/java/apoc/export/graphml/XmlGraphMLFormat.java b/core/src/main/java/apoc/export/graphml/XmlGraphMLFormat.java index d9aed9abce..f1f131d3c2 100644 --- a/core/src/main/java/apoc/export/graphml/XmlGraphMLFormat.java +++ b/core/src/main/java/apoc/export/graphml/XmlGraphMLFormat.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.graphml; import apoc.export.cypher.ExportFileManager; diff --git a/core/src/main/java/apoc/export/graphml/XmlGraphMLReader.java b/core/src/main/java/apoc/export/graphml/XmlGraphMLReader.java index ed16046f5c..a4ad83423c 100644 --- a/core/src/main/java/apoc/export/graphml/XmlGraphMLReader.java +++ b/core/src/main/java/apoc/export/graphml/XmlGraphMLReader.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.graphml; import apoc.export.util.BatchTransaction; diff --git a/core/src/main/java/apoc/export/graphml/XmlGraphMLWriter.java b/core/src/main/java/apoc/export/graphml/XmlGraphMLWriter.java index 750d71e931..1630981642 100644 --- a/core/src/main/java/apoc/export/graphml/XmlGraphMLWriter.java +++ b/core/src/main/java/apoc/export/graphml/XmlGraphMLWriter.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.graphml; import apoc.export.util.*; diff --git a/core/src/main/java/apoc/export/graphml/XmlNodeExport.java b/core/src/main/java/apoc/export/graphml/XmlNodeExport.java index 7dd56157dd..19390f189b 100644 --- a/core/src/main/java/apoc/export/graphml/XmlNodeExport.java +++ b/core/src/main/java/apoc/export/graphml/XmlNodeExport.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.graphml; import apoc.export.util.ExportConfig; diff --git a/core/src/main/java/apoc/export/json/ExportJson.java b/core/src/main/java/apoc/export/json/ExportJson.java index 78ee358b21..be5b4ebd0e 100644 --- a/core/src/main/java/apoc/export/json/ExportJson.java +++ b/core/src/main/java/apoc/export/json/ExportJson.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.json; import apoc.ApocConfig; diff --git a/core/src/main/java/apoc/export/json/ImportJson.java b/core/src/main/java/apoc/export/json/ImportJson.java index e3db8d077d..b39ef17b7c 100644 --- a/core/src/main/java/apoc/export/json/ImportJson.java +++ b/core/src/main/java/apoc/export/json/ImportJson.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.json; import apoc.Pools; diff --git a/core/src/main/java/apoc/export/json/ImportJsonConfig.java b/core/src/main/java/apoc/export/json/ImportJsonConfig.java index 87f331e463..1860a4dfa2 100644 --- a/core/src/main/java/apoc/export/json/ImportJsonConfig.java +++ b/core/src/main/java/apoc/export/json/ImportJsonConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.json; import apoc.util.CompressionConfig; diff --git a/core/src/main/java/apoc/export/json/JsonFormat.java b/core/src/main/java/apoc/export/json/JsonFormat.java index 063b420b43..0e77f32b8e 100644 --- a/core/src/main/java/apoc/export/json/JsonFormat.java +++ b/core/src/main/java/apoc/export/json/JsonFormat.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.json; import apoc.export.cypher.ExportFileManager; diff --git a/core/src/main/java/apoc/export/json/JsonFormatSerializer.java b/core/src/main/java/apoc/export/json/JsonFormatSerializer.java index d7c67f2811..b2e6e1382d 100644 --- a/core/src/main/java/apoc/export/json/JsonFormatSerializer.java +++ b/core/src/main/java/apoc/export/json/JsonFormatSerializer.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.json; import apoc.export.util.ExportConfig; diff --git a/core/src/main/java/apoc/export/json/JsonImporter.java b/core/src/main/java/apoc/export/json/JsonImporter.java index a77610cacb..49d4be8f69 100644 --- a/core/src/main/java/apoc/export/json/JsonImporter.java +++ b/core/src/main/java/apoc/export/json/JsonImporter.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.json; import apoc.export.util.Reporter; diff --git a/core/src/main/java/apoc/export/util/BatchTransaction.java b/core/src/main/java/apoc/export/util/BatchTransaction.java index b62728d4c8..f0c094278f 100644 --- a/core/src/main/java/apoc/export/util/BatchTransaction.java +++ b/core/src/main/java/apoc/export/util/BatchTransaction.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import org.neo4j.graphdb.GraphDatabaseService; diff --git a/core/src/main/java/apoc/export/util/BulkImportUtil.java b/core/src/main/java/apoc/export/util/BulkImportUtil.java index bb2317f525..002cd6437e 100644 --- a/core/src/main/java/apoc/export/util/BulkImportUtil.java +++ b/core/src/main/java/apoc/export/util/BulkImportUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import org.neo4j.values.storable.DurationValue; diff --git a/core/src/main/java/apoc/export/util/CountingInputStream.java b/core/src/main/java/apoc/export/util/CountingInputStream.java index d75c8348dc..79fba66554 100644 --- a/core/src/main/java/apoc/export/util/CountingInputStream.java +++ b/core/src/main/java/apoc/export/util/CountingInputStream.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import org.apache.commons.compress.utils.SeekableInMemoryByteChannel; diff --git a/core/src/main/java/apoc/export/util/CountingReader.java b/core/src/main/java/apoc/export/util/CountingReader.java index c1537c17fb..e88dbe6af0 100644 --- a/core/src/main/java/apoc/export/util/CountingReader.java +++ b/core/src/main/java/apoc/export/util/CountingReader.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import java.io.*; diff --git a/core/src/main/java/apoc/export/util/DurationValueSerializer.java b/core/src/main/java/apoc/export/util/DurationValueSerializer.java index 88e822a1cb..77ea644868 100644 --- a/core/src/main/java/apoc/export/util/DurationValueSerializer.java +++ b/core/src/main/java/apoc/export/util/DurationValueSerializer.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/core/src/main/java/apoc/export/util/ExportConfig.java b/core/src/main/java/apoc/export/util/ExportConfig.java index 31f91a23c6..fd31a40902 100644 --- a/core/src/main/java/apoc/export/util/ExportConfig.java +++ b/core/src/main/java/apoc/export/util/ExportConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import apoc.export.cypher.formatter.CypherFormat; diff --git a/core/src/main/java/apoc/export/util/ExportFormat.java b/core/src/main/java/apoc/export/util/ExportFormat.java index 01ea10b94d..549743ae76 100644 --- a/core/src/main/java/apoc/export/util/ExportFormat.java +++ b/core/src/main/java/apoc/export/util/ExportFormat.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import static java.lang.String.format; diff --git a/core/src/main/java/apoc/export/util/ExportUtils.java b/core/src/main/java/apoc/export/util/ExportUtils.java index ba1fbdffa3..848f889f2e 100644 --- a/core/src/main/java/apoc/export/util/ExportUtils.java +++ b/core/src/main/java/apoc/export/util/ExportUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import apoc.export.cypher.ExportFileManager; diff --git a/core/src/main/java/apoc/export/util/Format.java b/core/src/main/java/apoc/export/util/Format.java index b1b5cc2c21..e46edfef5e 100644 --- a/core/src/main/java/apoc/export/util/Format.java +++ b/core/src/main/java/apoc/export/util/Format.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import apoc.export.cypher.ExportFileManager; diff --git a/core/src/main/java/apoc/export/util/FormatUtils.java b/core/src/main/java/apoc/export/util/FormatUtils.java index 9e434779bd..6896d98246 100644 --- a/core/src/main/java/apoc/export/util/FormatUtils.java +++ b/core/src/main/java/apoc/export/util/FormatUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import apoc.util.JsonUtil; diff --git a/core/src/main/java/apoc/export/util/MapSubGraph.java b/core/src/main/java/apoc/export/util/MapSubGraph.java index bb2fc12ce7..0eca96ec78 100644 --- a/core/src/main/java/apoc/export/util/MapSubGraph.java +++ b/core/src/main/java/apoc/export/util/MapSubGraph.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import org.neo4j.cypher.export.SubGraph; diff --git a/core/src/main/java/apoc/export/util/MetaInformation.java b/core/src/main/java/apoc/export/util/MetaInformation.java index 5bc721512c..0ac2c5a50c 100644 --- a/core/src/main/java/apoc/export/util/MetaInformation.java +++ b/core/src/main/java/apoc/export/util/MetaInformation.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import apoc.meta.Meta; diff --git a/core/src/main/java/apoc/export/util/NodesAndRelsSubGraph.java b/core/src/main/java/apoc/export/util/NodesAndRelsSubGraph.java index ce5457165d..afa5992eda 100644 --- a/core/src/main/java/apoc/export/util/NodesAndRelsSubGraph.java +++ b/core/src/main/java/apoc/export/util/NodesAndRelsSubGraph.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import org.neo4j.cypher.export.SubGraph; diff --git a/core/src/main/java/apoc/export/util/PointSerializer.java b/core/src/main/java/apoc/export/util/PointSerializer.java index 1ea8b01a85..aadbd6abcd 100644 --- a/core/src/main/java/apoc/export/util/PointSerializer.java +++ b/core/src/main/java/apoc/export/util/PointSerializer.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/core/src/main/java/apoc/export/util/ProgressReporter.java b/core/src/main/java/apoc/export/util/ProgressReporter.java index 5a216b0560..376a40895a 100644 --- a/core/src/main/java/apoc/export/util/ProgressReporter.java +++ b/core/src/main/java/apoc/export/util/ProgressReporter.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import apoc.result.ProgressInfo; diff --git a/core/src/main/java/apoc/export/util/Reporter.java b/core/src/main/java/apoc/export/util/Reporter.java index cba0e11f64..fcad9f4f32 100644 --- a/core/src/main/java/apoc/export/util/Reporter.java +++ b/core/src/main/java/apoc/export/util/Reporter.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import apoc.result.ProgressInfo; diff --git a/core/src/main/java/apoc/export/util/SizeCounter.java b/core/src/main/java/apoc/export/util/SizeCounter.java index 76c6b2c521..224ace7dd4 100644 --- a/core/src/main/java/apoc/export/util/SizeCounter.java +++ b/core/src/main/java/apoc/export/util/SizeCounter.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; /** diff --git a/core/src/main/java/apoc/export/util/TemporalSerializer.java b/core/src/main/java/apoc/export/util/TemporalSerializer.java index 5fdb6c4278..9a9d0f9c58 100644 --- a/core/src/main/java/apoc/export/util/TemporalSerializer.java +++ b/core/src/main/java/apoc/export/util/TemporalSerializer.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/core/src/main/java/apoc/export/xls/XlsExportConfig.java b/core/src/main/java/apoc/export/xls/XlsExportConfig.java index 3fe29ac0a2..673c9bfa38 100644 --- a/core/src/main/java/apoc/export/xls/XlsExportConfig.java +++ b/core/src/main/java/apoc/export/xls/XlsExportConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.xls; import apoc.util.Util; diff --git a/core/src/main/java/apoc/generate/BaseGraphGenerator.java b/core/src/main/java/apoc/generate/BaseGraphGenerator.java index 2c1b33d007..f8f586fe3f 100644 --- a/core/src/main/java/apoc/generate/BaseGraphGenerator.java +++ b/core/src/main/java/apoc/generate/BaseGraphGenerator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate; import apoc.generate.config.GeneratorConfiguration; diff --git a/core/src/main/java/apoc/generate/GraphGenerator.java b/core/src/main/java/apoc/generate/GraphGenerator.java index 5bd04d2b80..f6b25efda4 100644 --- a/core/src/main/java/apoc/generate/GraphGenerator.java +++ b/core/src/main/java/apoc/generate/GraphGenerator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate; import apoc.generate.config.GeneratorConfiguration; diff --git a/core/src/main/java/apoc/generate/Neo4jGraphGenerator.java b/core/src/main/java/apoc/generate/Neo4jGraphGenerator.java index d5820c1bf5..77925cd4fe 100644 --- a/core/src/main/java/apoc/generate/Neo4jGraphGenerator.java +++ b/core/src/main/java/apoc/generate/Neo4jGraphGenerator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate; import apoc.generate.config.GeneratorConfiguration; diff --git a/core/src/main/java/apoc/generate/config/BarabasiAlbertConfig.java b/core/src/main/java/apoc/generate/config/BarabasiAlbertConfig.java index a066805bdb..55d84a053f 100644 --- a/core/src/main/java/apoc/generate/config/BarabasiAlbertConfig.java +++ b/core/src/main/java/apoc/generate/config/BarabasiAlbertConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.config; /** diff --git a/core/src/main/java/apoc/generate/config/BasicGeneratorConfig.java b/core/src/main/java/apoc/generate/config/BasicGeneratorConfig.java index f357e87896..ddd8d708f0 100644 --- a/core/src/main/java/apoc/generate/config/BasicGeneratorConfig.java +++ b/core/src/main/java/apoc/generate/config/BasicGeneratorConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.config; import apoc.generate.node.NodeCreator; diff --git a/core/src/main/java/apoc/generate/config/DistributionBasedConfig.java b/core/src/main/java/apoc/generate/config/DistributionBasedConfig.java index 737add1b91..e4aa1d3a4b 100644 --- a/core/src/main/java/apoc/generate/config/DistributionBasedConfig.java +++ b/core/src/main/java/apoc/generate/config/DistributionBasedConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.config; import apoc.generate.distribution.SimpleDegreeDistribution; diff --git a/core/src/main/java/apoc/generate/config/ErdosRenyiConfig.java b/core/src/main/java/apoc/generate/config/ErdosRenyiConfig.java index 4e292823b7..f167a18469 100644 --- a/core/src/main/java/apoc/generate/config/ErdosRenyiConfig.java +++ b/core/src/main/java/apoc/generate/config/ErdosRenyiConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.config; import java.math.BigInteger; diff --git a/core/src/main/java/apoc/generate/config/GeneratorConfiguration.java b/core/src/main/java/apoc/generate/config/GeneratorConfiguration.java index 6fd02dc820..31b32f0e40 100644 --- a/core/src/main/java/apoc/generate/config/GeneratorConfiguration.java +++ b/core/src/main/java/apoc/generate/config/GeneratorConfiguration.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.config; import apoc.generate.node.NodeCreator; diff --git a/core/src/main/java/apoc/generate/config/InvalidConfigException.java b/core/src/main/java/apoc/generate/config/InvalidConfigException.java index 63abea6fd3..4507024f41 100644 --- a/core/src/main/java/apoc/generate/config/InvalidConfigException.java +++ b/core/src/main/java/apoc/generate/config/InvalidConfigException.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.config; /** diff --git a/core/src/main/java/apoc/generate/config/NumberOfNodesBasedConfig.java b/core/src/main/java/apoc/generate/config/NumberOfNodesBasedConfig.java index f35b145430..4b5abf6428 100644 --- a/core/src/main/java/apoc/generate/config/NumberOfNodesBasedConfig.java +++ b/core/src/main/java/apoc/generate/config/NumberOfNodesBasedConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.config; /** diff --git a/core/src/main/java/apoc/generate/config/RelationshipGeneratorConfig.java b/core/src/main/java/apoc/generate/config/RelationshipGeneratorConfig.java index cea5b9cdcf..387148ec2b 100644 --- a/core/src/main/java/apoc/generate/config/RelationshipGeneratorConfig.java +++ b/core/src/main/java/apoc/generate/config/RelationshipGeneratorConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.config; /** diff --git a/core/src/main/java/apoc/generate/config/WattsStrogatzConfig.java b/core/src/main/java/apoc/generate/config/WattsStrogatzConfig.java index e7688fa0dd..a4d7a88a02 100644 --- a/core/src/main/java/apoc/generate/config/WattsStrogatzConfig.java +++ b/core/src/main/java/apoc/generate/config/WattsStrogatzConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.config; /** diff --git a/core/src/main/java/apoc/generate/distribution/DegreeDistribution.java b/core/src/main/java/apoc/generate/distribution/DegreeDistribution.java index e711c91521..30f3a3663c 100644 --- a/core/src/main/java/apoc/generate/distribution/DegreeDistribution.java +++ b/core/src/main/java/apoc/generate/distribution/DegreeDistribution.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.distribution; import java.util.List; diff --git a/core/src/main/java/apoc/generate/distribution/MutableDegreeDistribution.java b/core/src/main/java/apoc/generate/distribution/MutableDegreeDistribution.java index 2689fe7035..6fb846a3c1 100644 --- a/core/src/main/java/apoc/generate/distribution/MutableDegreeDistribution.java +++ b/core/src/main/java/apoc/generate/distribution/MutableDegreeDistribution.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.distribution; import java.util.Comparator; diff --git a/core/src/main/java/apoc/generate/distribution/MutableSimpleDegreeDistribution.java b/core/src/main/java/apoc/generate/distribution/MutableSimpleDegreeDistribution.java index c7831700a1..003781f08c 100644 --- a/core/src/main/java/apoc/generate/distribution/MutableSimpleDegreeDistribution.java +++ b/core/src/main/java/apoc/generate/distribution/MutableSimpleDegreeDistribution.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.distribution; import java.util.Collections; diff --git a/core/src/main/java/apoc/generate/distribution/SimpleDegreeDistribution.java b/core/src/main/java/apoc/generate/distribution/SimpleDegreeDistribution.java index b393612c6c..063dc579b6 100644 --- a/core/src/main/java/apoc/generate/distribution/SimpleDegreeDistribution.java +++ b/core/src/main/java/apoc/generate/distribution/SimpleDegreeDistribution.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.distribution; import java.util.ArrayList; diff --git a/core/src/main/java/apoc/generate/node/DefaultNodeCreator.java b/core/src/main/java/apoc/generate/node/DefaultNodeCreator.java index 5009af1923..c294562694 100644 --- a/core/src/main/java/apoc/generate/node/DefaultNodeCreator.java +++ b/core/src/main/java/apoc/generate/node/DefaultNodeCreator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.node; import org.neo4j.graphdb.Label; diff --git a/core/src/main/java/apoc/generate/node/NodeCreator.java b/core/src/main/java/apoc/generate/node/NodeCreator.java index 601c557d84..29fc42e5ad 100644 --- a/core/src/main/java/apoc/generate/node/NodeCreator.java +++ b/core/src/main/java/apoc/generate/node/NodeCreator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.node; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/generate/relationship/BarabasiAlbertRelationshipGenerator.java b/core/src/main/java/apoc/generate/relationship/BarabasiAlbertRelationshipGenerator.java index 8e8917453e..247704ae74 100644 --- a/core/src/main/java/apoc/generate/relationship/BarabasiAlbertRelationshipGenerator.java +++ b/core/src/main/java/apoc/generate/relationship/BarabasiAlbertRelationshipGenerator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.relationship; import apoc.generate.config.BarabasiAlbertConfig; diff --git a/core/src/main/java/apoc/generate/relationship/BaseRelationshipGenerator.java b/core/src/main/java/apoc/generate/relationship/BaseRelationshipGenerator.java index a36a04bac7..cc8de6c77e 100644 --- a/core/src/main/java/apoc/generate/relationship/BaseRelationshipGenerator.java +++ b/core/src/main/java/apoc/generate/relationship/BaseRelationshipGenerator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.relationship; import apoc.generate.config.InvalidConfigException; diff --git a/core/src/main/java/apoc/generate/relationship/CompleteGraphRelationshipGenerator.java b/core/src/main/java/apoc/generate/relationship/CompleteGraphRelationshipGenerator.java index d96e5cf8f3..0cde31320e 100644 --- a/core/src/main/java/apoc/generate/relationship/CompleteGraphRelationshipGenerator.java +++ b/core/src/main/java/apoc/generate/relationship/CompleteGraphRelationshipGenerator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.relationship; import apoc.generate.config.NumberOfNodesBasedConfig; diff --git a/core/src/main/java/apoc/generate/relationship/DefaultRelationshipCreator.java b/core/src/main/java/apoc/generate/relationship/DefaultRelationshipCreator.java index f28166f403..ea663d1985 100644 --- a/core/src/main/java/apoc/generate/relationship/DefaultRelationshipCreator.java +++ b/core/src/main/java/apoc/generate/relationship/DefaultRelationshipCreator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.relationship; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/generate/relationship/ErdosRenyiRelationshipGenerator.java b/core/src/main/java/apoc/generate/relationship/ErdosRenyiRelationshipGenerator.java index 0b2927bff2..6050e44c8b 100644 --- a/core/src/main/java/apoc/generate/relationship/ErdosRenyiRelationshipGenerator.java +++ b/core/src/main/java/apoc/generate/relationship/ErdosRenyiRelationshipGenerator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.relationship; import apoc.generate.config.ErdosRenyiConfig; diff --git a/core/src/main/java/apoc/generate/relationship/RelationshipCreator.java b/core/src/main/java/apoc/generate/relationship/RelationshipCreator.java index 13b12de73f..b017de0285 100644 --- a/core/src/main/java/apoc/generate/relationship/RelationshipCreator.java +++ b/core/src/main/java/apoc/generate/relationship/RelationshipCreator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.relationship; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/generate/relationship/RelationshipGenerator.java b/core/src/main/java/apoc/generate/relationship/RelationshipGenerator.java index 27b1a407ba..30a686248c 100644 --- a/core/src/main/java/apoc/generate/relationship/RelationshipGenerator.java +++ b/core/src/main/java/apoc/generate/relationship/RelationshipGenerator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.relationship; import apoc.generate.config.InvalidConfigException; diff --git a/core/src/main/java/apoc/generate/relationship/SimpleGraphRelationshipGenerator.java b/core/src/main/java/apoc/generate/relationship/SimpleGraphRelationshipGenerator.java index 7c2c2fb2b9..1dcbb6a9c7 100644 --- a/core/src/main/java/apoc/generate/relationship/SimpleGraphRelationshipGenerator.java +++ b/core/src/main/java/apoc/generate/relationship/SimpleGraphRelationshipGenerator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.relationship; import apoc.generate.config.DistributionBasedConfig; diff --git a/core/src/main/java/apoc/generate/relationship/SocialNetworkRelationshipCreator.java b/core/src/main/java/apoc/generate/relationship/SocialNetworkRelationshipCreator.java index 5d84ab5a71..05e83eda36 100644 --- a/core/src/main/java/apoc/generate/relationship/SocialNetworkRelationshipCreator.java +++ b/core/src/main/java/apoc/generate/relationship/SocialNetworkRelationshipCreator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.relationship; /** diff --git a/core/src/main/java/apoc/generate/relationship/WattsStrogatzRelationshipGenerator.java b/core/src/main/java/apoc/generate/relationship/WattsStrogatzRelationshipGenerator.java index 7d26063003..599a4f60ea 100644 --- a/core/src/main/java/apoc/generate/relationship/WattsStrogatzRelationshipGenerator.java +++ b/core/src/main/java/apoc/generate/relationship/WattsStrogatzRelationshipGenerator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.relationship; import apoc.generate.config.WattsStrogatzConfig; diff --git a/core/src/main/java/apoc/generate/utils/WeightedReservoirSampler.java b/core/src/main/java/apoc/generate/utils/WeightedReservoirSampler.java index 1f75c74036..48d73e9337 100644 --- a/core/src/main/java/apoc/generate/utils/WeightedReservoirSampler.java +++ b/core/src/main/java/apoc/generate/utils/WeightedReservoirSampler.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.utils; import java.util.List; diff --git a/core/src/main/java/apoc/gephi/GephiFormatUtils.java b/core/src/main/java/apoc/gephi/GephiFormatUtils.java index cfca1d9f5e..40729f0e12 100644 --- a/core/src/main/java/apoc/gephi/GephiFormatUtils.java +++ b/core/src/main/java/apoc/gephi/GephiFormatUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.gephi; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/get/Get.java b/core/src/main/java/apoc/get/Get.java index 591e14dbc8..c02ecae406 100644 --- a/core/src/main/java/apoc/get/Get.java +++ b/core/src/main/java/apoc/get/Get.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.get; import apoc.result.NodeResult; diff --git a/core/src/main/java/apoc/graph/Graphs.java b/core/src/main/java/apoc/graph/Graphs.java index 10ecce5d18..c43399b994 100644 --- a/core/src/main/java/apoc/graph/Graphs.java +++ b/core/src/main/java/apoc/graph/Graphs.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.graph; import apoc.cypher.Cypher; diff --git a/core/src/main/java/apoc/graph/document/builder/DocumentToGraph.java b/core/src/main/java/apoc/graph/document/builder/DocumentToGraph.java index 79f207c9eb..9c6ba6cf1a 100644 --- a/core/src/main/java/apoc/graph/document/builder/DocumentToGraph.java +++ b/core/src/main/java/apoc/graph/document/builder/DocumentToGraph.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.graph.document.builder; import apoc.graph.util.GraphsConfig; diff --git a/core/src/main/java/apoc/graph/document/builder/LabelBuilder.java b/core/src/main/java/apoc/graph/document/builder/LabelBuilder.java index 93a24635d8..8d83432804 100644 --- a/core/src/main/java/apoc/graph/document/builder/LabelBuilder.java +++ b/core/src/main/java/apoc/graph/document/builder/LabelBuilder.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.graph.document.builder; import apoc.graph.util.GraphsConfig; diff --git a/core/src/main/java/apoc/graph/document/builder/RelationshipBuilder.java b/core/src/main/java/apoc/graph/document/builder/RelationshipBuilder.java index 365952d7dc..73205a0d95 100644 --- a/core/src/main/java/apoc/graph/document/builder/RelationshipBuilder.java +++ b/core/src/main/java/apoc/graph/document/builder/RelationshipBuilder.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.graph.document.builder; import apoc.graph.util.GraphsConfig; diff --git a/core/src/main/java/apoc/graph/util/GraphsConfig.java b/core/src/main/java/apoc/graph/util/GraphsConfig.java index dfecbda77c..5ecef1c207 100644 --- a/core/src/main/java/apoc/graph/util/GraphsConfig.java +++ b/core/src/main/java/apoc/graph/util/GraphsConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.graph.util; import org.apache.commons.collections4.MapUtils; diff --git a/core/src/main/java/apoc/hashing/Fingerprinting.java b/core/src/main/java/apoc/hashing/Fingerprinting.java index b9b68e9cdf..f79ed77e56 100644 --- a/core/src/main/java/apoc/hashing/Fingerprinting.java +++ b/core/src/main/java/apoc/hashing/Fingerprinting.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.hashing; import apoc.util.Util; diff --git a/core/src/main/java/apoc/hashing/FingerprintingConfig.java b/core/src/main/java/apoc/hashing/FingerprintingConfig.java index 2351fd5711..81b737ac5f 100644 --- a/core/src/main/java/apoc/hashing/FingerprintingConfig.java +++ b/core/src/main/java/apoc/hashing/FingerprintingConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.hashing; import apoc.util.Util; diff --git a/core/src/main/java/apoc/help/Help.java b/core/src/main/java/apoc/help/Help.java index 58157bd2c3..2ae03deac9 100644 --- a/core/src/main/java/apoc/help/Help.java +++ b/core/src/main/java/apoc/help/Help.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.help; import org.neo4j.graphdb.Transaction; diff --git a/core/src/main/java/apoc/help/HelpResult.java b/core/src/main/java/apoc/help/HelpResult.java index f62a1088e2..8e0f845389 100644 --- a/core/src/main/java/apoc/help/HelpResult.java +++ b/core/src/main/java/apoc/help/HelpResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.help; import java.util.List; diff --git a/core/src/main/java/apoc/index/QueuePoisoningCollector.java b/core/src/main/java/apoc/index/QueuePoisoningCollector.java index c8c1719f76..364e9c0c34 100644 --- a/core/src/main/java/apoc/index/QueuePoisoningCollector.java +++ b/core/src/main/java/apoc/index/QueuePoisoningCollector.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.index; import java.util.HashSet; diff --git a/core/src/main/java/apoc/index/SchemaIndex.java b/core/src/main/java/apoc/index/SchemaIndex.java index 2f27014c95..8da1ab715b 100644 --- a/core/src/main/java/apoc/index/SchemaIndex.java +++ b/core/src/main/java/apoc/index/SchemaIndex.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.index; import apoc.result.ListResult; diff --git a/core/src/main/java/apoc/label/Label.java b/core/src/main/java/apoc/label/Label.java index 8129bed1be..118641e4c0 100644 --- a/core/src/main/java/apoc/label/Label.java +++ b/core/src/main/java/apoc/label/Label.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.label; import org.neo4j.graphdb.*; diff --git a/core/src/main/java/apoc/load/CSVResult.java b/core/src/main/java/apoc/load/CSVResult.java index 8c917c275c..43c058c224 100644 --- a/core/src/main/java/apoc/load/CSVResult.java +++ b/core/src/main/java/apoc/load/CSVResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.load.util.Results; diff --git a/core/src/main/java/apoc/load/LoadArrow.java b/core/src/main/java/apoc/load/LoadArrow.java index 4cfb630a86..01bcaea793 100644 --- a/core/src/main/java/apoc/load/LoadArrow.java +++ b/core/src/main/java/apoc/load/LoadArrow.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.Pools; diff --git a/core/src/main/java/apoc/load/LoadJson.java b/core/src/main/java/apoc/load/LoadJson.java index 57a680e41d..cbf8c0dafb 100644 --- a/core/src/main/java/apoc/load/LoadJson.java +++ b/core/src/main/java/apoc/load/LoadJson.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.result.MapResult; diff --git a/core/src/main/java/apoc/load/Mapping.java b/core/src/main/java/apoc/load/Mapping.java index 030db50527..e6ac63d3be 100644 --- a/core/src/main/java/apoc/load/Mapping.java +++ b/core/src/main/java/apoc/load/Mapping.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.load.util.LoadCsvConfig; diff --git a/core/src/main/java/apoc/load/SkipWhitespaceInputStream.java b/core/src/main/java/apoc/load/SkipWhitespaceInputStream.java index 54c525dfe3..dee151461f 100644 --- a/core/src/main/java/apoc/load/SkipWhitespaceInputStream.java +++ b/core/src/main/java/apoc/load/SkipWhitespaceInputStream.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import org.apache.commons.lang3.ArrayUtils; diff --git a/core/src/main/java/apoc/load/Xml.java b/core/src/main/java/apoc/load/Xml.java index b6a4e7025c..6c36a447e1 100644 --- a/core/src/main/java/apoc/load/Xml.java +++ b/core/src/main/java/apoc/load/Xml.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.ApocConfig; diff --git a/core/src/main/java/apoc/load/util/ConversionUtil.java b/core/src/main/java/apoc/load/util/ConversionUtil.java index c654d25960..6ae8586034 100644 --- a/core/src/main/java/apoc/load/util/ConversionUtil.java +++ b/core/src/main/java/apoc/load/util/ConversionUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load.util; import com.fasterxml.jackson.core.JsonParser; diff --git a/core/src/main/java/apoc/load/util/JdbcUtil.java b/core/src/main/java/apoc/load/util/JdbcUtil.java index d31ab168f0..ea0a4715ee 100644 --- a/core/src/main/java/apoc/load/util/JdbcUtil.java +++ b/core/src/main/java/apoc/load/util/JdbcUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load.util; import apoc.util.Util; diff --git a/core/src/main/java/apoc/load/util/LoadCsvConfig.java b/core/src/main/java/apoc/load/util/LoadCsvConfig.java index e569656a8c..3a6f2d2682 100644 --- a/core/src/main/java/apoc/load/util/LoadCsvConfig.java +++ b/core/src/main/java/apoc/load/util/LoadCsvConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load.util; import apoc.load.Mapping; diff --git a/core/src/main/java/apoc/load/util/LoadJdbcConfig.java b/core/src/main/java/apoc/load/util/LoadJdbcConfig.java index 64a7ed5a5f..e2c4666c73 100644 --- a/core/src/main/java/apoc/load/util/LoadJdbcConfig.java +++ b/core/src/main/java/apoc/load/util/LoadJdbcConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load.util; import apoc.util.Util; diff --git a/core/src/main/java/apoc/load/util/Results.java b/core/src/main/java/apoc/load/util/Results.java index 887b554fee..febc49b2e2 100644 --- a/core/src/main/java/apoc/load/util/Results.java +++ b/core/src/main/java/apoc/load/util/Results.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load.util; public enum Results { diff --git a/core/src/main/java/apoc/lock/Lock.java b/core/src/main/java/apoc/lock/Lock.java index 67fa4c7efc..6370f0e818 100644 --- a/core/src/main/java/apoc/lock/Lock.java +++ b/core/src/main/java/apoc/lock/Lock.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.lock; import org.neo4j.graphdb.GraphDatabaseService; diff --git a/core/src/main/java/apoc/log/Neo4jLogStream.java b/core/src/main/java/apoc/log/Neo4jLogStream.java index aca90e44e9..bbcc91551f 100644 --- a/core/src/main/java/apoc/log/Neo4jLogStream.java +++ b/core/src/main/java/apoc/log/Neo4jLogStream.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.log; import apoc.util.FileUtils; diff --git a/core/src/main/java/apoc/map/Maps.java b/core/src/main/java/apoc/map/Maps.java index c2650f8d86..c8e389c133 100644 --- a/core/src/main/java/apoc/map/Maps.java +++ b/core/src/main/java/apoc/map/Maps.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.map; import apoc.util.Util; diff --git a/core/src/main/java/apoc/math/Maths.java b/core/src/main/java/apoc/math/Maths.java index 574159c2b8..ef6234273a 100644 --- a/core/src/main/java/apoc/math/Maths.java +++ b/core/src/main/java/apoc/math/Maths.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.math; import org.neo4j.procedure.Description; diff --git a/core/src/main/java/apoc/math/Regression.java b/core/src/main/java/apoc/math/Regression.java index 99a97310a1..2d5616f34c 100644 --- a/core/src/main/java/apoc/math/Regression.java +++ b/core/src/main/java/apoc/math/Regression.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.math; import org.apache.commons.math3.stat.regression.SimpleRegression; diff --git a/core/src/main/java/apoc/merge/Merge.java b/core/src/main/java/apoc/merge/Merge.java index 3f661248fb..1ad913494a 100644 --- a/core/src/main/java/apoc/merge/Merge.java +++ b/core/src/main/java/apoc/merge/Merge.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.merge; import apoc.cypher.Cypher; diff --git a/core/src/main/java/apoc/meta/Meta.java b/core/src/main/java/apoc/meta/Meta.java index 4f941abfeb..7eb5572108 100644 --- a/core/src/main/java/apoc/meta/Meta.java +++ b/core/src/main/java/apoc/meta/Meta.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.meta; import apoc.export.util.NodesAndRelsSubGraph; diff --git a/core/src/main/java/apoc/meta/MetaConfig.java b/core/src/main/java/apoc/meta/MetaConfig.java index e2d19d3b48..3fbb77d4c2 100644 --- a/core/src/main/java/apoc/meta/MetaConfig.java +++ b/core/src/main/java/apoc/meta/MetaConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.meta; import apoc.util.Util; diff --git a/core/src/main/java/apoc/meta/SampleMetaConfig.java b/core/src/main/java/apoc/meta/SampleMetaConfig.java index f7edabe12a..a706ce9921 100644 --- a/core/src/main/java/apoc/meta/SampleMetaConfig.java +++ b/core/src/main/java/apoc/meta/SampleMetaConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.meta; diff --git a/core/src/main/java/apoc/meta/Tables4LabelsProfile.java b/core/src/main/java/apoc/meta/Tables4LabelsProfile.java index 4728ef20d5..bdd8d69e6a 100644 --- a/core/src/main/java/apoc/meta/Tables4LabelsProfile.java +++ b/core/src/main/java/apoc/meta/Tables4LabelsProfile.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.meta; import apoc.meta.tablesforlabels.PropertyContainerProfile; diff --git a/core/src/main/java/apoc/meta/tablesforlabels/OrderedLabels.java b/core/src/main/java/apoc/meta/tablesforlabels/OrderedLabels.java index 44f4797a00..43d3b08018 100644 --- a/core/src/main/java/apoc/meta/tablesforlabels/OrderedLabels.java +++ b/core/src/main/java/apoc/meta/tablesforlabels/OrderedLabels.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.meta.tablesforlabels; import org.neo4j.graphdb.Label; diff --git a/core/src/main/java/apoc/meta/tablesforlabels/PropertyContainerProfile.java b/core/src/main/java/apoc/meta/tablesforlabels/PropertyContainerProfile.java index 1085c484b1..0ddea70eea 100644 --- a/core/src/main/java/apoc/meta/tablesforlabels/PropertyContainerProfile.java +++ b/core/src/main/java/apoc/meta/tablesforlabels/PropertyContainerProfile.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.meta.tablesforlabels; import apoc.meta.Meta.ConstraintTracker; diff --git a/core/src/main/java/apoc/meta/tablesforlabels/PropertyTracker.java b/core/src/main/java/apoc/meta/tablesforlabels/PropertyTracker.java index 84b20b1f95..cb7999276e 100644 --- a/core/src/main/java/apoc/meta/tablesforlabels/PropertyTracker.java +++ b/core/src/main/java/apoc/meta/tablesforlabels/PropertyTracker.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.meta.tablesforlabels; import java.util.*; diff --git a/core/src/main/java/apoc/model/ModelConfig.java b/core/src/main/java/apoc/model/ModelConfig.java index 44d1826958..dc92c1894d 100644 --- a/core/src/main/java/apoc/model/ModelConfig.java +++ b/core/src/main/java/apoc/model/ModelConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.model; import apoc.util.Util; diff --git a/core/src/main/java/apoc/neighbors/Neighbors.java b/core/src/main/java/apoc/neighbors/Neighbors.java index d805a643d6..38cc36573b 100644 --- a/core/src/main/java/apoc/neighbors/Neighbors.java +++ b/core/src/main/java/apoc/neighbors/Neighbors.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.neighbors; import apoc.result.ListResult; diff --git a/core/src/main/java/apoc/nodes/Grouping.java b/core/src/main/java/apoc/nodes/Grouping.java index e74012a34b..518dfc5df5 100644 --- a/core/src/main/java/apoc/nodes/Grouping.java +++ b/core/src/main/java/apoc/nodes/Grouping.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nodes; import apoc.Description; diff --git a/core/src/main/java/apoc/nodes/Nodes.java b/core/src/main/java/apoc/nodes/Nodes.java index e831dcecb9..cb468e386e 100644 --- a/core/src/main/java/apoc/nodes/Nodes.java +++ b/core/src/main/java/apoc/nodes/Nodes.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nodes; import apoc.Pools; diff --git a/core/src/main/java/apoc/nodes/NodesConfig.java b/core/src/main/java/apoc/nodes/NodesConfig.java index 35df2f77b8..b9a2436d39 100644 --- a/core/src/main/java/apoc/nodes/NodesConfig.java +++ b/core/src/main/java/apoc/nodes/NodesConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nodes; import apoc.util.Util; diff --git a/core/src/main/java/apoc/number/ArabicRoman.java b/core/src/main/java/apoc/number/ArabicRoman.java index a1602e1509..4c0188ee24 100644 --- a/core/src/main/java/apoc/number/ArabicRoman.java +++ b/core/src/main/java/apoc/number/ArabicRoman.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.number; diff --git a/core/src/main/java/apoc/number/Numbers.java b/core/src/main/java/apoc/number/Numbers.java index 49e421ccce..04e2cf1386 100644 --- a/core/src/main/java/apoc/number/Numbers.java +++ b/core/src/main/java/apoc/number/Numbers.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.number; import org.apache.commons.lang3.StringUtils; diff --git a/core/src/main/java/apoc/number/exact/Exact.java b/core/src/main/java/apoc/number/exact/Exact.java index ac9dc87f6d..3a5f758d54 100644 --- a/core/src/main/java/apoc/number/exact/Exact.java +++ b/core/src/main/java/apoc/number/exact/Exact.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.number.exact; import org.apache.commons.lang3.StringUtils; diff --git a/core/src/main/java/apoc/path/LabelMatcher.java b/core/src/main/java/apoc/path/LabelMatcher.java index fc4919577b..d11fdb2b15 100644 --- a/core/src/main/java/apoc/path/LabelMatcher.java +++ b/core/src/main/java/apoc/path/LabelMatcher.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import java.util.*; diff --git a/core/src/main/java/apoc/path/LabelMatcherGroup.java b/core/src/main/java/apoc/path/LabelMatcherGroup.java index 50dfc8e771..340f19a985 100644 --- a/core/src/main/java/apoc/path/LabelMatcherGroup.java +++ b/core/src/main/java/apoc/path/LabelMatcherGroup.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/path/LabelSequenceEvaluator.java b/core/src/main/java/apoc/path/LabelSequenceEvaluator.java index c10fee0406..af6ff42ef7 100644 --- a/core/src/main/java/apoc/path/LabelSequenceEvaluator.java +++ b/core/src/main/java/apoc/path/LabelSequenceEvaluator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/path/NodeEvaluators.java b/core/src/main/java/apoc/path/NodeEvaluators.java index c26d0b11a9..e3faadefc6 100644 --- a/core/src/main/java/apoc/path/NodeEvaluators.java +++ b/core/src/main/java/apoc/path/NodeEvaluators.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/path/PathExplorer.java b/core/src/main/java/apoc/path/PathExplorer.java index ba579ae7d0..df8929651e 100644 --- a/core/src/main/java/apoc/path/PathExplorer.java +++ b/core/src/main/java/apoc/path/PathExplorer.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import apoc.algo.Cover; diff --git a/core/src/main/java/apoc/path/Paths.java b/core/src/main/java/apoc/path/Paths.java index 9f3a5f4dd1..a59ddad05a 100644 --- a/core/src/main/java/apoc/path/Paths.java +++ b/core/src/main/java/apoc/path/Paths.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import org.neo4j.graphalgo.impl.util.PathImpl; diff --git a/core/src/main/java/apoc/path/RelationshipSequenceExpander.java b/core/src/main/java/apoc/path/RelationshipSequenceExpander.java index 6f7a1b92ba..992fb6bfb0 100644 --- a/core/src/main/java/apoc/path/RelationshipSequenceExpander.java +++ b/core/src/main/java/apoc/path/RelationshipSequenceExpander.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import org.neo4j.graphdb.*; diff --git a/core/src/main/java/apoc/path/RelationshipTypeAndDirections.java b/core/src/main/java/apoc/path/RelationshipTypeAndDirections.java index ff49ca0ea6..3def87cb83 100644 --- a/core/src/main/java/apoc/path/RelationshipTypeAndDirections.java +++ b/core/src/main/java/apoc/path/RelationshipTypeAndDirections.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import org.neo4j.graphdb.Direction; diff --git a/core/src/main/java/apoc/periodic/BatchAndTotalCollector.java b/core/src/main/java/apoc/periodic/BatchAndTotalCollector.java index e57b26db72..5030c762ab 100644 --- a/core/src/main/java/apoc/periodic/BatchAndTotalCollector.java +++ b/core/src/main/java/apoc/periodic/BatchAndTotalCollector.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.periodic; import apoc.util.Util; diff --git a/core/src/main/java/apoc/periodic/BatchAndTotalResult.java b/core/src/main/java/apoc/periodic/BatchAndTotalResult.java index 73545cb58d..148e999d7c 100644 --- a/core/src/main/java/apoc/periodic/BatchAndTotalResult.java +++ b/core/src/main/java/apoc/periodic/BatchAndTotalResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.periodic; import apoc.util.Util; diff --git a/core/src/main/java/apoc/periodic/BatchMode.java b/core/src/main/java/apoc/periodic/BatchMode.java index 6ca8612a53..5750348a42 100644 --- a/core/src/main/java/apoc/periodic/BatchMode.java +++ b/core/src/main/java/apoc/periodic/BatchMode.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.periodic; import apoc.util.Util; diff --git a/core/src/main/java/apoc/periodic/LoopingBatchAndTotalResult.java b/core/src/main/java/apoc/periodic/LoopingBatchAndTotalResult.java index 99db74651b..de2c61dae0 100644 --- a/core/src/main/java/apoc/periodic/LoopingBatchAndTotalResult.java +++ b/core/src/main/java/apoc/periodic/LoopingBatchAndTotalResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.periodic; public class LoopingBatchAndTotalResult { diff --git a/core/src/main/java/apoc/periodic/Periodic.java b/core/src/main/java/apoc/periodic/Periodic.java index efe895abf5..927c82a121 100644 --- a/core/src/main/java/apoc/periodic/Periodic.java +++ b/core/src/main/java/apoc/periodic/Periodic.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.periodic; import apoc.Pools; diff --git a/core/src/main/java/apoc/periodic/PeriodicUtils.java b/core/src/main/java/apoc/periodic/PeriodicUtils.java index 7aa237281a..990fd8e1ee 100644 --- a/core/src/main/java/apoc/periodic/PeriodicUtils.java +++ b/core/src/main/java/apoc/periodic/PeriodicUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.periodic; import apoc.Pools; diff --git a/core/src/main/java/apoc/refactor/GraphRefactoring.java b/core/src/main/java/apoc/refactor/GraphRefactoring.java index c9369c0b9f..ccee8806af 100644 --- a/core/src/main/java/apoc/refactor/GraphRefactoring.java +++ b/core/src/main/java/apoc/refactor/GraphRefactoring.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.refactor; import apoc.Pools; diff --git a/core/src/main/java/apoc/refactor/NodeRefactorResult.java b/core/src/main/java/apoc/refactor/NodeRefactorResult.java index 6c94d37a2e..5beb98986d 100644 --- a/core/src/main/java/apoc/refactor/NodeRefactorResult.java +++ b/core/src/main/java/apoc/refactor/NodeRefactorResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.refactor; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/refactor/RefactorResult.java b/core/src/main/java/apoc/refactor/RefactorResult.java index f24772d91d..c1705c98e7 100644 --- a/core/src/main/java/apoc/refactor/RefactorResult.java +++ b/core/src/main/java/apoc/refactor/RefactorResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.refactor; /** diff --git a/core/src/main/java/apoc/refactor/RelationshipRefactorResult.java b/core/src/main/java/apoc/refactor/RelationshipRefactorResult.java index 87927b6d3b..b3b1afe19b 100644 --- a/core/src/main/java/apoc/refactor/RelationshipRefactorResult.java +++ b/core/src/main/java/apoc/refactor/RelationshipRefactorResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.refactor; import org.neo4j.graphdb.Relationship; diff --git a/core/src/main/java/apoc/refactor/rename/Rename.java b/core/src/main/java/apoc/refactor/rename/Rename.java index 6a6d122b88..35569f0519 100644 --- a/core/src/main/java/apoc/refactor/rename/Rename.java +++ b/core/src/main/java/apoc/refactor/rename/Rename.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.refactor.rename; import apoc.Pools; diff --git a/core/src/main/java/apoc/refactor/util/PropertiesManager.java b/core/src/main/java/apoc/refactor/util/PropertiesManager.java index 758009b0ad..286189d21d 100644 --- a/core/src/main/java/apoc/refactor/util/PropertiesManager.java +++ b/core/src/main/java/apoc/refactor/util/PropertiesManager.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.refactor.util; import apoc.util.ArrayBackedList; diff --git a/core/src/main/java/apoc/refactor/util/RefactorConfig.java b/core/src/main/java/apoc/refactor/util/RefactorConfig.java index 6b3d711eb5..d1d437807b 100644 --- a/core/src/main/java/apoc/refactor/util/RefactorConfig.java +++ b/core/src/main/java/apoc/refactor/util/RefactorConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.refactor.util; import java.util.Collections; diff --git a/core/src/main/java/apoc/refactor/util/RefactorUtil.java b/core/src/main/java/apoc/refactor/util/RefactorUtil.java index c3493f28f6..dda7492e99 100644 --- a/core/src/main/java/apoc/refactor/util/RefactorUtil.java +++ b/core/src/main/java/apoc/refactor/util/RefactorUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.refactor.util; import org.neo4j.graphdb.*; diff --git a/core/src/main/java/apoc/result/AssertSchemaResult.java b/core/src/main/java/apoc/result/AssertSchemaResult.java index 6b466795ea..1ac078a05f 100644 --- a/core/src/main/java/apoc/result/AssertSchemaResult.java +++ b/core/src/main/java/apoc/result/AssertSchemaResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import java.util.Arrays; diff --git a/core/src/main/java/apoc/result/BooleanResult.java b/core/src/main/java/apoc/result/BooleanResult.java index bee285d318..4d3a28f136 100644 --- a/core/src/main/java/apoc/result/BooleanResult.java +++ b/core/src/main/java/apoc/result/BooleanResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; /** diff --git a/core/src/main/java/apoc/result/ByteArrayResult.java b/core/src/main/java/apoc/result/ByteArrayResult.java index f7b9d7ba75..ad371ae460 100644 --- a/core/src/main/java/apoc/result/ByteArrayResult.java +++ b/core/src/main/java/apoc/result/ByteArrayResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; public class ByteArrayResult { diff --git a/core/src/main/java/apoc/result/DistancePathResult.java b/core/src/main/java/apoc/result/DistancePathResult.java index 756ad1e694..61fd73a805 100644 --- a/core/src/main/java/apoc/result/DistancePathResult.java +++ b/core/src/main/java/apoc/result/DistancePathResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Path; diff --git a/core/src/main/java/apoc/result/DoubleResult.java b/core/src/main/java/apoc/result/DoubleResult.java index 3ff21580c6..96b6fad7cb 100644 --- a/core/src/main/java/apoc/result/DoubleResult.java +++ b/core/src/main/java/apoc/result/DoubleResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; /** diff --git a/core/src/main/java/apoc/result/Empty.java b/core/src/main/java/apoc/result/Empty.java index cb9e5cbb5c..82a2601c05 100644 --- a/core/src/main/java/apoc/result/Empty.java +++ b/core/src/main/java/apoc/result/Empty.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import java.util.stream.Stream; diff --git a/core/src/main/java/apoc/result/GraphResult.java b/core/src/main/java/apoc/result/GraphResult.java index c290a0ec37..e0be5a2d2c 100644 --- a/core/src/main/java/apoc/result/GraphResult.java +++ b/core/src/main/java/apoc/result/GraphResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/result/IdsResult.java b/core/src/main/java/apoc/result/IdsResult.java index 9315774bf0..595ba11650 100644 --- a/core/src/main/java/apoc/result/IdsResult.java +++ b/core/src/main/java/apoc/result/IdsResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; public class IdsResult { diff --git a/core/src/main/java/apoc/result/IndexConstraintNodeInfo.java b/core/src/main/java/apoc/result/IndexConstraintNodeInfo.java index f3a251a28a..925c357b05 100644 --- a/core/src/main/java/apoc/result/IndexConstraintNodeInfo.java +++ b/core/src/main/java/apoc/result/IndexConstraintNodeInfo.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import java.util.List; diff --git a/core/src/main/java/apoc/result/IndexConstraintRelationshipInfo.java b/core/src/main/java/apoc/result/IndexConstraintRelationshipInfo.java index a51e03e7dd..f67a2028b6 100644 --- a/core/src/main/java/apoc/result/IndexConstraintRelationshipInfo.java +++ b/core/src/main/java/apoc/result/IndexConstraintRelationshipInfo.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import java.util.List; diff --git a/core/src/main/java/apoc/result/KernelInfoResult.java b/core/src/main/java/apoc/result/KernelInfoResult.java index 2ab7e8692e..c5a329b7c6 100644 --- a/core/src/main/java/apoc/result/KernelInfoResult.java +++ b/core/src/main/java/apoc/result/KernelInfoResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import java.text.SimpleDateFormat; diff --git a/core/src/main/java/apoc/result/KeyValueResult.java b/core/src/main/java/apoc/result/KeyValueResult.java index 1a110dc9cc..e8303df769 100644 --- a/core/src/main/java/apoc/result/KeyValueResult.java +++ b/core/src/main/java/apoc/result/KeyValueResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; /** diff --git a/core/src/main/java/apoc/result/ListListResult.java b/core/src/main/java/apoc/result/ListListResult.java index 6642b4f59c..7fcee8473c 100644 --- a/core/src/main/java/apoc/result/ListListResult.java +++ b/core/src/main/java/apoc/result/ListListResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import java.util.List; diff --git a/core/src/main/java/apoc/result/ListMapResult.java b/core/src/main/java/apoc/result/ListMapResult.java index 9fd63126bc..226fee9158 100644 --- a/core/src/main/java/apoc/result/ListMapResult.java +++ b/core/src/main/java/apoc/result/ListMapResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import java.util.List; diff --git a/core/src/main/java/apoc/result/ListResult.java b/core/src/main/java/apoc/result/ListResult.java index d217990d0e..4a46ab7626 100644 --- a/core/src/main/java/apoc/result/ListResult.java +++ b/core/src/main/java/apoc/result/ListResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import java.util.List; diff --git a/core/src/main/java/apoc/result/LongResult.java b/core/src/main/java/apoc/result/LongResult.java index 65bf8c8183..54fe3034b9 100644 --- a/core/src/main/java/apoc/result/LongResult.java +++ b/core/src/main/java/apoc/result/LongResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; /** diff --git a/core/src/main/java/apoc/result/MapListResult.java b/core/src/main/java/apoc/result/MapListResult.java index 53116a6751..7a5662e192 100644 --- a/core/src/main/java/apoc/result/MapListResult.java +++ b/core/src/main/java/apoc/result/MapListResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import java.util.Collections; diff --git a/core/src/main/java/apoc/result/MapResult.java b/core/src/main/java/apoc/result/MapResult.java index d7f6b3cd79..152ac6ff39 100644 --- a/core/src/main/java/apoc/result/MapResult.java +++ b/core/src/main/java/apoc/result/MapResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import java.util.Collections; diff --git a/core/src/main/java/apoc/result/NodeListResult.java b/core/src/main/java/apoc/result/NodeListResult.java index 60b174c335..e37694848c 100644 --- a/core/src/main/java/apoc/result/NodeListResult.java +++ b/core/src/main/java/apoc/result/NodeListResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/result/NodeResult.java b/core/src/main/java/apoc/result/NodeResult.java index 6c3f27e1d4..2b7c5104fb 100644 --- a/core/src/main/java/apoc/result/NodeResult.java +++ b/core/src/main/java/apoc/result/NodeResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/result/NodeResultWithStats.java b/core/src/main/java/apoc/result/NodeResultWithStats.java index 84b16824b6..b56acb9e4e 100644 --- a/core/src/main/java/apoc/result/NodeResultWithStats.java +++ b/core/src/main/java/apoc/result/NodeResultWithStats.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/result/NodeScore.java b/core/src/main/java/apoc/result/NodeScore.java index 167172b5e6..1a93af9c3b 100644 --- a/core/src/main/java/apoc/result/NodeScore.java +++ b/core/src/main/java/apoc/result/NodeScore.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/result/NodeValueErrorMapResult.java b/core/src/main/java/apoc/result/NodeValueErrorMapResult.java index 8d2fb1be51..b6202e1c4f 100644 --- a/core/src/main/java/apoc/result/NodeValueErrorMapResult.java +++ b/core/src/main/java/apoc/result/NodeValueErrorMapResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/result/NodeWithMapResult.java b/core/src/main/java/apoc/result/NodeWithMapResult.java index 01e7e609f8..f3e53ea216 100644 --- a/core/src/main/java/apoc/result/NodeWithMapResult.java +++ b/core/src/main/java/apoc/result/NodeWithMapResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/result/ObjectResult.java b/core/src/main/java/apoc/result/ObjectResult.java index 969212f181..3d2f32e216 100644 --- a/core/src/main/java/apoc/result/ObjectResult.java +++ b/core/src/main/java/apoc/result/ObjectResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; /** diff --git a/core/src/main/java/apoc/result/PathResult.java b/core/src/main/java/apoc/result/PathResult.java index fd6319d367..c197121a8c 100644 --- a/core/src/main/java/apoc/result/PathResult.java +++ b/core/src/main/java/apoc/result/PathResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Path; diff --git a/core/src/main/java/apoc/result/ProgressInfo.java b/core/src/main/java/apoc/result/ProgressInfo.java index dc5c699bc2..41e01b9f6c 100644 --- a/core/src/main/java/apoc/result/ProgressInfo.java +++ b/core/src/main/java/apoc/result/ProgressInfo.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import apoc.export.util.ExportConfig; diff --git a/core/src/main/java/apoc/result/RelationshipResult.java b/core/src/main/java/apoc/result/RelationshipResult.java index f04b9c6f12..d5c020bfee 100644 --- a/core/src/main/java/apoc/result/RelationshipResult.java +++ b/core/src/main/java/apoc/result/RelationshipResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Relationship; diff --git a/core/src/main/java/apoc/result/RelationshipResultWithStats.java b/core/src/main/java/apoc/result/RelationshipResultWithStats.java index 9081b1be8c..39cf7b5da3 100644 --- a/core/src/main/java/apoc/result/RelationshipResultWithStats.java +++ b/core/src/main/java/apoc/result/RelationshipResultWithStats.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Relationship; diff --git a/core/src/main/java/apoc/result/RowResult.java b/core/src/main/java/apoc/result/RowResult.java index 02f8ffdb3e..fab69ab726 100644 --- a/core/src/main/java/apoc/result/RowResult.java +++ b/core/src/main/java/apoc/result/RowResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import java.util.Map; diff --git a/core/src/main/java/apoc/result/StoreInfoResult.java b/core/src/main/java/apoc/result/StoreInfoResult.java index d0c107d640..271bbfd31d 100644 --- a/core/src/main/java/apoc/result/StoreInfoResult.java +++ b/core/src/main/java/apoc/result/StoreInfoResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; public class StoreInfoResult { diff --git a/core/src/main/java/apoc/result/StringResult.java b/core/src/main/java/apoc/result/StringResult.java index 2d94a6e147..c67fcf3d15 100644 --- a/core/src/main/java/apoc/result/StringResult.java +++ b/core/src/main/java/apoc/result/StringResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; /** diff --git a/core/src/main/java/apoc/result/TransactionInfoResult.java b/core/src/main/java/apoc/result/TransactionInfoResult.java index d5ef44aab0..0c2e0c9239 100644 --- a/core/src/main/java/apoc/result/TransactionInfoResult.java +++ b/core/src/main/java/apoc/result/TransactionInfoResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; public class TransactionInfoResult { diff --git a/core/src/main/java/apoc/result/VirtualGraph.java b/core/src/main/java/apoc/result/VirtualGraph.java index 814bd314c4..a7f78a0517 100644 --- a/core/src/main/java/apoc/result/VirtualGraph.java +++ b/core/src/main/java/apoc/result/VirtualGraph.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/result/VirtualNode.java b/core/src/main/java/apoc/result/VirtualNode.java index 8c5684cc0d..c819a61f64 100644 --- a/core/src/main/java/apoc/result/VirtualNode.java +++ b/core/src/main/java/apoc/result/VirtualNode.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import apoc.util.Util; diff --git a/core/src/main/java/apoc/result/VirtualPath.java b/core/src/main/java/apoc/result/VirtualPath.java index 3ea08a84d3..e7b53fcd65 100644 --- a/core/src/main/java/apoc/result/VirtualPath.java +++ b/core/src/main/java/apoc/result/VirtualPath.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Entity; diff --git a/core/src/main/java/apoc/result/VirtualPathResult.java b/core/src/main/java/apoc/result/VirtualPathResult.java index bf618e49ee..d5bd421593 100644 --- a/core/src/main/java/apoc/result/VirtualPathResult.java +++ b/core/src/main/java/apoc/result/VirtualPathResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/result/VirtualRelationship.java b/core/src/main/java/apoc/result/VirtualRelationship.java index f4aed82eaa..f6ee581811 100644 --- a/core/src/main/java/apoc/result/VirtualRelationship.java +++ b/core/src/main/java/apoc/result/VirtualRelationship.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/result/WeightedNodeResult.java b/core/src/main/java/apoc/result/WeightedNodeResult.java index 4cf17a4a91..6863f0e0c3 100644 --- a/core/src/main/java/apoc/result/WeightedNodeResult.java +++ b/core/src/main/java/apoc/result/WeightedNodeResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/result/WeightedPathResult.java b/core/src/main/java/apoc/result/WeightedPathResult.java index fc0af6e5da..750b933749 100644 --- a/core/src/main/java/apoc/result/WeightedPathResult.java +++ b/core/src/main/java/apoc/result/WeightedPathResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphalgo.PathFinder; diff --git a/core/src/main/java/apoc/result/WeightedRelationshipResult.java b/core/src/main/java/apoc/result/WeightedRelationshipResult.java index 3e6e0fbf62..10143c1ff6 100644 --- a/core/src/main/java/apoc/result/WeightedRelationshipResult.java +++ b/core/src/main/java/apoc/result/WeightedRelationshipResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.Node; diff --git a/core/src/main/java/apoc/result/WrappedNode.java b/core/src/main/java/apoc/result/WrappedNode.java index 7063f64508..76588e5a1b 100644 --- a/core/src/main/java/apoc/result/WrappedNode.java +++ b/core/src/main/java/apoc/result/WrappedNode.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import org.neo4j.graphdb.*; diff --git a/core/src/main/java/apoc/schema/SchemaConfig.java b/core/src/main/java/apoc/schema/SchemaConfig.java index b4fb4facf2..67e6e0186b 100644 --- a/core/src/main/java/apoc/schema/SchemaConfig.java +++ b/core/src/main/java/apoc/schema/SchemaConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.schema; import java.util.*; diff --git a/core/src/main/java/apoc/schema/Schemas.java b/core/src/main/java/apoc/schema/Schemas.java index 62c41ee2e3..ffcd47dc76 100644 --- a/core/src/main/java/apoc/schema/Schemas.java +++ b/core/src/main/java/apoc/schema/Schemas.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.schema; import apoc.result.AssertSchemaResult; diff --git a/core/src/main/java/apoc/scoring/Scoring.java b/core/src/main/java/apoc/scoring/Scoring.java index 1110617d6b..fbc7482e9a 100644 --- a/core/src/main/java/apoc/scoring/Scoring.java +++ b/core/src/main/java/apoc/scoring/Scoring.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.scoring; import org.neo4j.procedure.Description; diff --git a/core/src/main/java/apoc/search/ParallelNodeSearch.java b/core/src/main/java/apoc/search/ParallelNodeSearch.java index 4023219a36..a90de77a18 100644 --- a/core/src/main/java/apoc/search/ParallelNodeSearch.java +++ b/core/src/main/java/apoc/search/ParallelNodeSearch.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.search; import apoc.result.NodeResult; diff --git a/core/src/main/java/apoc/spatial/Distance.java b/core/src/main/java/apoc/spatial/Distance.java index 3bf6c2e025..d8e17ef8fc 100644 --- a/core/src/main/java/apoc/spatial/Distance.java +++ b/core/src/main/java/apoc/spatial/Distance.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.spatial; import org.neo4j.procedure.Description; diff --git a/core/src/main/java/apoc/spatial/Geocode.java b/core/src/main/java/apoc/spatial/Geocode.java index adfe39920a..a5056c6f77 100755 --- a/core/src/main/java/apoc/spatial/Geocode.java +++ b/core/src/main/java/apoc/spatial/Geocode.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.spatial; import apoc.util.JsonUtil; diff --git a/core/src/main/java/apoc/stats/DegreeDistribution.java b/core/src/main/java/apoc/stats/DegreeDistribution.java index a80c7c55f5..4619aaee97 100644 --- a/core/src/main/java/apoc/stats/DegreeDistribution.java +++ b/core/src/main/java/apoc/stats/DegreeDistribution.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.stats; import apoc.Pools; diff --git a/core/src/main/java/apoc/stats/DegreeUtil.java b/core/src/main/java/apoc/stats/DegreeUtil.java index 5238f4f1f9..cf8376234f 100644 --- a/core/src/main/java/apoc/stats/DegreeUtil.java +++ b/core/src/main/java/apoc/stats/DegreeUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.stats; import org.neo4j.graphdb.Direction; diff --git a/core/src/main/java/apoc/temporal/TemporalProcedures.java b/core/src/main/java/apoc/temporal/TemporalProcedures.java index a1fe94e8e8..0994600485 100644 --- a/core/src/main/java/apoc/temporal/TemporalProcedures.java +++ b/core/src/main/java/apoc/temporal/TemporalProcedures.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.temporal; import org.neo4j.procedure.Description; diff --git a/core/src/main/java/apoc/text/Phonetic.java b/core/src/main/java/apoc/text/Phonetic.java index ae14e80b26..838cd5faa6 100644 --- a/core/src/main/java/apoc/text/Phonetic.java +++ b/core/src/main/java/apoc/text/Phonetic.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.text; import org.apache.commons.codec.language.DoubleMetaphone; diff --git a/core/src/main/java/apoc/text/SorensenDiceCoefficient.java b/core/src/main/java/apoc/text/SorensenDiceCoefficient.java index 22c458eef5..d3257c52ae 100644 --- a/core/src/main/java/apoc/text/SorensenDiceCoefficient.java +++ b/core/src/main/java/apoc/text/SorensenDiceCoefficient.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.text; import java.util.Arrays; diff --git a/core/src/main/java/apoc/text/Strings.java b/core/src/main/java/apoc/text/Strings.java index ed28b03cfd..9a77731095 100644 --- a/core/src/main/java/apoc/text/Strings.java +++ b/core/src/main/java/apoc/text/Strings.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.text; import apoc.util.Util; diff --git a/core/src/main/java/apoc/trigger/Trigger.java b/core/src/main/java/apoc/trigger/Trigger.java index 829e8b9886..e66bb66af9 100644 --- a/core/src/main/java/apoc/trigger/Trigger.java +++ b/core/src/main/java/apoc/trigger/Trigger.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.util.Util; diff --git a/core/src/main/java/apoc/trigger/TriggerHandler.java b/core/src/main/java/apoc/trigger/TriggerHandler.java index 03032ac04b..796efc04bf 100644 --- a/core/src/main/java/apoc/trigger/TriggerHandler.java +++ b/core/src/main/java/apoc/trigger/TriggerHandler.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.ApocConfig; diff --git a/core/src/main/java/apoc/trigger/TriggerHandlerNewProcedures.java b/core/src/main/java/apoc/trigger/TriggerHandlerNewProcedures.java index a3d490f345..cdc32a8292 100644 --- a/core/src/main/java/apoc/trigger/TriggerHandlerNewProcedures.java +++ b/core/src/main/java/apoc/trigger/TriggerHandlerNewProcedures.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.SystemLabels; diff --git a/core/src/main/java/apoc/trigger/TriggerInfo.java b/core/src/main/java/apoc/trigger/TriggerInfo.java index e93cf99404..3f1cecdd29 100644 --- a/core/src/main/java/apoc/trigger/TriggerInfo.java +++ b/core/src/main/java/apoc/trigger/TriggerInfo.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.SystemPropertyKeys; diff --git a/core/src/main/java/apoc/trigger/TriggerMetadata.java b/core/src/main/java/apoc/trigger/TriggerMetadata.java index 28100835d2..ba683f6f13 100644 --- a/core/src/main/java/apoc/trigger/TriggerMetadata.java +++ b/core/src/main/java/apoc/trigger/TriggerMetadata.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.convert.Convert; diff --git a/core/src/main/java/apoc/trigger/TriggerNewProcedures.java b/core/src/main/java/apoc/trigger/TriggerNewProcedures.java index 1e9e6816c4..443f4961e9 100644 --- a/core/src/main/java/apoc/trigger/TriggerNewProcedures.java +++ b/core/src/main/java/apoc/trigger/TriggerNewProcedures.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.ApocConfig; diff --git a/core/src/main/java/apoc/util/ApocUrlStreamHandlerFactory.java b/core/src/main/java/apoc/util/ApocUrlStreamHandlerFactory.java index b35aad28d9..2a94909641 100644 --- a/core/src/main/java/apoc/util/ApocUrlStreamHandlerFactory.java +++ b/core/src/main/java/apoc/util/ApocUrlStreamHandlerFactory.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import java.net.URLStreamHandler; diff --git a/core/src/main/java/apoc/util/ArchiveType.java b/core/src/main/java/apoc/util/ArchiveType.java index 7fd9568d00..b1901de378 100644 --- a/core/src/main/java/apoc/util/ArchiveType.java +++ b/core/src/main/java/apoc/util/ArchiveType.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.apache.commons.compress.archivers.ArchiveInputStream; diff --git a/core/src/main/java/apoc/util/ArrayBackedIterator.java b/core/src/main/java/apoc/util/ArrayBackedIterator.java index 1238e512d5..7652f029c9 100644 --- a/core/src/main/java/apoc/util/ArrayBackedIterator.java +++ b/core/src/main/java/apoc/util/ArrayBackedIterator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import java.lang.reflect.Array; diff --git a/core/src/main/java/apoc/util/ArrayBackedList.java b/core/src/main/java/apoc/util/ArrayBackedList.java index cc79957d3b..9ae2d15c87 100644 --- a/core/src/main/java/apoc/util/ArrayBackedList.java +++ b/core/src/main/java/apoc/util/ArrayBackedList.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import java.lang.reflect.Array; diff --git a/core/src/main/java/apoc/util/CompressionAlgo.java b/core/src/main/java/apoc/util/CompressionAlgo.java index 0fefd209f0..54852240d9 100644 --- a/core/src/main/java/apoc/util/CompressionAlgo.java +++ b/core/src/main/java/apoc/util/CompressionAlgo.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import apoc.export.util.CountingInputStream; diff --git a/core/src/main/java/apoc/util/CompressionConfig.java b/core/src/main/java/apoc/util/CompressionConfig.java index 9ff0562e05..80d3201b7e 100644 --- a/core/src/main/java/apoc/util/CompressionConfig.java +++ b/core/src/main/java/apoc/util/CompressionConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import java.nio.charset.Charset; diff --git a/core/src/main/java/apoc/util/DateFormatUtil.java b/core/src/main/java/apoc/util/DateFormatUtil.java index 1f628d06c3..c8d8b36820 100644 --- a/core/src/main/java/apoc/util/DateFormatUtil.java +++ b/core/src/main/java/apoc/util/DateFormatUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import java.time.format.DateTimeFormatter; diff --git a/core/src/main/java/apoc/util/DateParseUtil.java b/core/src/main/java/apoc/util/DateParseUtil.java index 4d9d68965c..6ee356864e 100644 --- a/core/src/main/java/apoc/util/DateParseUtil.java +++ b/core/src/main/java/apoc/util/DateParseUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import java.lang.invoke.MethodHandle; diff --git a/core/src/main/java/apoc/util/DurationFormatUtil.java b/core/src/main/java/apoc/util/DurationFormatUtil.java index fd790e280a..ae497869af 100644 --- a/core/src/main/java/apoc/util/DurationFormatUtil.java +++ b/core/src/main/java/apoc/util/DurationFormatUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.neo4j.values.storable.DurationFields; diff --git a/core/src/main/java/apoc/util/FileUtils.java b/core/src/main/java/apoc/util/FileUtils.java index 605afd993b..0d76926d4e 100644 --- a/core/src/main/java/apoc/util/FileUtils.java +++ b/core/src/main/java/apoc/util/FileUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import apoc.ApocConfig; diff --git a/core/src/main/java/apoc/util/FixedSizeStringWriter.java b/core/src/main/java/apoc/util/FixedSizeStringWriter.java index 3e1f71fafa..4ef0e5a529 100644 --- a/core/src/main/java/apoc/util/FixedSizeStringWriter.java +++ b/core/src/main/java/apoc/util/FixedSizeStringWriter.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import java.io.StringWriter; diff --git a/core/src/main/java/apoc/util/JsonUtil.java b/core/src/main/java/apoc/util/JsonUtil.java index 4c101269d2..1e33c9ec6a 100755 --- a/core/src/main/java/apoc/util/JsonUtil.java +++ b/core/src/main/java/apoc/util/JsonUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import apoc.export.util.DurationValueSerializer; diff --git a/core/src/main/java/apoc/util/MapUtil.java b/core/src/main/java/apoc/util/MapUtil.java index ba7be4118b..f77dbeb8e3 100644 --- a/core/src/main/java/apoc/util/MapUtil.java +++ b/core/src/main/java/apoc/util/MapUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import java.util.Map; diff --git a/core/src/main/java/apoc/util/MissingDependencyException.java b/core/src/main/java/apoc/util/MissingDependencyException.java index 5ade5e3eab..260295bba4 100644 --- a/core/src/main/java/apoc/util/MissingDependencyException.java +++ b/core/src/main/java/apoc/util/MissingDependencyException.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; /** diff --git a/core/src/main/java/apoc/util/QueueBasedSpliterator.java b/core/src/main/java/apoc/util/QueueBasedSpliterator.java index 440378df32..a67d9038f6 100644 --- a/core/src/main/java/apoc/util/QueueBasedSpliterator.java +++ b/core/src/main/java/apoc/util/QueueBasedSpliterator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.neo4j.procedure.TerminationGuard; diff --git a/core/src/main/java/apoc/util/QueueUtil.java b/core/src/main/java/apoc/util/QueueUtil.java index 94a1443398..9fb5fc1b82 100644 --- a/core/src/main/java/apoc/util/QueueUtil.java +++ b/core/src/main/java/apoc/util/QueueUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import java.util.concurrent.BlockingQueue; diff --git a/core/src/main/java/apoc/util/SimpleRateLimiter.java b/core/src/main/java/apoc/util/SimpleRateLimiter.java index b5feb13773..8aefc79e3a 100644 --- a/core/src/main/java/apoc/util/SimpleRateLimiter.java +++ b/core/src/main/java/apoc/util/SimpleRateLimiter.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import java.util.concurrent.atomic.AtomicInteger; diff --git a/core/src/main/java/apoc/util/SortedArraySet.java b/core/src/main/java/apoc/util/SortedArraySet.java index ed796b4a99..530c4c2f56 100644 --- a/core/src/main/java/apoc/util/SortedArraySet.java +++ b/core/src/main/java/apoc/util/SortedArraySet.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import java.lang.reflect.Array; diff --git a/core/src/main/java/apoc/util/StreamConnection.java b/core/src/main/java/apoc/util/StreamConnection.java index 61f8be86e0..45e084a67a 100644 --- a/core/src/main/java/apoc/util/StreamConnection.java +++ b/core/src/main/java/apoc/util/StreamConnection.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import apoc.export.util.CountingInputStream; diff --git a/core/src/main/java/apoc/util/UrlResolver.java b/core/src/main/java/apoc/util/UrlResolver.java index 8f4796bdea..7c348674ee 100644 --- a/core/src/main/java/apoc/util/UrlResolver.java +++ b/core/src/main/java/apoc/util/UrlResolver.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; /** diff --git a/core/src/main/java/apoc/util/Util.java b/core/src/main/java/apoc/util/Util.java index dd5f8ef776..35d382dc1e 100644 --- a/core/src/main/java/apoc/util/Util.java +++ b/core/src/main/java/apoc/util/Util.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import apoc.ApocConfig; diff --git a/core/src/main/java/apoc/util/Utils.java b/core/src/main/java/apoc/util/Utils.java index e6d0aa3ebd..24f075d410 100644 --- a/core/src/main/java/apoc/util/Utils.java +++ b/core/src/main/java/apoc/util/Utils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.apache.commons.codec.digest.DigestUtils; diff --git a/core/src/main/java/apoc/util/google/cloud/GCStorageURLConnection.java b/core/src/main/java/apoc/util/google/cloud/GCStorageURLConnection.java index 98e1a46410..e4c111fd51 100644 --- a/core/src/main/java/apoc/util/google/cloud/GCStorageURLConnection.java +++ b/core/src/main/java/apoc/util/google/cloud/GCStorageURLConnection.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.google.cloud; import com.google.cloud.storage.Blob; diff --git a/core/src/main/java/apoc/util/google/cloud/GCStorageURLStreamHandler.java b/core/src/main/java/apoc/util/google/cloud/GCStorageURLStreamHandler.java index ca189038da..b21fa1183d 100644 --- a/core/src/main/java/apoc/util/google/cloud/GCStorageURLStreamHandler.java +++ b/core/src/main/java/apoc/util/google/cloud/GCStorageURLStreamHandler.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.google.cloud; import java.io.IOException; diff --git a/core/src/main/java/apoc/util/google/cloud/GCStorageURLStreamHandlerFactory.java b/core/src/main/java/apoc/util/google/cloud/GCStorageURLStreamHandlerFactory.java index 4d02583aab..ca6c0b0913 100644 --- a/core/src/main/java/apoc/util/google/cloud/GCStorageURLStreamHandlerFactory.java +++ b/core/src/main/java/apoc/util/google/cloud/GCStorageURLStreamHandlerFactory.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.google.cloud; import apoc.util.FileUtils; diff --git a/core/src/main/java/apoc/util/hdfs/HDFSUtils.java b/core/src/main/java/apoc/util/hdfs/HDFSUtils.java index fc091ccbc9..a592feb78f 100644 --- a/core/src/main/java/apoc/util/hdfs/HDFSUtils.java +++ b/core/src/main/java/apoc/util/hdfs/HDFSUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.hdfs; import apoc.util.StreamConnection; diff --git a/core/src/main/java/apoc/util/kernel/MultiThreadedGlobalGraphOperations.java b/core/src/main/java/apoc/util/kernel/MultiThreadedGlobalGraphOperations.java index 8d6c6fda7c..f68f53b43c 100644 --- a/core/src/main/java/apoc/util/kernel/MultiThreadedGlobalGraphOperations.java +++ b/core/src/main/java/apoc/util/kernel/MultiThreadedGlobalGraphOperations.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.kernel; import org.neo4j.common.DependencyResolver; diff --git a/core/src/main/java/apoc/util/s3/S3Aws.java b/core/src/main/java/apoc/util/s3/S3Aws.java index 8bd622d726..2000bb5fdb 100644 --- a/core/src/main/java/apoc/util/s3/S3Aws.java +++ b/core/src/main/java/apoc/util/s3/S3Aws.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.s3; import apoc.util.StreamConnection; diff --git a/core/src/main/java/apoc/util/s3/S3OutputStream.java b/core/src/main/java/apoc/util/s3/S3OutputStream.java index 67eaba3bb1..8067010d91 100644 --- a/core/src/main/java/apoc/util/s3/S3OutputStream.java +++ b/core/src/main/java/apoc/util/s3/S3OutputStream.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.s3; import com.amazonaws.services.s3.AmazonS3; diff --git a/core/src/main/java/apoc/util/s3/S3Params.java b/core/src/main/java/apoc/util/s3/S3Params.java index c7ed8b687d..4dcd40a4b0 100644 --- a/core/src/main/java/apoc/util/s3/S3Params.java +++ b/core/src/main/java/apoc/util/s3/S3Params.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.s3; public class S3Params { diff --git a/core/src/main/java/apoc/util/s3/S3ParamsExtractor.java b/core/src/main/java/apoc/util/s3/S3ParamsExtractor.java index 5b87a03580..73d2a0c0e5 100644 --- a/core/src/main/java/apoc/util/s3/S3ParamsExtractor.java +++ b/core/src/main/java/apoc/util/s3/S3ParamsExtractor.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.s3; import apoc.util.Util; diff --git a/core/src/main/java/apoc/util/s3/S3URLConnection.java b/core/src/main/java/apoc/util/s3/S3URLConnection.java index b53160e7b1..f4b3ac4361 100644 --- a/core/src/main/java/apoc/util/s3/S3URLConnection.java +++ b/core/src/main/java/apoc/util/s3/S3URLConnection.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.s3; import apoc.util.StreamConnection; diff --git a/core/src/main/java/apoc/util/s3/S3UploadUtils.java b/core/src/main/java/apoc/util/s3/S3UploadUtils.java index aada850470..163e960883 100644 --- a/core/src/main/java/apoc/util/s3/S3UploadUtils.java +++ b/core/src/main/java/apoc/util/s3/S3UploadUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.s3; import com.amazonaws.services.s3.AmazonS3; diff --git a/core/src/main/java/apoc/util/s3/S3UrlStreamHandlerFactory.java b/core/src/main/java/apoc/util/s3/S3UrlStreamHandlerFactory.java index d648dc0b3f..43eba943b3 100644 --- a/core/src/main/java/apoc/util/s3/S3UrlStreamHandlerFactory.java +++ b/core/src/main/java/apoc/util/s3/S3UrlStreamHandlerFactory.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.s3; import java.io.IOException; diff --git a/core/src/main/java/apoc/uuid/UuidConfig.java b/core/src/main/java/apoc/uuid/UuidConfig.java index bab19e0fe6..e91e373c06 100644 --- a/core/src/main/java/apoc/uuid/UuidConfig.java +++ b/core/src/main/java/apoc/uuid/UuidConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.uuid; import java.util.Collections; diff --git a/core/src/main/java/apoc/uuid/UuidUtil.java b/core/src/main/java/apoc/uuid/UuidUtil.java index e42f7f4700..fe8b1bc0cc 100644 --- a/core/src/main/java/apoc/uuid/UuidUtil.java +++ b/core/src/main/java/apoc/uuid/UuidUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.uuid; import java.nio.ByteBuffer; diff --git a/core/src/main/java/apoc/version/Version.java b/core/src/main/java/apoc/version/Version.java index 1589bae4d4..ddb3e80d89 100644 --- a/core/src/main/java/apoc/version/Version.java +++ b/core/src/main/java/apoc/version/Version.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.version; import org.neo4j.procedure.Description; diff --git a/core/src/main/java/apoc/warmup/Warmup.java b/core/src/main/java/apoc/warmup/Warmup.java index 31c2e2c216..bc7f814f62 100644 --- a/core/src/main/java/apoc/warmup/Warmup.java +++ b/core/src/main/java/apoc/warmup/Warmup.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.warmup; import apoc.util.Util; diff --git a/core/src/main/java/org/HdrHistogram/HistogramUtil.java b/core/src/main/java/org/HdrHistogram/HistogramUtil.java index 08a882be15..669e0ca061 100644 --- a/core/src/main/java/org/HdrHistogram/HistogramUtil.java +++ b/core/src/main/java/org/HdrHistogram/HistogramUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.HdrHistogram; /** diff --git a/core/src/main/java/org/neo4j/cypher/export/CypherResultSubGraph.java b/core/src/main/java/org/neo4j/cypher/export/CypherResultSubGraph.java index 420ce21945..e55769550d 100644 --- a/core/src/main/java/org/neo4j/cypher/export/CypherResultSubGraph.java +++ b/core/src/main/java/org/neo4j/cypher/export/CypherResultSubGraph.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.neo4j.cypher.export; import org.neo4j.graphdb.*; diff --git a/core/src/main/java/org/neo4j/cypher/export/DatabaseSubGraph.java b/core/src/main/java/org/neo4j/cypher/export/DatabaseSubGraph.java index 4f93e3ec99..18685f58f9 100644 --- a/core/src/main/java/org/neo4j/cypher/export/DatabaseSubGraph.java +++ b/core/src/main/java/org/neo4j/cypher/export/DatabaseSubGraph.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.neo4j.cypher.export; import org.neo4j.graphdb.Label; diff --git a/core/src/main/java/org/neo4j/cypher/export/SubGraph.java b/core/src/main/java/org/neo4j/cypher/export/SubGraph.java index 6a093550e2..88f9041d87 100644 --- a/core/src/main/java/org/neo4j/cypher/export/SubGraph.java +++ b/core/src/main/java/org/neo4j/cypher/export/SubGraph.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.neo4j.cypher.export; import org.apache.commons.collections4.CollectionUtils; diff --git a/core/src/test/java/apoc/ApocConfigTest.java b/core/src/test/java/apoc/ApocConfigTest.java index bb995f6d23..935bb23787 100644 --- a/core/src/test/java/apoc/ApocConfigTest.java +++ b/core/src/test/java/apoc/ApocConfigTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import org.junit.Before; diff --git a/core/src/test/java/apoc/TTLConfigTest.java b/core/src/test/java/apoc/TTLConfigTest.java index 2b72318e9a..7bb8e42f5e 100644 --- a/core/src/test/java/apoc/TTLConfigTest.java +++ b/core/src/test/java/apoc/TTLConfigTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import org.junit.Test; diff --git a/core/src/test/java/apoc/agg/CollAggregationTest.java b/core/src/test/java/apoc/agg/CollAggregationTest.java index 341c642000..f0d139a8fe 100644 --- a/core/src/test/java/apoc/agg/CollAggregationTest.java +++ b/core/src/test/java/apoc/agg/CollAggregationTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.agg; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/agg/GraphAggregationTest.java b/core/src/test/java/apoc/agg/GraphAggregationTest.java index 64cd194e83..e41bc93081 100644 --- a/core/src/test/java/apoc/agg/GraphAggregationTest.java +++ b/core/src/test/java/apoc/agg/GraphAggregationTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.agg; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/agg/MaxAndMinItemsAggregationTest.java b/core/src/test/java/apoc/agg/MaxAndMinItemsAggregationTest.java index a0c42b04e8..a08604b52c 100644 --- a/core/src/test/java/apoc/agg/MaxAndMinItemsAggregationTest.java +++ b/core/src/test/java/apoc/agg/MaxAndMinItemsAggregationTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.agg; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/agg/MedianTest.java b/core/src/test/java/apoc/agg/MedianTest.java index 7e6acd6b58..16d0569e2e 100644 --- a/core/src/test/java/apoc/agg/MedianTest.java +++ b/core/src/test/java/apoc/agg/MedianTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.agg; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/agg/PercentilesTest.java b/core/src/test/java/apoc/agg/PercentilesTest.java index 9fc5580734..325ae639f8 100644 --- a/core/src/test/java/apoc/agg/PercentilesTest.java +++ b/core/src/test/java/apoc/agg/PercentilesTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.agg; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/agg/ProductAggregationTest.java b/core/src/test/java/apoc/agg/ProductAggregationTest.java index d0e6ff5bc8..c648114355 100644 --- a/core/src/test/java/apoc/agg/ProductAggregationTest.java +++ b/core/src/test/java/apoc/agg/ProductAggregationTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.agg; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/agg/StatisticsTest.java b/core/src/test/java/apoc/agg/StatisticsTest.java index a8b7805108..7769f0dff4 100644 --- a/core/src/test/java/apoc/agg/StatisticsTest.java +++ b/core/src/test/java/apoc/agg/StatisticsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.agg; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/algo/CoverTest.java b/core/src/test/java/apoc/algo/CoverTest.java index bfee0a921f..8c286dfd1b 100644 --- a/core/src/test/java/apoc/algo/CoverTest.java +++ b/core/src/test/java/apoc/algo/CoverTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.algo; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/algo/PathFindingTest.java b/core/src/test/java/apoc/algo/PathFindingTest.java index 96f68de7fb..498c031bbb 100644 --- a/core/src/test/java/apoc/algo/PathFindingTest.java +++ b/core/src/test/java/apoc/algo/PathFindingTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.algo; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/atomic/AtomicTest.java b/core/src/test/java/apoc/atomic/AtomicTest.java index 19ee51e74d..14d0a01e1b 100644 --- a/core/src/test/java/apoc/atomic/AtomicTest.java +++ b/core/src/test/java/apoc/atomic/AtomicTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.atomic; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/bitwise/BitwiseOperationsTest.java b/core/src/test/java/apoc/bitwise/BitwiseOperationsTest.java index 81de045599..0d9c10389e 100644 --- a/core/src/test/java/apoc/bitwise/BitwiseOperationsTest.java +++ b/core/src/test/java/apoc/bitwise/BitwiseOperationsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.bitwise; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/coll/ArrayListTest.java b/core/src/test/java/apoc/coll/ArrayListTest.java index 72a0b7d2f8..3133fae240 100644 --- a/core/src/test/java/apoc/coll/ArrayListTest.java +++ b/core/src/test/java/apoc/coll/ArrayListTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.coll; import org.junit.Test; diff --git a/core/src/test/java/apoc/coll/CollTest.java b/core/src/test/java/apoc/coll/CollTest.java index 23adfd3372..4fb8daccc4 100644 --- a/core/src/test/java/apoc/coll/CollTest.java +++ b/core/src/test/java/apoc/coll/CollTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.coll; import apoc.convert.Json; diff --git a/core/src/test/java/apoc/coll/EqualityTest.java b/core/src/test/java/apoc/coll/EqualityTest.java index 160c2c6892..d79af92966 100644 --- a/core/src/test/java/apoc/coll/EqualityTest.java +++ b/core/src/test/java/apoc/coll/EqualityTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.coll; import apoc.util.ArrayBackedIterator; diff --git a/core/src/test/java/apoc/coll/SetBackedListTest.java b/core/src/test/java/apoc/coll/SetBackedListTest.java index bf78d77e94..fd7368af81 100644 --- a/core/src/test/java/apoc/coll/SetBackedListTest.java +++ b/core/src/test/java/apoc/coll/SetBackedListTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.coll; import org.junit.Test; diff --git a/core/src/test/java/apoc/convert/ConvertJsonTest.java b/core/src/test/java/apoc/convert/ConvertJsonTest.java index 6f784c63c5..bb6b6992ca 100644 --- a/core/src/test/java/apoc/convert/ConvertJsonTest.java +++ b/core/src/test/java/apoc/convert/ConvertJsonTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.convert; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/convert/ConvertTest.java b/core/src/test/java/apoc/convert/ConvertTest.java index 77d6caa751..a5e1be5a64 100644 --- a/core/src/test/java/apoc/convert/ConvertTest.java +++ b/core/src/test/java/apoc/convert/ConvertTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.convert; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/create/CreateTest.java b/core/src/test/java/apoc/create/CreateTest.java index 692481b134..ccb7bc6bbc 100644 --- a/core/src/test/java/apoc/create/CreateTest.java +++ b/core/src/test/java/apoc/create/CreateTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.create; import apoc.coll.Coll; diff --git a/core/src/test/java/apoc/cypher/CypherInitializerTest.java b/core/src/test/java/apoc/cypher/CypherInitializerTest.java index 7a20472cbe..f85e942c9f 100644 --- a/core/src/test/java/apoc/cypher/CypherInitializerTest.java +++ b/core/src/test/java/apoc/cypher/CypherInitializerTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.cypher; import apoc.test.EnvSettingRule; diff --git a/core/src/test/java/apoc/cypher/CypherIsVersionDifferentTest.java b/core/src/test/java/apoc/cypher/CypherIsVersionDifferentTest.java index 0873ebd1de..222462b2af 100644 --- a/core/src/test/java/apoc/cypher/CypherIsVersionDifferentTest.java +++ b/core/src/test/java/apoc/cypher/CypherIsVersionDifferentTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.cypher; import org.junit.Test; diff --git a/core/src/test/java/apoc/cypher/CypherTest.java b/core/src/test/java/apoc/cypher/CypherTest.java index f61a6edfd7..ec7974a6b5 100644 --- a/core/src/test/java/apoc/cypher/CypherTest.java +++ b/core/src/test/java/apoc/cypher/CypherTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.cypher; import apoc.text.Strings; diff --git a/core/src/test/java/apoc/data/ExtractTest.java b/core/src/test/java/apoc/data/ExtractTest.java index 703a0e072e..ed4b51154d 100644 --- a/core/src/test/java/apoc/data/ExtractTest.java +++ b/core/src/test/java/apoc/data/ExtractTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.data; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/data/url/ExtractURLTest.java b/core/src/test/java/apoc/data/url/ExtractURLTest.java index 7ff2b03e51..25d766cc59 100644 --- a/core/src/test/java/apoc/data/url/ExtractURLTest.java +++ b/core/src/test/java/apoc/data/url/ExtractURLTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.data.url; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/date/DateTest.java b/core/src/test/java/apoc/date/DateTest.java index acb80aebda..00e6391403 100644 --- a/core/src/test/java/apoc/date/DateTest.java +++ b/core/src/test/java/apoc/date/DateTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.date; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/diff/DiffTest.java b/core/src/test/java/apoc/diff/DiffTest.java index ba7fa0704b..cb035de00c 100644 --- a/core/src/test/java/apoc/diff/DiffTest.java +++ b/core/src/test/java/apoc/diff/DiffTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.diff; import apoc.create.Create; diff --git a/core/src/test/java/apoc/example/ExamplesTest.java b/core/src/test/java/apoc/example/ExamplesTest.java index 0ebc6a9e5e..57dd046b0f 100644 --- a/core/src/test/java/apoc/example/ExamplesTest.java +++ b/core/src/test/java/apoc/example/ExamplesTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.example; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/export/ExportCoreSecurityTest.java b/core/src/test/java/apoc/export/ExportCoreSecurityTest.java index 2fff5cbb47..772184c8c3 100644 --- a/core/src/test/java/apoc/export/ExportCoreSecurityTest.java +++ b/core/src/test/java/apoc/export/ExportCoreSecurityTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export; import apoc.ApocConfig; diff --git a/core/src/test/java/apoc/export/ExportStreamsStatementsTest.java b/core/src/test/java/apoc/export/ExportStreamsStatementsTest.java index c8cb44862e..909dbda12f 100644 --- a/core/src/test/java/apoc/export/ExportStreamsStatementsTest.java +++ b/core/src/test/java/apoc/export/ExportStreamsStatementsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export; import apoc.export.csv.ExportCSV; diff --git a/core/src/test/java/apoc/export/arrow/ArrowTest.java b/core/src/test/java/apoc/export/arrow/ArrowTest.java index b9a192000f..c75ea25e87 100644 --- a/core/src/test/java/apoc/export/arrow/ArrowTest.java +++ b/core/src/test/java/apoc/export/arrow/ArrowTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.arrow; import apoc.ApocSettings; diff --git a/core/src/test/java/apoc/export/csv/CsvHeaderFieldTests.java b/core/src/test/java/apoc/export/csv/CsvHeaderFieldTests.java index 9f8e0b5267..65a56e933c 100644 --- a/core/src/test/java/apoc/export/csv/CsvHeaderFieldTests.java +++ b/core/src/test/java/apoc/export/csv/CsvHeaderFieldTests.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import apoc.meta.Meta; diff --git a/core/src/test/java/apoc/export/csv/CsvTestUtil.java b/core/src/test/java/apoc/export/csv/CsvTestUtil.java index 29f4d5a610..5567e219c0 100644 --- a/core/src/test/java/apoc/export/csv/CsvTestUtil.java +++ b/core/src/test/java/apoc/export/csv/CsvTestUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import com.fasterxml.jackson.databind.MappingIterator; diff --git a/core/src/test/java/apoc/export/csv/ExportCsvIT.java b/core/src/test/java/apoc/export/csv/ExportCsvIT.java index 2b4063f0c0..18a99c5048 100644 --- a/core/src/test/java/apoc/export/csv/ExportCsvIT.java +++ b/core/src/test/java/apoc/export/csv/ExportCsvIT.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import apoc.util.Neo4jContainerExtension; diff --git a/core/src/test/java/apoc/export/csv/ExportCsvNeo4jAdminTest.java b/core/src/test/java/apoc/export/csv/ExportCsvNeo4jAdminTest.java index b0854c2f77..4a518d214e 100644 --- a/core/src/test/java/apoc/export/csv/ExportCsvNeo4jAdminTest.java +++ b/core/src/test/java/apoc/export/csv/ExportCsvNeo4jAdminTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import apoc.ApocSettings; diff --git a/core/src/test/java/apoc/export/csv/ExportCsvS3Test.java b/core/src/test/java/apoc/export/csv/ExportCsvS3Test.java index 8515158398..14697d5d0d 100644 --- a/core/src/test/java/apoc/export/csv/ExportCsvS3Test.java +++ b/core/src/test/java/apoc/export/csv/ExportCsvS3Test.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import apoc.graph.Graphs; diff --git a/core/src/test/java/apoc/export/csv/ExportCsvTest.java b/core/src/test/java/apoc/export/csv/ExportCsvTest.java index d3f59c1e1f..81957e75b7 100644 --- a/core/src/test/java/apoc/export/csv/ExportCsvTest.java +++ b/core/src/test/java/apoc/export/csv/ExportCsvTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import apoc.ApocSettings; diff --git a/core/src/test/java/apoc/export/csv/ImportCsvLdbcTest.java b/core/src/test/java/apoc/export/csv/ImportCsvLdbcTest.java index e67765553a..93824ecbfa 100644 --- a/core/src/test/java/apoc/export/csv/ImportCsvLdbcTest.java +++ b/core/src/test/java/apoc/export/csv/ImportCsvLdbcTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import apoc.ApocSettings; diff --git a/core/src/test/java/apoc/export/csv/ImportCsvTest.java b/core/src/test/java/apoc/export/csv/ImportCsvTest.java index e18ee22e79..246259e783 100644 --- a/core/src/test/java/apoc/export/csv/ImportCsvTest.java +++ b/core/src/test/java/apoc/export/csv/ImportCsvTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import apoc.ApocSettings; diff --git a/core/src/test/java/apoc/export/cypher/ExportCypherEnterpriseFeaturesTest.java b/core/src/test/java/apoc/export/cypher/ExportCypherEnterpriseFeaturesTest.java index 9008656a9f..d8bb5894ad 100644 --- a/core/src/test/java/apoc/export/cypher/ExportCypherEnterpriseFeaturesTest.java +++ b/core/src/test/java/apoc/export/cypher/ExportCypherEnterpriseFeaturesTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher; import apoc.util.Neo4jContainerExtension; diff --git a/core/src/test/java/apoc/export/cypher/ExportCypherMultiRelTest.java b/core/src/test/java/apoc/export/cypher/ExportCypherMultiRelTest.java index eb503b46f5..5ebc069446 100644 --- a/core/src/test/java/apoc/export/cypher/ExportCypherMultiRelTest.java +++ b/core/src/test/java/apoc/export/cypher/ExportCypherMultiRelTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher; import apoc.cypher.Cypher; diff --git a/core/src/test/java/apoc/export/cypher/ExportCypherS3Test.java b/core/src/test/java/apoc/export/cypher/ExportCypherS3Test.java index 44f3905a38..31bfbd2e1a 100644 --- a/core/src/test/java/apoc/export/cypher/ExportCypherS3Test.java +++ b/core/src/test/java/apoc/export/cypher/ExportCypherS3Test.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher; import apoc.graph.Graphs; diff --git a/core/src/test/java/apoc/export/cypher/ExportCypherTest.java b/core/src/test/java/apoc/export/cypher/ExportCypherTest.java index 0ac69f03ce..23c500903a 100644 --- a/core/src/test/java/apoc/export/cypher/ExportCypherTest.java +++ b/core/src/test/java/apoc/export/cypher/ExportCypherTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher; import apoc.graph.Graphs; diff --git a/core/src/test/java/apoc/export/cypher/ExportCypherTestUtils.java b/core/src/test/java/apoc/export/cypher/ExportCypherTestUtils.java index 82ddc26ce8..b236a6a1db 100644 --- a/core/src/test/java/apoc/export/cypher/ExportCypherTestUtils.java +++ b/core/src/test/java/apoc/export/cypher/ExportCypherTestUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.cypher; public class ExportCypherTestUtils { diff --git a/core/src/test/java/apoc/export/graphml/ExportGraphMLS3Test.java b/core/src/test/java/apoc/export/graphml/ExportGraphMLS3Test.java index 92ca4a0987..d9a92bfe16 100644 --- a/core/src/test/java/apoc/export/graphml/ExportGraphMLS3Test.java +++ b/core/src/test/java/apoc/export/graphml/ExportGraphMLS3Test.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.graphml; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/export/graphml/ExportGraphMLTest.java b/core/src/test/java/apoc/export/graphml/ExportGraphMLTest.java index a50999b159..fbae09beea 100644 --- a/core/src/test/java/apoc/export/graphml/ExportGraphMLTest.java +++ b/core/src/test/java/apoc/export/graphml/ExportGraphMLTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.graphml; import apoc.util.BinaryTestUtil; diff --git a/core/src/test/java/apoc/export/graphml/ExportGraphMLTestUtil.java b/core/src/test/java/apoc/export/graphml/ExportGraphMLTestUtil.java index f42c70208d..5cf1194e78 100644 --- a/core/src/test/java/apoc/export/graphml/ExportGraphMLTestUtil.java +++ b/core/src/test/java/apoc/export/graphml/ExportGraphMLTestUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.graphml; import apoc.graph.Graphs; diff --git a/core/src/test/java/apoc/export/json/ExportJsonS3Test.java b/core/src/test/java/apoc/export/json/ExportJsonS3Test.java index 1424207d15..2e81608a0c 100644 --- a/core/src/test/java/apoc/export/json/ExportJsonS3Test.java +++ b/core/src/test/java/apoc/export/json/ExportJsonS3Test.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.json; import apoc.ApocSettings; diff --git a/core/src/test/java/apoc/export/json/ExportJsonTest.java b/core/src/test/java/apoc/export/json/ExportJsonTest.java index 6df04679c5..637669f73d 100644 --- a/core/src/test/java/apoc/export/json/ExportJsonTest.java +++ b/core/src/test/java/apoc/export/json/ExportJsonTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.json; import apoc.ApocSettings; diff --git a/core/src/test/java/apoc/export/json/ImportJsonTest.java b/core/src/test/java/apoc/export/json/ImportJsonTest.java index 58d3c152c7..498adf0fe6 100644 --- a/core/src/test/java/apoc/export/json/ImportJsonTest.java +++ b/core/src/test/java/apoc/export/json/ImportJsonTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.json; import apoc.ApocSettings; diff --git a/core/src/test/java/apoc/export/util/FormatUtilsTest.java b/core/src/test/java/apoc/export/util/FormatUtilsTest.java index b9bc7ddb72..62e91c85d9 100644 --- a/core/src/test/java/apoc/export/util/FormatUtilsTest.java +++ b/core/src/test/java/apoc/export/util/FormatUtilsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.util; import org.junit.Rule; diff --git a/core/src/test/java/apoc/generate/config/BarabasiAlbertConfigTest.java b/core/src/test/java/apoc/generate/config/BarabasiAlbertConfigTest.java index ae6d2a8d94..bfaaadae44 100644 --- a/core/src/test/java/apoc/generate/config/BarabasiAlbertConfigTest.java +++ b/core/src/test/java/apoc/generate/config/BarabasiAlbertConfigTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.config; import org.junit.Test; diff --git a/core/src/test/java/apoc/generate/config/ErdosRenyiConfigTest.java b/core/src/test/java/apoc/generate/config/ErdosRenyiConfigTest.java index 8956af5afa..a9c8fd5f2d 100644 --- a/core/src/test/java/apoc/generate/config/ErdosRenyiConfigTest.java +++ b/core/src/test/java/apoc/generate/config/ErdosRenyiConfigTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.config; import org.junit.Test; diff --git a/core/src/test/java/apoc/generate/config/NumberOfNodesBasedConfigTest.java b/core/src/test/java/apoc/generate/config/NumberOfNodesBasedConfigTest.java index 13297c2ea7..b8b60b9ab3 100644 --- a/core/src/test/java/apoc/generate/config/NumberOfNodesBasedConfigTest.java +++ b/core/src/test/java/apoc/generate/config/NumberOfNodesBasedConfigTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.config; import org.junit.Test; diff --git a/core/src/test/java/apoc/generate/config/WattsStrogatzConfigTest.java b/core/src/test/java/apoc/generate/config/WattsStrogatzConfigTest.java index 7a1ed6057f..09c88d98fb 100644 --- a/core/src/test/java/apoc/generate/config/WattsStrogatzConfigTest.java +++ b/core/src/test/java/apoc/generate/config/WattsStrogatzConfigTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.config; import org.junit.Test; diff --git a/core/src/test/java/apoc/generate/relationship/CompleteGraphRelationshipGeneratorTest.java b/core/src/test/java/apoc/generate/relationship/CompleteGraphRelationshipGeneratorTest.java index d0235e261c..49dea65389 100644 --- a/core/src/test/java/apoc/generate/relationship/CompleteGraphRelationshipGeneratorTest.java +++ b/core/src/test/java/apoc/generate/relationship/CompleteGraphRelationshipGeneratorTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.relationship; import apoc.generate.config.NumberOfNodesBasedConfig; diff --git a/core/src/test/java/apoc/generate/relationship/WattsStrogatzRelationshipGeneratorTest.java b/core/src/test/java/apoc/generate/relationship/WattsStrogatzRelationshipGeneratorTest.java index f6d6d242b9..b6056e2ade 100644 --- a/core/src/test/java/apoc/generate/relationship/WattsStrogatzRelationshipGeneratorTest.java +++ b/core/src/test/java/apoc/generate/relationship/WattsStrogatzRelationshipGeneratorTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.relationship; import apoc.generate.config.WattsStrogatzConfig; diff --git a/core/src/test/java/apoc/graph/GraphsTest.java b/core/src/test/java/apoc/graph/GraphsTest.java index 9900dd4334..dfe60d958c 100644 --- a/core/src/test/java/apoc/graph/GraphsTest.java +++ b/core/src/test/java/apoc/graph/GraphsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.graph; import apoc.graph.util.GraphsConfig; diff --git a/core/src/test/java/apoc/graph/document/builder/DocumentToGraphTest.java b/core/src/test/java/apoc/graph/document/builder/DocumentToGraphTest.java index 0fdb516904..5ab08cc2c0 100644 --- a/core/src/test/java/apoc/graph/document/builder/DocumentToGraphTest.java +++ b/core/src/test/java/apoc/graph/document/builder/DocumentToGraphTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.graph.document.builder; import apoc.graph.util.GraphsConfig; diff --git a/core/src/test/java/apoc/graph/document/builder/LabelBuilderTest.java b/core/src/test/java/apoc/graph/document/builder/LabelBuilderTest.java index e9a729862b..4a078425af 100644 --- a/core/src/test/java/apoc/graph/document/builder/LabelBuilderTest.java +++ b/core/src/test/java/apoc/graph/document/builder/LabelBuilderTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.graph.document.builder; import apoc.graph.util.GraphsConfig; diff --git a/core/src/test/java/apoc/hashing/FingerprintingTest.java b/core/src/test/java/apoc/hashing/FingerprintingTest.java index a4a784c6ea..d1731f644d 100644 --- a/core/src/test/java/apoc/hashing/FingerprintingTest.java +++ b/core/src/test/java/apoc/hashing/FingerprintingTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.hashing; import apoc.coll.Coll; diff --git a/core/src/test/java/apoc/help/HelpTest.java b/core/src/test/java/apoc/help/HelpTest.java index 1e292f13d4..f1a5d06898 100644 --- a/core/src/test/java/apoc/help/HelpTest.java +++ b/core/src/test/java/apoc/help/HelpTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.help; import apoc.bitwise.BitwiseOperations; diff --git a/core/src/test/java/apoc/index/SchemaIndexTest.java b/core/src/test/java/apoc/index/SchemaIndexTest.java index 1a1f863cd8..e5178415e4 100644 --- a/core/src/test/java/apoc/index/SchemaIndexTest.java +++ b/core/src/test/java/apoc/index/SchemaIndexTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.index; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/label/LabelTest.java b/core/src/test/java/apoc/label/LabelTest.java index 2db0598978..0167ed085b 100644 --- a/core/src/test/java/apoc/label/LabelTest.java +++ b/core/src/test/java/apoc/label/LabelTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.label; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/load/LoadCoreSecurityTest.java b/core/src/test/java/apoc/load/LoadCoreSecurityTest.java index 7248f5ad5b..15936e1664 100644 --- a/core/src/test/java/apoc/load/LoadCoreSecurityTest.java +++ b/core/src/test/java/apoc/load/LoadCoreSecurityTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.ApocConfig; diff --git a/core/src/test/java/apoc/load/LoadJsonTest.java b/core/src/test/java/apoc/load/LoadJsonTest.java index a4778b0189..c30ddd0180 100644 --- a/core/src/test/java/apoc/load/LoadJsonTest.java +++ b/core/src/test/java/apoc/load/LoadJsonTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.ApocSettings; diff --git a/core/src/test/java/apoc/load/SimpleXmlTest.java b/core/src/test/java/apoc/load/SimpleXmlTest.java index d77dc7dc71..4ca9629e71 100644 --- a/core/src/test/java/apoc/load/SimpleXmlTest.java +++ b/core/src/test/java/apoc/load/SimpleXmlTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import org.hamcrest.MatcherAssert; diff --git a/core/src/test/java/apoc/load/SkipWhitespaceInputStreamTest.java b/core/src/test/java/apoc/load/SkipWhitespaceInputStreamTest.java index f46c29e975..205ee7b0c2 100644 --- a/core/src/test/java/apoc/load/SkipWhitespaceInputStreamTest.java +++ b/core/src/test/java/apoc/load/SkipWhitespaceInputStreamTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import org.apache.commons.io.IOUtils; diff --git a/core/src/test/java/apoc/load/XmlTest.java b/core/src/test/java/apoc/load/XmlTest.java index b4457855c7..c916b7ac16 100644 --- a/core/src/test/java/apoc/load/XmlTest.java +++ b/core/src/test/java/apoc/load/XmlTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.ApocSettings; diff --git a/core/src/test/java/apoc/load/relative/LoadRelativePathTest.java b/core/src/test/java/apoc/load/relative/LoadRelativePathTest.java index 160b605919..928e26a765 100644 --- a/core/src/test/java/apoc/load/relative/LoadRelativePathTest.java +++ b/core/src/test/java/apoc/load/relative/LoadRelativePathTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load.relative; import apoc.ApocSettings; diff --git a/core/src/test/java/apoc/load/relative/LoadXmlResult.java b/core/src/test/java/apoc/load/relative/LoadXmlResult.java index 4540152ac3..6e544dd455 100644 --- a/core/src/test/java/apoc/load/relative/LoadXmlResult.java +++ b/core/src/test/java/apoc/load/relative/LoadXmlResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load.relative; import apoc.util.Util; diff --git a/core/src/test/java/apoc/lock/LockTest.java b/core/src/test/java/apoc/lock/LockTest.java index f20e8cf14b..cbd4a7f993 100644 --- a/core/src/test/java/apoc/lock/LockTest.java +++ b/core/src/test/java/apoc/lock/LockTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.lock; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/log/Neo4jLogStreamTest.java b/core/src/test/java/apoc/log/Neo4jLogStreamTest.java index e45f2c06f2..2342e41a27 100644 --- a/core/src/test/java/apoc/log/Neo4jLogStreamTest.java +++ b/core/src/test/java/apoc/log/Neo4jLogStreamTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.log; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/map/MapsTest.java b/core/src/test/java/apoc/map/MapsTest.java index 86b35902a0..ba8cf2d999 100644 --- a/core/src/test/java/apoc/map/MapsTest.java +++ b/core/src/test/java/apoc/map/MapsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.map; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/math/MathsTest.java b/core/src/test/java/apoc/math/MathsTest.java index dd0c77de68..6df9bd675d 100644 --- a/core/src/test/java/apoc/math/MathsTest.java +++ b/core/src/test/java/apoc/math/MathsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.math; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/math/RegressionTest.java b/core/src/test/java/apoc/math/RegressionTest.java index be60c92019..2fb2a0076e 100644 --- a/core/src/test/java/apoc/math/RegressionTest.java +++ b/core/src/test/java/apoc/math/RegressionTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.math; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/merge/MergeTest.java b/core/src/test/java/apoc/merge/MergeTest.java index 6c01d3ee4e..be3d74520c 100644 --- a/core/src/test/java/apoc/merge/MergeTest.java +++ b/core/src/test/java/apoc/merge/MergeTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.merge; import apoc.util.MapUtil; diff --git a/core/src/test/java/apoc/meta/CollEnterpriseTest.java b/core/src/test/java/apoc/meta/CollEnterpriseTest.java index 1e2eab7a5b..79f3597a69 100644 --- a/core/src/test/java/apoc/meta/CollEnterpriseTest.java +++ b/core/src/test/java/apoc/meta/CollEnterpriseTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.meta; import apoc.util.Neo4jContainerExtension; diff --git a/core/src/test/java/apoc/meta/MetaEnterpriseFeaturesTest.java b/core/src/test/java/apoc/meta/MetaEnterpriseFeaturesTest.java index a57d8cd4a5..13b64c4623 100644 --- a/core/src/test/java/apoc/meta/MetaEnterpriseFeaturesTest.java +++ b/core/src/test/java/apoc/meta/MetaEnterpriseFeaturesTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.meta; import apoc.util.Neo4jContainerExtension; diff --git a/core/src/test/java/apoc/meta/MetaTest.java b/core/src/test/java/apoc/meta/MetaTest.java index f1cf8d7b4f..9d3e9db650 100644 --- a/core/src/test/java/apoc/meta/MetaTest.java +++ b/core/src/test/java/apoc/meta/MetaTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.meta; import apoc.graph.Graphs; diff --git a/core/src/test/java/apoc/neighbors/NeighborsTest.java b/core/src/test/java/apoc/neighbors/NeighborsTest.java index 9a3cc1ab27..8d92549df9 100644 --- a/core/src/test/java/apoc/neighbors/NeighborsTest.java +++ b/core/src/test/java/apoc/neighbors/NeighborsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.neighbors; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/nodes/GroupingTest.java b/core/src/test/java/apoc/nodes/GroupingTest.java index a48906f8fb..b0d03b044e 100644 --- a/core/src/test/java/apoc/nodes/GroupingTest.java +++ b/core/src/test/java/apoc/nodes/GroupingTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nodes; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/nodes/NodesTest.java b/core/src/test/java/apoc/nodes/NodesTest.java index 9543c9985b..f2f49bcf9a 100644 --- a/core/src/test/java/apoc/nodes/NodesTest.java +++ b/core/src/test/java/apoc/nodes/NodesTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nodes; import apoc.create.Create; diff --git a/core/src/test/java/apoc/number/ArabicRomanTest.java b/core/src/test/java/apoc/number/ArabicRomanTest.java index 848bb9b303..8ec8f132e7 100644 --- a/core/src/test/java/apoc/number/ArabicRomanTest.java +++ b/core/src/test/java/apoc/number/ArabicRomanTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.number; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/number/NumbersTest.java b/core/src/test/java/apoc/number/NumbersTest.java index 3003f70d4e..ba6bc0bd67 100644 --- a/core/src/test/java/apoc/number/NumbersTest.java +++ b/core/src/test/java/apoc/number/NumbersTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.number; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/number/exact/ExactTest.java b/core/src/test/java/apoc/number/exact/ExactTest.java index e1d94e4484..3a029336c3 100644 --- a/core/src/test/java/apoc/number/exact/ExactTest.java +++ b/core/src/test/java/apoc/number/exact/ExactTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.number.exact; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/path/ExpandPathTest.java b/core/src/test/java/apoc/path/ExpandPathTest.java index bee66348a9..d12c21fe6e 100644 --- a/core/src/test/java/apoc/path/ExpandPathTest.java +++ b/core/src/test/java/apoc/path/ExpandPathTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/path/LabelSequenceTest.java b/core/src/test/java/apoc/path/LabelSequenceTest.java index 09769ae5e3..b7836cf902 100644 --- a/core/src/test/java/apoc/path/LabelSequenceTest.java +++ b/core/src/test/java/apoc/path/LabelSequenceTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/path/NodeFilterTest.java b/core/src/test/java/apoc/path/NodeFilterTest.java index 4b3475f139..92cd448ff1 100644 --- a/core/src/test/java/apoc/path/NodeFilterTest.java +++ b/core/src/test/java/apoc/path/NodeFilterTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/path/PathsTest.java b/core/src/test/java/apoc/path/PathsTest.java index e659e5c096..53b2f7ad3c 100644 --- a/core/src/test/java/apoc/path/PathsTest.java +++ b/core/src/test/java/apoc/path/PathsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/path/RelSequenceTest.java b/core/src/test/java/apoc/path/RelSequenceTest.java index 458104bbab..b720a42736 100644 --- a/core/src/test/java/apoc/path/RelSequenceTest.java +++ b/core/src/test/java/apoc/path/RelSequenceTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/path/RelationshipTypeAndDirectionsTest.java b/core/src/test/java/apoc/path/RelationshipTypeAndDirectionsTest.java index 5a5c1b6720..0c60462ea4 100644 --- a/core/src/test/java/apoc/path/RelationshipTypeAndDirectionsTest.java +++ b/core/src/test/java/apoc/path/RelationshipTypeAndDirectionsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import org.junit.Test; diff --git a/core/src/test/java/apoc/path/SequenceTest.java b/core/src/test/java/apoc/path/SequenceTest.java index 77536b3527..83d5f25ee5 100644 --- a/core/src/test/java/apoc/path/SequenceTest.java +++ b/core/src/test/java/apoc/path/SequenceTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/path/SubgraphTest.java b/core/src/test/java/apoc/path/SubgraphTest.java index 176eb594ba..056a353248 100644 --- a/core/src/test/java/apoc/path/SubgraphTest.java +++ b/core/src/test/java/apoc/path/SubgraphTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.path; import apoc.algo.Cover; diff --git a/core/src/test/java/apoc/periodic/BatchModeTest.java b/core/src/test/java/apoc/periodic/BatchModeTest.java index f6f3bd5be0..4a3ce79352 100644 --- a/core/src/test/java/apoc/periodic/BatchModeTest.java +++ b/core/src/test/java/apoc/periodic/BatchModeTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.periodic; import org.junit.Test; diff --git a/core/src/test/java/apoc/periodic/PeriodicTest.java b/core/src/test/java/apoc/periodic/PeriodicTest.java index 334ac9b530..c6d40ff6b9 100644 --- a/core/src/test/java/apoc/periodic/PeriodicTest.java +++ b/core/src/test/java/apoc/periodic/PeriodicTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.periodic; import apoc.cypher.Cypher; diff --git a/core/src/test/java/apoc/periodic/PeriodicUtilsTest.java b/core/src/test/java/apoc/periodic/PeriodicUtilsTest.java index f01ce10fcf..946cf273a9 100644 --- a/core/src/test/java/apoc/periodic/PeriodicUtilsTest.java +++ b/core/src/test/java/apoc/periodic/PeriodicUtilsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.periodic; import org.junit.Test; diff --git a/core/src/test/java/apoc/refactor/CloneSubgraphTest.java b/core/src/test/java/apoc/refactor/CloneSubgraphTest.java index 868031be90..5a37d47d3c 100644 --- a/core/src/test/java/apoc/refactor/CloneSubgraphTest.java +++ b/core/src/test/java/apoc/refactor/CloneSubgraphTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.refactor; import apoc.algo.Cover; diff --git a/core/src/test/java/apoc/refactor/GraphRefactoringEnterpriseTest.java b/core/src/test/java/apoc/refactor/GraphRefactoringEnterpriseTest.java index d5fcb64c0d..0fbbd480eb 100644 --- a/core/src/test/java/apoc/refactor/GraphRefactoringEnterpriseTest.java +++ b/core/src/test/java/apoc/refactor/GraphRefactoringEnterpriseTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.refactor; import apoc.util.Neo4jContainerExtension; diff --git a/core/src/test/java/apoc/refactor/GraphRefactoringTest.java b/core/src/test/java/apoc/refactor/GraphRefactoringTest.java index 8b22c49701..874ed187c6 100644 --- a/core/src/test/java/apoc/refactor/GraphRefactoringTest.java +++ b/core/src/test/java/apoc/refactor/GraphRefactoringTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.refactor; import apoc.util.ArrayBackedList; diff --git a/core/src/test/java/apoc/refactor/rename/RenameTest.java b/core/src/test/java/apoc/refactor/rename/RenameTest.java index fc0dd31d3f..b6761eb387 100644 --- a/core/src/test/java/apoc/refactor/rename/RenameTest.java +++ b/core/src/test/java/apoc/refactor/rename/RenameTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.refactor.rename; diff --git a/core/src/test/java/apoc/refactor/util/PropertiesManagerTest.java b/core/src/test/java/apoc/refactor/util/PropertiesManagerTest.java index 15ba9c5bf2..e07906442d 100644 --- a/core/src/test/java/apoc/refactor/util/PropertiesManagerTest.java +++ b/core/src/test/java/apoc/refactor/util/PropertiesManagerTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.refactor.util; import apoc.refactor.GraphRefactoring; diff --git a/core/src/test/java/apoc/result/VirtualNodeTest.java b/core/src/test/java/apoc/result/VirtualNodeTest.java index 5a07929823..3b1fefb797 100644 --- a/core/src/test/java/apoc/result/VirtualNodeTest.java +++ b/core/src/test/java/apoc/result/VirtualNodeTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.result; import apoc.util.Util; diff --git a/core/src/test/java/apoc/schema/SchemasEnterpriseFeaturesTest.java b/core/src/test/java/apoc/schema/SchemasEnterpriseFeaturesTest.java index c52f48f5f1..b5003968c7 100644 --- a/core/src/test/java/apoc/schema/SchemasEnterpriseFeaturesTest.java +++ b/core/src/test/java/apoc/schema/SchemasEnterpriseFeaturesTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.schema; import apoc.util.Neo4jContainerExtension; diff --git a/core/src/test/java/apoc/schema/SchemasTest.java b/core/src/test/java/apoc/schema/SchemasTest.java index 8f0d3f2de7..cec29d2df1 100644 --- a/core/src/test/java/apoc/schema/SchemasTest.java +++ b/core/src/test/java/apoc/schema/SchemasTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.schema; import org.apache.commons.lang.exception.ExceptionUtils; diff --git a/core/src/test/java/apoc/scoring/ScoringTest.java b/core/src/test/java/apoc/scoring/ScoringTest.java index 477312504f..24b7c1a517 100644 --- a/core/src/test/java/apoc/scoring/ScoringTest.java +++ b/core/src/test/java/apoc/scoring/ScoringTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.scoring; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/search/ParallelNodeSearchTest.java b/core/src/test/java/apoc/search/ParallelNodeSearchTest.java index de4c8d3eee..d87db7c10a 100644 --- a/core/src/test/java/apoc/search/ParallelNodeSearchTest.java +++ b/core/src/test/java/apoc/search/ParallelNodeSearchTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.search; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/spatial/DistanceTest.java b/core/src/test/java/apoc/spatial/DistanceTest.java index 9462fc67cc..8e8b84d0e5 100644 --- a/core/src/test/java/apoc/spatial/DistanceTest.java +++ b/core/src/test/java/apoc/spatial/DistanceTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.spatial; import apoc.result.DistancePathResult; diff --git a/core/src/test/java/apoc/spatial/GeocodeTest.java b/core/src/test/java/apoc/spatial/GeocodeTest.java index 105378619c..5df3f3146f 100755 --- a/core/src/test/java/apoc/spatial/GeocodeTest.java +++ b/core/src/test/java/apoc/spatial/GeocodeTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.spatial; import apoc.util.JsonUtil; diff --git a/core/src/test/java/apoc/spatial/SpatialTest.java b/core/src/test/java/apoc/spatial/SpatialTest.java index e9b443b832..802762489c 100644 --- a/core/src/test/java/apoc/spatial/SpatialTest.java +++ b/core/src/test/java/apoc/spatial/SpatialTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.spatial; import apoc.ApocSettings; diff --git a/core/src/test/java/apoc/stats/DegreeDistributionTest.java b/core/src/test/java/apoc/stats/DegreeDistributionTest.java index 51c1f8244c..cf346b1380 100644 --- a/core/src/test/java/apoc/stats/DegreeDistributionTest.java +++ b/core/src/test/java/apoc/stats/DegreeDistributionTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.stats; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/temporal/TemporalProceduresTest.java b/core/src/test/java/apoc/temporal/TemporalProceduresTest.java index 4f2691b4a5..51da227ea1 100644 --- a/core/src/test/java/apoc/temporal/TemporalProceduresTest.java +++ b/core/src/test/java/apoc/temporal/TemporalProceduresTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.temporal; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/test/EnvSettingRule.java b/core/src/test/java/apoc/test/EnvSettingRule.java index 839eaed73b..c955d18706 100644 --- a/core/src/test/java/apoc/test/EnvSettingRule.java +++ b/core/src/test/java/apoc/test/EnvSettingRule.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.test; import apoc.test.annotations.Env; diff --git a/core/src/test/java/apoc/test/annotations/Env.java b/core/src/test/java/apoc/test/annotations/Env.java index 1b91ed5d49..ec29d29c18 100644 --- a/core/src/test/java/apoc/test/annotations/Env.java +++ b/core/src/test/java/apoc/test/annotations/Env.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.test.annotations; import java.lang.annotation.ElementType; diff --git a/core/src/test/java/apoc/test/annotations/EnvSetting.java b/core/src/test/java/apoc/test/annotations/EnvSetting.java index b164dd9ee4..35dc93b2bb 100644 --- a/core/src/test/java/apoc/test/annotations/EnvSetting.java +++ b/core/src/test/java/apoc/test/annotations/EnvSetting.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.test.annotations; import java.lang.annotation.ElementType; diff --git a/core/src/test/java/apoc/text/PhoneticTest.java b/core/src/test/java/apoc/text/PhoneticTest.java index b08c2e75e0..571403ea59 100644 --- a/core/src/test/java/apoc/text/PhoneticTest.java +++ b/core/src/test/java/apoc/text/PhoneticTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.text; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/text/SorensenDiceCoefficientTest.java b/core/src/test/java/apoc/text/SorensenDiceCoefficientTest.java index 344099c357..909092d7ea 100644 --- a/core/src/test/java/apoc/text/SorensenDiceCoefficientTest.java +++ b/core/src/test/java/apoc/text/SorensenDiceCoefficientTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.text; import org.junit.Test; diff --git a/core/src/test/java/apoc/text/StringCleanTest.java b/core/src/test/java/apoc/text/StringCleanTest.java index af8caeb05b..2b08108f48 100644 --- a/core/src/test/java/apoc/text/StringCleanTest.java +++ b/core/src/test/java/apoc/text/StringCleanTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.text; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/text/StringsTest.java b/core/src/test/java/apoc/text/StringsTest.java index 9cbd5d2924..00dd04c86a 100644 --- a/core/src/test/java/apoc/text/StringsTest.java +++ b/core/src/test/java/apoc/text/StringsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.text; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/trigger/TriggerClusterRoutingTest.java b/core/src/test/java/apoc/trigger/TriggerClusterRoutingTest.java index 5637b222e4..0457c6fccf 100644 --- a/core/src/test/java/apoc/trigger/TriggerClusterRoutingTest.java +++ b/core/src/test/java/apoc/trigger/TriggerClusterRoutingTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.util.Neo4jContainerExtension; diff --git a/core/src/test/java/apoc/trigger/TriggerDisabledTest.java b/core/src/test/java/apoc/trigger/TriggerDisabledTest.java index b051193a8f..fce29966ad 100644 --- a/core/src/test/java/apoc/trigger/TriggerDisabledTest.java +++ b/core/src/test/java/apoc/trigger/TriggerDisabledTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/trigger/TriggerEnterpriseFeaturesTest.java b/core/src/test/java/apoc/trigger/TriggerEnterpriseFeaturesTest.java index 6e2e6bae6c..b3b0fd06a9 100644 --- a/core/src/test/java/apoc/trigger/TriggerEnterpriseFeaturesTest.java +++ b/core/src/test/java/apoc/trigger/TriggerEnterpriseFeaturesTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.util.Neo4jContainerExtension; diff --git a/core/src/test/java/apoc/trigger/TriggerNewProceduresTest.java b/core/src/test/java/apoc/trigger/TriggerNewProceduresTest.java index cbdb768aa0..132ed59057 100644 --- a/core/src/test/java/apoc/trigger/TriggerNewProceduresTest.java +++ b/core/src/test/java/apoc/trigger/TriggerNewProceduresTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.nodes.Nodes; diff --git a/core/src/test/java/apoc/trigger/TriggerRestartTest.java b/core/src/test/java/apoc/trigger/TriggerRestartTest.java index aabea0cb3c..1493cd934c 100644 --- a/core/src/test/java/apoc/trigger/TriggerRestartTest.java +++ b/core/src/test/java/apoc/trigger/TriggerRestartTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.ApocConfig; diff --git a/core/src/test/java/apoc/trigger/TriggerTest.java b/core/src/test/java/apoc/trigger/TriggerTest.java index 14a53223be..b3c4addec7 100644 --- a/core/src/test/java/apoc/trigger/TriggerTest.java +++ b/core/src/test/java/apoc/trigger/TriggerTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.nodes.Nodes; diff --git a/core/src/test/java/apoc/util/BinaryTestUtil.java b/core/src/test/java/apoc/util/BinaryTestUtil.java index 48a44b4569..db2f534e1a 100644 --- a/core/src/test/java/apoc/util/BinaryTestUtil.java +++ b/core/src/test/java/apoc/util/BinaryTestUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.apache.commons.io.FileUtils; diff --git a/core/src/test/java/apoc/util/DateParseUtilTest.java b/core/src/test/java/apoc/util/DateParseUtilTest.java index 4e46735f6d..4533081087 100644 --- a/core/src/test/java/apoc/util/DateParseUtilTest.java +++ b/core/src/test/java/apoc/util/DateParseUtilTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.junit.Test; diff --git a/core/src/test/java/apoc/util/FileTestUtil.java b/core/src/test/java/apoc/util/FileTestUtil.java index 7b24c3ee89..2e9cec4126 100644 --- a/core/src/test/java/apoc/util/FileTestUtil.java +++ b/core/src/test/java/apoc/util/FileTestUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import java.io.File; diff --git a/core/src/test/java/apoc/util/FixedSizeStringWriterTest.java b/core/src/test/java/apoc/util/FixedSizeStringWriterTest.java index b711717be7..0eeb1daffe 100644 --- a/core/src/test/java/apoc/util/FixedSizeStringWriterTest.java +++ b/core/src/test/java/apoc/util/FixedSizeStringWriterTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.junit.Test; diff --git a/core/src/test/java/apoc/util/MapAssertions.java b/core/src/test/java/apoc/util/MapAssertions.java index 9496970d35..9bace4de7f 100644 --- a/core/src/test/java/apoc/util/MapAssertions.java +++ b/core/src/test/java/apoc/util/MapAssertions.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.assertj.core.api.AbstractAssert; diff --git a/core/src/test/java/apoc/util/SimpleRateLimiterTest.java b/core/src/test/java/apoc/util/SimpleRateLimiterTest.java index fcf42ead8a..619c8dfa3a 100644 --- a/core/src/test/java/apoc/util/SimpleRateLimiterTest.java +++ b/core/src/test/java/apoc/util/SimpleRateLimiterTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.junit.Test; diff --git a/core/src/test/java/apoc/util/SortedArraySetTest.java b/core/src/test/java/apoc/util/SortedArraySetTest.java index 4e0a2c0ffb..16dff2ee9b 100644 --- a/core/src/test/java/apoc/util/SortedArraySetTest.java +++ b/core/src/test/java/apoc/util/SortedArraySetTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.junit.Test; diff --git a/core/src/test/java/apoc/util/UtilIT.java b/core/src/test/java/apoc/util/UtilIT.java index 7bc4d9d350..3479b433f4 100644 --- a/core/src/test/java/apoc/util/UtilIT.java +++ b/core/src/test/java/apoc/util/UtilIT.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import apoc.ApocConfig; diff --git a/core/src/test/java/apoc/util/UtilQuoteTest.java b/core/src/test/java/apoc/util/UtilQuoteTest.java index 1dc0298d38..c61dad4f70 100644 --- a/core/src/test/java/apoc/util/UtilQuoteTest.java +++ b/core/src/test/java/apoc/util/UtilQuoteTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.junit.ClassRule; diff --git a/core/src/test/java/apoc/util/UtilTest.java b/core/src/test/java/apoc/util/UtilTest.java index e44ca76706..08857ed114 100644 --- a/core/src/test/java/apoc/util/UtilTest.java +++ b/core/src/test/java/apoc/util/UtilTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.junit.BeforeClass; diff --git a/core/src/test/java/apoc/util/UtilsTest.java b/core/src/test/java/apoc/util/UtilsTest.java index 367cb410e7..2af9817293 100644 --- a/core/src/test/java/apoc/util/UtilsTest.java +++ b/core/src/test/java/apoc/util/UtilsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.hamcrest.Matchers; diff --git a/core/src/test/java/apoc/util/kernel/MultiThreadedGlobalGraphOperationsTest.java b/core/src/test/java/apoc/util/kernel/MultiThreadedGlobalGraphOperationsTest.java index ba84ed542e..0765805f68 100644 --- a/core/src/test/java/apoc/util/kernel/MultiThreadedGlobalGraphOperationsTest.java +++ b/core/src/test/java/apoc/util/kernel/MultiThreadedGlobalGraphOperationsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.kernel; import apoc.util.TestUtil; diff --git a/core/src/test/java/apoc/util/s3/S3BaseTest.java b/core/src/test/java/apoc/util/s3/S3BaseTest.java index 3538b6e5de..57e4676736 100644 --- a/core/src/test/java/apoc/util/s3/S3BaseTest.java +++ b/core/src/test/java/apoc/util/s3/S3BaseTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.s3; import org.junit.AfterClass; diff --git a/core/src/test/java/apoc/util/s3/S3Container.java b/core/src/test/java/apoc/util/s3/S3Container.java index b225f0a234..2e741a1341 100644 --- a/core/src/test/java/apoc/util/s3/S3Container.java +++ b/core/src/test/java/apoc/util/s3/S3Container.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.s3; import com.amazonaws.auth.AWSCredentialsProvider; diff --git a/core/src/test/java/apoc/util/s3/S3TestUtil.java b/core/src/test/java/apoc/util/s3/S3TestUtil.java index 6f057471fe..f3ec80961e 100644 --- a/core/src/test/java/apoc/util/s3/S3TestUtil.java +++ b/core/src/test/java/apoc/util/s3/S3TestUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.s3; import com.amazonaws.AmazonClientException; diff --git a/core/src/test/java/apoc/uuid/UuidUtilTest.java b/core/src/test/java/apoc/uuid/UuidUtilTest.java index ecced0d8b2..64a0534e19 100644 --- a/core/src/test/java/apoc/uuid/UuidUtilTest.java +++ b/core/src/test/java/apoc/uuid/UuidUtilTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.uuid; import org.junit.Test; diff --git a/core/src/test/java/apoc/warmup/WarmupTest.java b/core/src/test/java/apoc/warmup/WarmupTest.java index e31f4ec9ed..02b4648b60 100644 --- a/core/src/test/java/apoc/warmup/WarmupTest.java +++ b/core/src/test/java/apoc/warmup/WarmupTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.warmup; import apoc.util.TestUtil; diff --git a/core/src/test/java/org/neo4j/test/rule/ImpermanentDbmsRule.java b/core/src/test/java/org/neo4j/test/rule/ImpermanentDbmsRule.java index 1394905e51..558f10f6a5 100644 --- a/core/src/test/java/org/neo4j/test/rule/ImpermanentDbmsRule.java +++ b/core/src/test/java/org/neo4j/test/rule/ImpermanentDbmsRule.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.neo4j.test.rule; import org.neo4j.dbms.api.DatabaseManagementServiceBuilder; diff --git a/full/build.gradle b/full/build.gradle index c759e3b6b7..36a435bb6a 100644 --- a/full/build.gradle +++ b/full/build.gradle @@ -9,6 +9,7 @@ plugins { id "org.sonarqube" id "org.jetbrains.kotlin.jvm" version "1.6.0" id "com.diffplug.spotless" version "6.7.2" + id "com.github.hierynomus.license" } spotless { @@ -18,6 +19,21 @@ spotless { } } +licenseFormat { + def sourceFileHeader = rootProject.file("${project.rootDir}/licenses/headers/source-header.txt") + license { + header = sourceFileHeader + // what comment style to use + mapping { + java = 'SLASHSTAR_STYLE' + } + // exclude 'test/resources/**' + // exclude 'main/resources/**' + include '**/*.java' + include '**/*.kt' + } +} + archivesBaseName = "apoc" diff --git a/full/src/main/java/apoc/Extended.java b/full/src/main/java/apoc/Extended.java index fe801a0e51..440282f527 100644 --- a/full/src/main/java/apoc/Extended.java +++ b/full/src/main/java/apoc/Extended.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; public @interface Extended { diff --git a/full/src/main/java/apoc/ExtendedApocGlobalComponents.java b/full/src/main/java/apoc/ExtendedApocGlobalComponents.java index beee457bb9..e69fbbddbe 100644 --- a/full/src/main/java/apoc/ExtendedApocGlobalComponents.java +++ b/full/src/main/java/apoc/ExtendedApocGlobalComponents.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import apoc.custom.CypherProcedures; diff --git a/full/src/main/java/apoc/ExtendedRegisterComponentFactory.java b/full/src/main/java/apoc/ExtendedRegisterComponentFactory.java index 2c2707a1b8..268e257086 100644 --- a/full/src/main/java/apoc/ExtendedRegisterComponentFactory.java +++ b/full/src/main/java/apoc/ExtendedRegisterComponentFactory.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import org.neo4j.kernel.api.procedure.GlobalProcedures; diff --git a/full/src/main/java/apoc/JdbcRegistererInitFactory.java b/full/src/main/java/apoc/JdbcRegistererInitFactory.java index 9860018c0c..d051258c14 100644 --- a/full/src/main/java/apoc/JdbcRegistererInitFactory.java +++ b/full/src/main/java/apoc/JdbcRegistererInitFactory.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import apoc.load.Jdbc; diff --git a/full/src/main/java/apoc/algo/PathFindingFull.java b/full/src/main/java/apoc/algo/PathFindingFull.java index a259dc6825..ed4a837df5 100644 --- a/full/src/main/java/apoc/algo/PathFindingFull.java +++ b/full/src/main/java/apoc/algo/PathFindingFull.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.algo; import apoc.Extended; diff --git a/full/src/main/java/apoc/algo/TravellingSalesman.java b/full/src/main/java/apoc/algo/TravellingSalesman.java index 13209c6593..4b7151f403 100644 --- a/full/src/main/java/apoc/algo/TravellingSalesman.java +++ b/full/src/main/java/apoc/algo/TravellingSalesman.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.algo; import apoc.result.VirtualNode; diff --git a/full/src/main/java/apoc/bolt/Bolt.java b/full/src/main/java/apoc/bolt/Bolt.java index c630e72c61..145c719c50 100644 --- a/full/src/main/java/apoc/bolt/Bolt.java +++ b/full/src/main/java/apoc/bolt/Bolt.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.bolt; import apoc.Extended; diff --git a/full/src/main/java/apoc/bolt/BoltConfig.java b/full/src/main/java/apoc/bolt/BoltConfig.java index f0939155c1..259a1d2d9b 100644 --- a/full/src/main/java/apoc/bolt/BoltConfig.java +++ b/full/src/main/java/apoc/bolt/BoltConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.bolt; import apoc.util.Util; diff --git a/full/src/main/java/apoc/bolt/BoltConnection.java b/full/src/main/java/apoc/bolt/BoltConnection.java index 81d4deda26..48d17cb2ff 100644 --- a/full/src/main/java/apoc/bolt/BoltConnection.java +++ b/full/src/main/java/apoc/bolt/BoltConnection.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.bolt; import apoc.meta.Meta; diff --git a/full/src/main/java/apoc/bolt/ClosedAwareDelegatingIterator.java b/full/src/main/java/apoc/bolt/ClosedAwareDelegatingIterator.java index 81def27f1d..7942d255cf 100644 --- a/full/src/main/java/apoc/bolt/ClosedAwareDelegatingIterator.java +++ b/full/src/main/java/apoc/bolt/ClosedAwareDelegatingIterator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.bolt; import org.neo4j.driver.exceptions.ResultConsumedException; diff --git a/full/src/main/java/apoc/cache/Static.java b/full/src/main/java/apoc/cache/Static.java index 0c2cecd258..5f4fbde0c2 100644 --- a/full/src/main/java/apoc/cache/Static.java +++ b/full/src/main/java/apoc/cache/Static.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.cache; import apoc.ApocConfig; diff --git a/full/src/main/java/apoc/cluster/Cluster.java b/full/src/main/java/apoc/cluster/Cluster.java index b35398b719..572cb64fa4 100644 --- a/full/src/main/java/apoc/cluster/Cluster.java +++ b/full/src/main/java/apoc/cluster/Cluster.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.cluster; import apoc.Description; diff --git a/full/src/main/java/apoc/coll/CollFull.java b/full/src/main/java/apoc/coll/CollFull.java index 3cdea098ea..e5a8680d3b 100644 --- a/full/src/main/java/apoc/coll/CollFull.java +++ b/full/src/main/java/apoc/coll/CollFull.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.coll; import apoc.Extended; diff --git a/full/src/main/java/apoc/config/Config.java b/full/src/main/java/apoc/config/Config.java index 244d633a4e..402ccaa03b 100644 --- a/full/src/main/java/apoc/config/Config.java +++ b/full/src/main/java/apoc/config/Config.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.config; import apoc.ApocConfig; diff --git a/full/src/main/java/apoc/couchbase/Couchbase.java b/full/src/main/java/apoc/couchbase/Couchbase.java index 7101c1dd4c..09c1dbf1eb 100644 --- a/full/src/main/java/apoc/couchbase/Couchbase.java +++ b/full/src/main/java/apoc/couchbase/Couchbase.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.couchbase; import apoc.Extended; diff --git a/full/src/main/java/apoc/couchbase/CouchbaseConfig.java b/full/src/main/java/apoc/couchbase/CouchbaseConfig.java index e92ed29fe7..2bfc753aee 100644 --- a/full/src/main/java/apoc/couchbase/CouchbaseConfig.java +++ b/full/src/main/java/apoc/couchbase/CouchbaseConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.couchbase; import apoc.util.Util; diff --git a/full/src/main/java/apoc/couchbase/CouchbaseConnection.java b/full/src/main/java/apoc/couchbase/CouchbaseConnection.java index a7fe3a7042..70292627f3 100644 --- a/full/src/main/java/apoc/couchbase/CouchbaseConnection.java +++ b/full/src/main/java/apoc/couchbase/CouchbaseConnection.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.couchbase; import com.couchbase.client.core.env.PasswordAuthenticator; diff --git a/full/src/main/java/apoc/couchbase/CouchbaseManager.java b/full/src/main/java/apoc/couchbase/CouchbaseManager.java index 632c5be240..a1b693f98c 100644 --- a/full/src/main/java/apoc/couchbase/CouchbaseManager.java +++ b/full/src/main/java/apoc/couchbase/CouchbaseManager.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.couchbase; import com.couchbase.client.core.env.PasswordAuthenticator; diff --git a/full/src/main/java/apoc/couchbase/document/CouchbaseByteArrayDocument.java b/full/src/main/java/apoc/couchbase/document/CouchbaseByteArrayDocument.java index 3dfe23dc90..6efebc48ec 100644 --- a/full/src/main/java/apoc/couchbase/document/CouchbaseByteArrayDocument.java +++ b/full/src/main/java/apoc/couchbase/document/CouchbaseByteArrayDocument.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.couchbase.document; import com.couchbase.client.core.msg.kv.MutationToken; diff --git a/full/src/main/java/apoc/couchbase/document/CouchbaseDocument.java b/full/src/main/java/apoc/couchbase/document/CouchbaseDocument.java index 6e677c1559..8292feb0e2 100644 --- a/full/src/main/java/apoc/couchbase/document/CouchbaseDocument.java +++ b/full/src/main/java/apoc/couchbase/document/CouchbaseDocument.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.couchbase.document; import java.util.Map; diff --git a/full/src/main/java/apoc/couchbase/document/CouchbaseJsonDocument.java b/full/src/main/java/apoc/couchbase/document/CouchbaseJsonDocument.java index ea07b601d7..1c693a8467 100644 --- a/full/src/main/java/apoc/couchbase/document/CouchbaseJsonDocument.java +++ b/full/src/main/java/apoc/couchbase/document/CouchbaseJsonDocument.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.couchbase.document; import com.couchbase.client.core.msg.kv.MutationToken; diff --git a/full/src/main/java/apoc/couchbase/document/CouchbaseObjectDocument.java b/full/src/main/java/apoc/couchbase/document/CouchbaseObjectDocument.java index dc9174ed96..c4f4ab3ef2 100644 --- a/full/src/main/java/apoc/couchbase/document/CouchbaseObjectDocument.java +++ b/full/src/main/java/apoc/couchbase/document/CouchbaseObjectDocument.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.couchbase.document; import java.time.Instant; diff --git a/full/src/main/java/apoc/couchbase/document/CouchbaseQueryResult.java b/full/src/main/java/apoc/couchbase/document/CouchbaseQueryResult.java index 679382295d..52065d29ea 100644 --- a/full/src/main/java/apoc/couchbase/document/CouchbaseQueryResult.java +++ b/full/src/main/java/apoc/couchbase/document/CouchbaseQueryResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.couchbase.document; import java.util.List; diff --git a/full/src/main/java/apoc/couchbase/document/CouchbaseUtils.java b/full/src/main/java/apoc/couchbase/document/CouchbaseUtils.java index a684b415ac..1d5808212a 100644 --- a/full/src/main/java/apoc/couchbase/document/CouchbaseUtils.java +++ b/full/src/main/java/apoc/couchbase/document/CouchbaseUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.couchbase.document; import java.util.ArrayList; diff --git a/full/src/main/java/apoc/custom/CypherProcedures.java b/full/src/main/java/apoc/custom/CypherProcedures.java index 61f6e6931a..18aaf02375 100644 --- a/full/src/main/java/apoc/custom/CypherProcedures.java +++ b/full/src/main/java/apoc/custom/CypherProcedures.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.custom; import apoc.Extended; diff --git a/full/src/main/java/apoc/custom/CypherProceduresHandler.java b/full/src/main/java/apoc/custom/CypherProceduresHandler.java index 841cf36f4e..1bfe8f1abb 100644 --- a/full/src/main/java/apoc/custom/CypherProceduresHandler.java +++ b/full/src/main/java/apoc/custom/CypherProceduresHandler.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.custom; import apoc.ApocConfig; diff --git a/full/src/main/java/apoc/custom/Signatures.java b/full/src/main/java/apoc/custom/Signatures.java index 9fe45973ec..a7de3f9f01 100644 --- a/full/src/main/java/apoc/custom/Signatures.java +++ b/full/src/main/java/apoc/custom/Signatures.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.custom; import apoc.util.JsonUtil; diff --git a/full/src/main/java/apoc/cypher/CypherExtended.java b/full/src/main/java/apoc/cypher/CypherExtended.java index 9701812ce2..ff8516a92e 100644 --- a/full/src/main/java/apoc/cypher/CypherExtended.java +++ b/full/src/main/java/apoc/cypher/CypherExtended.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.cypher; import apoc.Extended; diff --git a/full/src/main/java/apoc/data/email/ExtractEmail.java b/full/src/main/java/apoc/data/email/ExtractEmail.java index 807f4fa760..0e301323fa 100644 --- a/full/src/main/java/apoc/data/email/ExtractEmail.java +++ b/full/src/main/java/apoc/data/email/ExtractEmail.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.data.email; import apoc.Extended; diff --git a/full/src/main/java/apoc/date/DateExpiry.java b/full/src/main/java/apoc/date/DateExpiry.java index 0b441d4bf3..89ef9ba9bb 100644 --- a/full/src/main/java/apoc/date/DateExpiry.java +++ b/full/src/main/java/apoc/date/DateExpiry.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.date; import apoc.Extended; diff --git a/full/src/main/java/apoc/diff/DiffConfig.java b/full/src/main/java/apoc/diff/DiffConfig.java index e0f40e30c2..05058712af 100644 --- a/full/src/main/java/apoc/diff/DiffConfig.java +++ b/full/src/main/java/apoc/diff/DiffConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.diff; import apoc.util.Util; diff --git a/full/src/main/java/apoc/diff/DiffFull.java b/full/src/main/java/apoc/diff/DiffFull.java index 889e980e52..88356edc7d 100644 --- a/full/src/main/java/apoc/diff/DiffFull.java +++ b/full/src/main/java/apoc/diff/DiffFull.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.diff; import apoc.Description; diff --git a/full/src/main/java/apoc/diff/SourceDestConfig.java b/full/src/main/java/apoc/diff/SourceDestConfig.java index 1ef8e05cb4..cd132b2667 100644 --- a/full/src/main/java/apoc/diff/SourceDestConfig.java +++ b/full/src/main/java/apoc/diff/SourceDestConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.diff; import java.util.Collections; diff --git a/full/src/main/java/apoc/dv/CSVResource.java b/full/src/main/java/apoc/dv/CSVResource.java index f9c136b0ee..b8f0c78202 100644 --- a/full/src/main/java/apoc/dv/CSVResource.java +++ b/full/src/main/java/apoc/dv/CSVResource.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.dv; import java.util.HashMap; diff --git a/full/src/main/java/apoc/dv/DataVirtualizationCatalog.java b/full/src/main/java/apoc/dv/DataVirtualizationCatalog.java index b599cb3dab..b50ae3576b 100644 --- a/full/src/main/java/apoc/dv/DataVirtualizationCatalog.java +++ b/full/src/main/java/apoc/dv/DataVirtualizationCatalog.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.dv; import apoc.ApocConfig; diff --git a/full/src/main/java/apoc/dv/DataVirtualizationCatalogHandler.java b/full/src/main/java/apoc/dv/DataVirtualizationCatalogHandler.java index 5bb88e0fee..fb307a317c 100644 --- a/full/src/main/java/apoc/dv/DataVirtualizationCatalogHandler.java +++ b/full/src/main/java/apoc/dv/DataVirtualizationCatalogHandler.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.dv; import apoc.SystemLabels; diff --git a/full/src/main/java/apoc/dv/JDBCResource.java b/full/src/main/java/apoc/dv/JDBCResource.java index 1f60a92159..f188c8d12a 100644 --- a/full/src/main/java/apoc/dv/JDBCResource.java +++ b/full/src/main/java/apoc/dv/JDBCResource.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.dv; import org.apache.commons.lang3.StringUtils; diff --git a/full/src/main/java/apoc/dv/VirtualizedResource.java b/full/src/main/java/apoc/dv/VirtualizedResource.java index f3c993ed62..43b3d7bcc9 100644 --- a/full/src/main/java/apoc/dv/VirtualizedResource.java +++ b/full/src/main/java/apoc/dv/VirtualizedResource.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.dv; import org.apache.commons.collections4.CollectionUtils; diff --git a/full/src/main/java/apoc/es/ElasticSearch.java b/full/src/main/java/apoc/es/ElasticSearch.java index c26617dc7a..d3663340e0 100644 --- a/full/src/main/java/apoc/es/ElasticSearch.java +++ b/full/src/main/java/apoc/es/ElasticSearch.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.es; import apoc.Extended; diff --git a/full/src/main/java/apoc/export/xls/ExportXls.java b/full/src/main/java/apoc/export/xls/ExportXls.java index b98fd9542e..67a722cdc8 100644 --- a/full/src/main/java/apoc/export/xls/ExportXls.java +++ b/full/src/main/java/apoc/export/xls/ExportXls.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.xls; import apoc.ApocConfig; diff --git a/full/src/main/java/apoc/generate/Generate.java b/full/src/main/java/apoc/generate/Generate.java index 16ca04011e..aeb5211551 100644 --- a/full/src/main/java/apoc/generate/Generate.java +++ b/full/src/main/java/apoc/generate/Generate.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate; import apoc.Extended; diff --git a/full/src/main/java/apoc/generate/node/SocialNetworkNodeCreator.java b/full/src/main/java/apoc/generate/node/SocialNetworkNodeCreator.java index 350f410f0c..c631a2beda 100644 --- a/full/src/main/java/apoc/generate/node/SocialNetworkNodeCreator.java +++ b/full/src/main/java/apoc/generate/node/SocialNetworkNodeCreator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.node; import com.github.javafaker.Faker; diff --git a/full/src/main/java/apoc/gephi/Gephi.java b/full/src/main/java/apoc/gephi/Gephi.java index e6855a72d6..77c2517677 100644 --- a/full/src/main/java/apoc/gephi/Gephi.java +++ b/full/src/main/java/apoc/gephi/Gephi.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.gephi; import apoc.Extended; diff --git a/full/src/main/java/apoc/get/GetProcedures.java b/full/src/main/java/apoc/get/GetProcedures.java index 6d828767b6..5c36261a76 100644 --- a/full/src/main/java/apoc/get/GetProcedures.java +++ b/full/src/main/java/apoc/get/GetProcedures.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.get; import apoc.Extended; diff --git a/full/src/main/java/apoc/json/JsonExtended.java b/full/src/main/java/apoc/json/JsonExtended.java index 22396a2fcd..7e580e560c 100644 --- a/full/src/main/java/apoc/json/JsonExtended.java +++ b/full/src/main/java/apoc/json/JsonExtended.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.json; import apoc.Extended; diff --git a/full/src/main/java/apoc/load/HtmlResultInterface.java b/full/src/main/java/apoc/load/HtmlResultInterface.java index a94051d990..1abc7841d8 100644 --- a/full/src/main/java/apoc/load/HtmlResultInterface.java +++ b/full/src/main/java/apoc/load/HtmlResultInterface.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import org.jsoup.nodes.Document; diff --git a/full/src/main/java/apoc/load/Jdbc.java b/full/src/main/java/apoc/load/Jdbc.java index 5497b0cab1..f8682f52c3 100644 --- a/full/src/main/java/apoc/load/Jdbc.java +++ b/full/src/main/java/apoc/load/Jdbc.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.Extended; diff --git a/full/src/main/java/apoc/load/LDAPResult.java b/full/src/main/java/apoc/load/LDAPResult.java index 095beefac4..57d6a8187e 100644 --- a/full/src/main/java/apoc/load/LDAPResult.java +++ b/full/src/main/java/apoc/load/LDAPResult.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import java.util.Map; diff --git a/full/src/main/java/apoc/load/LoadCsv.java b/full/src/main/java/apoc/load/LoadCsv.java index f514475b67..21741810a6 100644 --- a/full/src/main/java/apoc/load/LoadCsv.java +++ b/full/src/main/java/apoc/load/LoadCsv.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.Extended; diff --git a/full/src/main/java/apoc/load/LoadDirectory.java b/full/src/main/java/apoc/load/LoadDirectory.java index d5df16ce44..a1b601cabe 100644 --- a/full/src/main/java/apoc/load/LoadDirectory.java +++ b/full/src/main/java/apoc/load/LoadDirectory.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.ApocConfig; diff --git a/full/src/main/java/apoc/load/LoadDirectoryHandler.java b/full/src/main/java/apoc/load/LoadDirectoryHandler.java index 37c13206de..82a3d2f51b 100644 --- a/full/src/main/java/apoc/load/LoadDirectoryHandler.java +++ b/full/src/main/java/apoc/load/LoadDirectoryHandler.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.ApocConfig; diff --git a/full/src/main/java/apoc/load/LoadDirectoryItem.java b/full/src/main/java/apoc/load/LoadDirectoryItem.java index 70369106cd..dd861af42b 100644 --- a/full/src/main/java/apoc/load/LoadDirectoryItem.java +++ b/full/src/main/java/apoc/load/LoadDirectoryItem.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import org.apache.commons.lang3.StringUtils; diff --git a/full/src/main/java/apoc/load/LoadHtml.java b/full/src/main/java/apoc/load/LoadHtml.java index 795fa40ea7..c54f1f35cd 100644 --- a/full/src/main/java/apoc/load/LoadHtml.java +++ b/full/src/main/java/apoc/load/LoadHtml.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.Extended; diff --git a/full/src/main/java/apoc/load/LoadHtmlBrowser.java b/full/src/main/java/apoc/load/LoadHtmlBrowser.java index dbfa375320..bc54aec8b4 100644 --- a/full/src/main/java/apoc/load/LoadHtmlBrowser.java +++ b/full/src/main/java/apoc/load/LoadHtmlBrowser.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import io.github.bonigarcia.wdm.WebDriverManager; diff --git a/full/src/main/java/apoc/load/LoadHtmlConfig.java b/full/src/main/java/apoc/load/LoadHtmlConfig.java index 92d6b8c84a..5f698e9a43 100644 --- a/full/src/main/java/apoc/load/LoadHtmlConfig.java +++ b/full/src/main/java/apoc/load/LoadHtmlConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.util.Util; diff --git a/full/src/main/java/apoc/load/LoadLdap.java b/full/src/main/java/apoc/load/LoadLdap.java index 2eb8890dc6..d04babc110 100644 --- a/full/src/main/java/apoc/load/LoadLdap.java +++ b/full/src/main/java/apoc/load/LoadLdap.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.Extended; diff --git a/full/src/main/java/apoc/load/LoadXls.java b/full/src/main/java/apoc/load/LoadXls.java index 1ca15c38a7..5c0a6ed519 100644 --- a/full/src/main/java/apoc/load/LoadXls.java +++ b/full/src/main/java/apoc/load/LoadXls.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.Extended; diff --git a/full/src/main/java/apoc/load/PlainText.java b/full/src/main/java/apoc/load/PlainText.java index e544060210..46f09c51c2 100644 --- a/full/src/main/java/apoc/load/PlainText.java +++ b/full/src/main/java/apoc/load/PlainText.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import org.apache.commons.lang3.StringUtils; diff --git a/full/src/main/java/apoc/load/SelectElement.java b/full/src/main/java/apoc/load/SelectElement.java index f84fc5fba1..3a933b2730 100644 --- a/full/src/main/java/apoc/load/SelectElement.java +++ b/full/src/main/java/apoc/load/SelectElement.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; diff --git a/full/src/main/java/apoc/log/Logging.java b/full/src/main/java/apoc/log/Logging.java index db218a1314..a415baf658 100644 --- a/full/src/main/java/apoc/log/Logging.java +++ b/full/src/main/java/apoc/log/Logging.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.log; import apoc.ApocConfig; diff --git a/full/src/main/java/apoc/metrics/Metrics.java b/full/src/main/java/apoc/metrics/Metrics.java index 07e0731a84..fa2a381c55 100644 --- a/full/src/main/java/apoc/metrics/Metrics.java +++ b/full/src/main/java/apoc/metrics/Metrics.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.metrics; import apoc.Extended; diff --git a/full/src/main/java/apoc/model/Model.java b/full/src/main/java/apoc/model/Model.java index 1b59d2be4e..4511d77379 100644 --- a/full/src/main/java/apoc/model/Model.java +++ b/full/src/main/java/apoc/model/Model.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.model; import apoc.Extended; diff --git a/full/src/main/java/apoc/mongodb/Mongo.java b/full/src/main/java/apoc/mongodb/Mongo.java index fab878bbd2..caa10d9565 100644 --- a/full/src/main/java/apoc/mongodb/Mongo.java +++ b/full/src/main/java/apoc/mongodb/Mongo.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.mongodb; import apoc.Extended; diff --git a/full/src/main/java/apoc/mongodb/MongoDB.java b/full/src/main/java/apoc/mongodb/MongoDB.java index 10e6d8f137..1f0c01d9fe 100644 --- a/full/src/main/java/apoc/mongodb/MongoDB.java +++ b/full/src/main/java/apoc/mongodb/MongoDB.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.mongodb; import apoc.Extended; diff --git a/full/src/main/java/apoc/mongodb/MongoDBColl.java b/full/src/main/java/apoc/mongodb/MongoDBColl.java index 32df841941..8e699be73b 100644 --- a/full/src/main/java/apoc/mongodb/MongoDBColl.java +++ b/full/src/main/java/apoc/mongodb/MongoDBColl.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.mongodb; import apoc.util.Util; diff --git a/full/src/main/java/apoc/mongodb/MongoDBUtils.java b/full/src/main/java/apoc/mongodb/MongoDBUtils.java index 9c78b66e5a..7ef991deb1 100644 --- a/full/src/main/java/apoc/mongodb/MongoDBUtils.java +++ b/full/src/main/java/apoc/mongodb/MongoDBUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.mongodb; import apoc.util.JsonUtil; diff --git a/full/src/main/java/apoc/mongodb/MongoDbConfig.java b/full/src/main/java/apoc/mongodb/MongoDbConfig.java index e2fbea8265..2c773a0929 100644 --- a/full/src/main/java/apoc/mongodb/MongoDbConfig.java +++ b/full/src/main/java/apoc/mongodb/MongoDbConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.mongodb; import apoc.util.Util; diff --git a/full/src/main/java/apoc/monitor/Ids.java b/full/src/main/java/apoc/monitor/Ids.java index 163c485781..c815394fe6 100644 --- a/full/src/main/java/apoc/monitor/Ids.java +++ b/full/src/main/java/apoc/monitor/Ids.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.monitor; import apoc.Extended; diff --git a/full/src/main/java/apoc/monitor/Kernel.java b/full/src/main/java/apoc/monitor/Kernel.java index 2eb662909e..5278f1cce3 100644 --- a/full/src/main/java/apoc/monitor/Kernel.java +++ b/full/src/main/java/apoc/monitor/Kernel.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.monitor; import apoc.Extended; diff --git a/full/src/main/java/apoc/monitor/Store.java b/full/src/main/java/apoc/monitor/Store.java index 8433355ee8..57a2baa118 100644 --- a/full/src/main/java/apoc/monitor/Store.java +++ b/full/src/main/java/apoc/monitor/Store.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.monitor; import apoc.Extended; diff --git a/full/src/main/java/apoc/monitor/Transaction.java b/full/src/main/java/apoc/monitor/Transaction.java index d40c123934..c1d636f40c 100644 --- a/full/src/main/java/apoc/monitor/Transaction.java +++ b/full/src/main/java/apoc/monitor/Transaction.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.monitor; import apoc.Extended; diff --git a/full/src/main/java/apoc/nodes/NodesExtended.java b/full/src/main/java/apoc/nodes/NodesExtended.java index b2432255d4..e779528417 100644 --- a/full/src/main/java/apoc/nodes/NodesExtended.java +++ b/full/src/main/java/apoc/nodes/NodesExtended.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nodes; import apoc.Extended; diff --git a/full/src/main/java/apoc/periodic/PeriodicExtended.java b/full/src/main/java/apoc/periodic/PeriodicExtended.java index 93afb25998..63ca705616 100644 --- a/full/src/main/java/apoc/periodic/PeriodicExtended.java +++ b/full/src/main/java/apoc/periodic/PeriodicExtended.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.periodic; import apoc.Extended; diff --git a/full/src/main/java/apoc/redis/ByteArrayRedisConnection.java b/full/src/main/java/apoc/redis/ByteArrayRedisConnection.java index 02c87a7911..0e2b2f931f 100644 --- a/full/src/main/java/apoc/redis/ByteArrayRedisConnection.java +++ b/full/src/main/java/apoc/redis/ByteArrayRedisConnection.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.redis; import io.lettuce.core.Range; diff --git a/full/src/main/java/apoc/redis/IRedisConnection.java b/full/src/main/java/apoc/redis/IRedisConnection.java index 57ea6e23c3..fc1679663e 100644 --- a/full/src/main/java/apoc/redis/IRedisConnection.java +++ b/full/src/main/java/apoc/redis/IRedisConnection.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.redis; import io.lettuce.core.ScriptOutputType; diff --git a/full/src/main/java/apoc/redis/Redis.java b/full/src/main/java/apoc/redis/Redis.java index 716bfb8612..768c0914de 100644 --- a/full/src/main/java/apoc/redis/Redis.java +++ b/full/src/main/java/apoc/redis/Redis.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.redis; import apoc.Extended; diff --git a/full/src/main/java/apoc/redis/RedisConfig.java b/full/src/main/java/apoc/redis/RedisConfig.java index ac72feb75f..5876cd95c7 100644 --- a/full/src/main/java/apoc/redis/RedisConfig.java +++ b/full/src/main/java/apoc/redis/RedisConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.redis; import apoc.util.MissingDependencyException; diff --git a/full/src/main/java/apoc/redis/RedisConnection.java b/full/src/main/java/apoc/redis/RedisConnection.java index 8ac4677f12..b54d993702 100644 --- a/full/src/main/java/apoc/redis/RedisConnection.java +++ b/full/src/main/java/apoc/redis/RedisConnection.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.redis; import io.lettuce.core.ClientOptions; diff --git a/full/src/main/java/apoc/redis/StringRedisConnection.java b/full/src/main/java/apoc/redis/StringRedisConnection.java index 500ee7385c..6271b5c326 100644 --- a/full/src/main/java/apoc/redis/StringRedisConnection.java +++ b/full/src/main/java/apoc/redis/StringRedisConnection.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.redis; import io.lettuce.core.Range; diff --git a/full/src/main/java/apoc/systemdb/SystemDb.java b/full/src/main/java/apoc/systemdb/SystemDb.java index c75f32bdbc..ce62dda00b 100644 --- a/full/src/main/java/apoc/systemdb/SystemDb.java +++ b/full/src/main/java/apoc/systemdb/SystemDb.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.systemdb; import apoc.ApocConfig; diff --git a/full/src/main/java/apoc/systemdb/SystemDbConfig.java b/full/src/main/java/apoc/systemdb/SystemDbConfig.java index 66eb0f44e5..d5a4029a86 100644 --- a/full/src/main/java/apoc/systemdb/SystemDbConfig.java +++ b/full/src/main/java/apoc/systemdb/SystemDbConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.systemdb; import apoc.systemdb.metadata.ExportMetadata; diff --git a/full/src/main/java/apoc/systemdb/metadata/ExportDataVirtualization.java b/full/src/main/java/apoc/systemdb/metadata/ExportDataVirtualization.java index 3650afa754..aff23b217e 100644 --- a/full/src/main/java/apoc/systemdb/metadata/ExportDataVirtualization.java +++ b/full/src/main/java/apoc/systemdb/metadata/ExportDataVirtualization.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.systemdb.metadata; import apoc.SystemPropertyKeys; diff --git a/full/src/main/java/apoc/systemdb/metadata/ExportFunction.java b/full/src/main/java/apoc/systemdb/metadata/ExportFunction.java index c8acd9325d..3e82f38ac6 100644 --- a/full/src/main/java/apoc/systemdb/metadata/ExportFunction.java +++ b/full/src/main/java/apoc/systemdb/metadata/ExportFunction.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.systemdb.metadata; import apoc.SystemPropertyKeys; diff --git a/full/src/main/java/apoc/systemdb/metadata/ExportMetadata.java b/full/src/main/java/apoc/systemdb/metadata/ExportMetadata.java index 9556098979..9594578505 100644 --- a/full/src/main/java/apoc/systemdb/metadata/ExportMetadata.java +++ b/full/src/main/java/apoc/systemdb/metadata/ExportMetadata.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.systemdb.metadata; import apoc.SystemLabels; diff --git a/full/src/main/java/apoc/systemdb/metadata/ExportProcedure.java b/full/src/main/java/apoc/systemdb/metadata/ExportProcedure.java index 0e5f17d4bd..81d76f43ed 100644 --- a/full/src/main/java/apoc/systemdb/metadata/ExportProcedure.java +++ b/full/src/main/java/apoc/systemdb/metadata/ExportProcedure.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.systemdb.metadata; import apoc.SystemPropertyKeys; diff --git a/full/src/main/java/apoc/systemdb/metadata/ExportTrigger.java b/full/src/main/java/apoc/systemdb/metadata/ExportTrigger.java index 19a16de321..fd55c863fc 100644 --- a/full/src/main/java/apoc/systemdb/metadata/ExportTrigger.java +++ b/full/src/main/java/apoc/systemdb/metadata/ExportTrigger.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.systemdb.metadata; import apoc.SystemPropertyKeys; diff --git a/full/src/main/java/apoc/systemdb/metadata/ExportUuid.java b/full/src/main/java/apoc/systemdb/metadata/ExportUuid.java index 907927e97f..21f2b71b52 100644 --- a/full/src/main/java/apoc/systemdb/metadata/ExportUuid.java +++ b/full/src/main/java/apoc/systemdb/metadata/ExportUuid.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.systemdb.metadata; import apoc.SystemPropertyKeys; diff --git a/full/src/main/java/apoc/trigger/TriggerExtended.java b/full/src/main/java/apoc/trigger/TriggerExtended.java index 2691c5e1b5..992a866243 100644 --- a/full/src/main/java/apoc/trigger/TriggerExtended.java +++ b/full/src/main/java/apoc/trigger/TriggerExtended.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.Description; diff --git a/full/src/main/java/apoc/ttl/TTL.java b/full/src/main/java/apoc/ttl/TTL.java index 7997bd95ca..a099f7bd79 100644 --- a/full/src/main/java/apoc/ttl/TTL.java +++ b/full/src/main/java/apoc/ttl/TTL.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.ttl; import apoc.Extended; diff --git a/full/src/main/java/apoc/ttl/TTLLifeCycle.java b/full/src/main/java/apoc/ttl/TTLLifeCycle.java index 35ec84cf67..62a8edb02a 100644 --- a/full/src/main/java/apoc/ttl/TTLLifeCycle.java +++ b/full/src/main/java/apoc/ttl/TTLLifeCycle.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.ttl; import apoc.ApocConfig; diff --git a/full/src/main/java/apoc/util/EntityUtil.java b/full/src/main/java/apoc/util/EntityUtil.java index 3c0a2d5e58..f30d26363c 100644 --- a/full/src/main/java/apoc/util/EntityUtil.java +++ b/full/src/main/java/apoc/util/EntityUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.neo4j.graphalgo.impl.util.PathImpl; diff --git a/full/src/main/java/apoc/util/SystemDbUtil.java b/full/src/main/java/apoc/util/SystemDbUtil.java index 0dfc84b66c..a94acb7e84 100644 --- a/full/src/main/java/apoc/util/SystemDbUtil.java +++ b/full/src/main/java/apoc/util/SystemDbUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import apoc.SystemLabels; diff --git a/full/src/main/java/apoc/util/UriResolver.java b/full/src/main/java/apoc/util/UriResolver.java index 047e97fb2b..3e93776909 100644 --- a/full/src/main/java/apoc/util/UriResolver.java +++ b/full/src/main/java/apoc/util/UriResolver.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; diff --git a/full/src/main/java/apoc/uuid/UUIDHandlerNewProcedures.java b/full/src/main/java/apoc/uuid/UUIDHandlerNewProcedures.java index edd00defbc..1ec385a63c 100644 --- a/full/src/main/java/apoc/uuid/UUIDHandlerNewProcedures.java +++ b/full/src/main/java/apoc/uuid/UUIDHandlerNewProcedures.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.uuid; import apoc.ApocConfig; diff --git a/full/src/main/java/apoc/uuid/UUIDNewProcedures.java b/full/src/main/java/apoc/uuid/UUIDNewProcedures.java index 24f40bbd82..eb9c804019 100644 --- a/full/src/main/java/apoc/uuid/UUIDNewProcedures.java +++ b/full/src/main/java/apoc/uuid/UUIDNewProcedures.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.uuid; import apoc.Extended; diff --git a/full/src/main/java/apoc/uuid/Uuid.java b/full/src/main/java/apoc/uuid/Uuid.java index fb478a3d33..b3a0d5c7fa 100644 --- a/full/src/main/java/apoc/uuid/Uuid.java +++ b/full/src/main/java/apoc/uuid/Uuid.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.uuid; import apoc.ApocConfig; diff --git a/full/src/main/java/apoc/uuid/UuidHandler.java b/full/src/main/java/apoc/uuid/UuidHandler.java index c8fbb08d61..3681591032 100644 --- a/full/src/main/java/apoc/uuid/UuidHandler.java +++ b/full/src/main/java/apoc/uuid/UuidHandler.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.uuid; import apoc.ApocConfig; diff --git a/full/src/main/java/apoc/uuid/UuidInfo.java b/full/src/main/java/apoc/uuid/UuidInfo.java index a333c11f66..af089830ca 100644 --- a/full/src/main/java/apoc/uuid/UuidInfo.java +++ b/full/src/main/java/apoc/uuid/UuidInfo.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.uuid; import apoc.SystemPropertyKeys; diff --git a/full/src/main/kotlin/apoc/ai/service/AI.kt b/full/src/main/kotlin/apoc/ai/service/AI.kt index beb9f473d1..01ebfaa15b 100644 --- a/full/src/main/kotlin/apoc/ai/service/AI.kt +++ b/full/src/main/kotlin/apoc/ai/service/AI.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.ai.service import apoc.result.MapResult diff --git a/full/src/main/kotlin/apoc/nlp/NLPHelperFunctions.kt b/full/src/main/kotlin/apoc/nlp/NLPHelperFunctions.kt index 409bf71eb9..9876d7b45b 100644 --- a/full/src/main/kotlin/apoc/nlp/NLPHelperFunctions.kt +++ b/full/src/main/kotlin/apoc/nlp/NLPHelperFunctions.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp import org.neo4j.graphdb.Direction diff --git a/full/src/main/kotlin/apoc/nlp/NLPVirtualGraph.kt b/full/src/main/kotlin/apoc/nlp/NLPVirtualGraph.kt index 19a3d15f9d..0d49dbf1b0 100644 --- a/full/src/main/kotlin/apoc/nlp/NLPVirtualGraph.kt +++ b/full/src/main/kotlin/apoc/nlp/NLPVirtualGraph.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp import apoc.result.VirtualGraph diff --git a/full/src/main/kotlin/apoc/nlp/aws/AWSClient.kt b/full/src/main/kotlin/apoc/nlp/aws/AWSClient.kt index cc51a77bdf..a55838c1dc 100644 --- a/full/src/main/kotlin/apoc/nlp/aws/AWSClient.kt +++ b/full/src/main/kotlin/apoc/nlp/aws/AWSClient.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import com.amazonaws.services.comprehend.model.BatchDetectEntitiesResult diff --git a/full/src/main/kotlin/apoc/nlp/aws/AWSProcedures.kt b/full/src/main/kotlin/apoc/nlp/aws/AWSProcedures.kt index 898854c46e..449e5928e9 100644 --- a/full/src/main/kotlin/apoc/nlp/aws/AWSProcedures.kt +++ b/full/src/main/kotlin/apoc/nlp/aws/AWSProcedures.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import apoc.Extended diff --git a/full/src/main/kotlin/apoc/nlp/aws/AWSVirtualEntitiesGraph.kt b/full/src/main/kotlin/apoc/nlp/aws/AWSVirtualEntitiesGraph.kt index 83aa430860..8bfbac09e0 100644 --- a/full/src/main/kotlin/apoc/nlp/aws/AWSVirtualEntitiesGraph.kt +++ b/full/src/main/kotlin/apoc/nlp/aws/AWSVirtualEntitiesGraph.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import apoc.graph.document.builder.DocumentToGraph diff --git a/full/src/main/kotlin/apoc/nlp/aws/AWSVirtualKeyPhrasesGraph.kt b/full/src/main/kotlin/apoc/nlp/aws/AWSVirtualKeyPhrasesGraph.kt index 1ce74df126..37cc790bff 100644 --- a/full/src/main/kotlin/apoc/nlp/aws/AWSVirtualKeyPhrasesGraph.kt +++ b/full/src/main/kotlin/apoc/nlp/aws/AWSVirtualKeyPhrasesGraph.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import apoc.graph.document.builder.DocumentToGraph diff --git a/full/src/main/kotlin/apoc/nlp/aws/AWSVirtualSentimentVirtualGraph.kt b/full/src/main/kotlin/apoc/nlp/aws/AWSVirtualSentimentVirtualGraph.kt index 5ea312dd08..77be3f896a 100644 --- a/full/src/main/kotlin/apoc/nlp/aws/AWSVirtualSentimentVirtualGraph.kt +++ b/full/src/main/kotlin/apoc/nlp/aws/AWSVirtualSentimentVirtualGraph.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import apoc.nlp.NLPVirtualGraph diff --git a/full/src/main/kotlin/apoc/nlp/aws/DummyAWSClient.kt b/full/src/main/kotlin/apoc/nlp/aws/DummyAWSClient.kt index 93beaca79a..019bb0a319 100644 --- a/full/src/main/kotlin/apoc/nlp/aws/DummyAWSClient.kt +++ b/full/src/main/kotlin/apoc/nlp/aws/DummyAWSClient.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import com.amazonaws.services.comprehend.model.* diff --git a/full/src/main/kotlin/apoc/nlp/aws/RealAWSClient.kt b/full/src/main/kotlin/apoc/nlp/aws/RealAWSClient.kt index b95cfae312..c934343c4a 100644 --- a/full/src/main/kotlin/apoc/nlp/aws/RealAWSClient.kt +++ b/full/src/main/kotlin/apoc/nlp/aws/RealAWSClient.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import apoc.result.MapResult diff --git a/full/src/main/kotlin/apoc/nlp/azure/AzureClient.kt b/full/src/main/kotlin/apoc/nlp/azure/AzureClient.kt index 41e972a66a..d7f73627a5 100644 --- a/full/src/main/kotlin/apoc/nlp/azure/AzureClient.kt +++ b/full/src/main/kotlin/apoc/nlp/azure/AzureClient.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.azure import org.neo4j.graphdb.Node diff --git a/full/src/main/kotlin/apoc/nlp/azure/AzureProcedures.kt b/full/src/main/kotlin/apoc/nlp/azure/AzureProcedures.kt index 5e3c7625da..5977ed37fb 100755 --- a/full/src/main/kotlin/apoc/nlp/azure/AzureProcedures.kt +++ b/full/src/main/kotlin/apoc/nlp/azure/AzureProcedures.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.azure diff --git a/full/src/main/kotlin/apoc/nlp/azure/azure/AzureVirtualEntitiesGraph.kt b/full/src/main/kotlin/apoc/nlp/azure/azure/AzureVirtualEntitiesGraph.kt index 06f1be89f5..6efbbf2c3f 100644 --- a/full/src/main/kotlin/apoc/nlp/azure/azure/AzureVirtualEntitiesGraph.kt +++ b/full/src/main/kotlin/apoc/nlp/azure/azure/AzureVirtualEntitiesGraph.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.azure import apoc.graph.document.builder.DocumentToGraph diff --git a/full/src/main/kotlin/apoc/nlp/azure/azure/AzureVirtualKeyPhrasesGraph.kt b/full/src/main/kotlin/apoc/nlp/azure/azure/AzureVirtualKeyPhrasesGraph.kt index 3b6e1ac2de..a26afb50a1 100644 --- a/full/src/main/kotlin/apoc/nlp/azure/azure/AzureVirtualKeyPhrasesGraph.kt +++ b/full/src/main/kotlin/apoc/nlp/azure/azure/AzureVirtualKeyPhrasesGraph.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.azure import apoc.graph.document.builder.DocumentToGraph diff --git a/full/src/main/kotlin/apoc/nlp/azure/azure/AzureVirtualSentimentVirtualGraph.kt b/full/src/main/kotlin/apoc/nlp/azure/azure/AzureVirtualSentimentVirtualGraph.kt index 4455954a28..396bc1aff9 100644 --- a/full/src/main/kotlin/apoc/nlp/azure/azure/AzureVirtualSentimentVirtualGraph.kt +++ b/full/src/main/kotlin/apoc/nlp/azure/azure/AzureVirtualSentimentVirtualGraph.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.azure import apoc.nlp.NLPVirtualGraph diff --git a/full/src/main/kotlin/apoc/nlp/azure/azure/DummyAzureClient.kt b/full/src/main/kotlin/apoc/nlp/azure/azure/DummyAzureClient.kt index bf062cbd89..73e49ebc69 100644 --- a/full/src/main/kotlin/apoc/nlp/azure/azure/DummyAzureClient.kt +++ b/full/src/main/kotlin/apoc/nlp/azure/azure/DummyAzureClient.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.azure import org.neo4j.graphdb.Node diff --git a/full/src/main/kotlin/apoc/nlp/azure/azure/RealAzureClient.kt b/full/src/main/kotlin/apoc/nlp/azure/azure/RealAzureClient.kt index deb919fe7e..15c783696f 100644 --- a/full/src/main/kotlin/apoc/nlp/azure/azure/RealAzureClient.kt +++ b/full/src/main/kotlin/apoc/nlp/azure/azure/RealAzureClient.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.azure import apoc.result.NodeWithMapResult diff --git a/full/src/main/kotlin/apoc/nlp/gcp/DummyGCPClient.kt b/full/src/main/kotlin/apoc/nlp/gcp/DummyGCPClient.kt index 22e24fb529..2768eb271e 100644 --- a/full/src/main/kotlin/apoc/nlp/gcp/DummyGCPClient.kt +++ b/full/src/main/kotlin/apoc/nlp/gcp/DummyGCPClient.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.gcp import apoc.result.NodeValueErrorMapResult diff --git a/full/src/main/kotlin/apoc/nlp/gcp/GCPProcedures.kt b/full/src/main/kotlin/apoc/nlp/gcp/GCPProcedures.kt index 079dc8dbcb..123dcdd2c8 100644 --- a/full/src/main/kotlin/apoc/nlp/gcp/GCPProcedures.kt +++ b/full/src/main/kotlin/apoc/nlp/gcp/GCPProcedures.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.gcp import apoc.Extended diff --git a/full/src/main/kotlin/apoc/nlp/gcp/GCPVirtualClassificationGraph.kt b/full/src/main/kotlin/apoc/nlp/gcp/GCPVirtualClassificationGraph.kt index 0347be140e..35ff2fbc65 100644 --- a/full/src/main/kotlin/apoc/nlp/gcp/GCPVirtualClassificationGraph.kt +++ b/full/src/main/kotlin/apoc/nlp/gcp/GCPVirtualClassificationGraph.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.gcp import apoc.graph.document.builder.DocumentToGraph diff --git a/full/src/main/kotlin/apoc/nlp/gcp/GCPVirtualEntitiesGraph.kt b/full/src/main/kotlin/apoc/nlp/gcp/GCPVirtualEntitiesGraph.kt index 35fe1e943e..48d398db8d 100644 --- a/full/src/main/kotlin/apoc/nlp/gcp/GCPVirtualEntitiesGraph.kt +++ b/full/src/main/kotlin/apoc/nlp/gcp/GCPVirtualEntitiesGraph.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.gcp import apoc.graph.document.builder.DocumentToGraph diff --git a/full/src/main/kotlin/apoc/nlp/gcp/RealGCPClient.kt b/full/src/main/kotlin/apoc/nlp/gcp/RealGCPClient.kt index 0a68fdd8e3..2b8257fe25 100644 --- a/full/src/main/kotlin/apoc/nlp/gcp/RealGCPClient.kt +++ b/full/src/main/kotlin/apoc/nlp/gcp/RealGCPClient.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.gcp import apoc.result.NodeValueErrorMapResult diff --git a/full/src/test/java/DocsTest.java b/full/src/test/java/DocsTest.java index 651f8c5c0e..6e4b8838d6 100644 --- a/full/src/test/java/DocsTest.java +++ b/full/src/test/java/DocsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import apoc.util.TestUtil; import org.jetbrains.annotations.NotNull; import org.junit.Before; diff --git a/full/src/test/java/DocumentationGenerator.java b/full/src/test/java/DocumentationGenerator.java index 845a6a730a..161729e415 100644 --- a/full/src/test/java/DocumentationGenerator.java +++ b/full/src/test/java/DocumentationGenerator.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import org.jetbrains.annotations.NotNull; import org.neo4j.common.DependencyResolver; import org.neo4j.internal.kernel.api.procs.*; diff --git a/full/src/test/java/apoc/CoreExtendedTest.java b/full/src/test/java/apoc/CoreExtendedTest.java index cba097bf44..f450014394 100644 --- a/full/src/test/java/apoc/CoreExtendedTest.java +++ b/full/src/test/java/apoc/CoreExtendedTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc; import apoc.util.Neo4jContainerExtension; diff --git a/full/src/test/java/apoc/algo/PathFindingFullTest.java b/full/src/test/java/apoc/algo/PathFindingFullTest.java index e037eff49a..fc21daf4c2 100644 --- a/full/src/test/java/apoc/algo/PathFindingFullTest.java +++ b/full/src/test/java/apoc/algo/PathFindingFullTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.algo; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/bolt/BoltTest.java b/full/src/test/java/apoc/bolt/BoltTest.java index dc5f09a768..3f0e27a40a 100644 --- a/full/src/test/java/apoc/bolt/BoltTest.java +++ b/full/src/test/java/apoc/bolt/BoltTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.bolt; import apoc.cypher.Cypher; diff --git a/full/src/test/java/apoc/cache/StaticTest.java b/full/src/test/java/apoc/cache/StaticTest.java index 7958d6407a..7024df2308 100644 --- a/full/src/test/java/apoc/cache/StaticTest.java +++ b/full/src/test/java/apoc/cache/StaticTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.cache; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/coll/CollFullTest.java b/full/src/test/java/apoc/coll/CollFullTest.java index 98fa639ab4..219e252292 100644 --- a/full/src/test/java/apoc/coll/CollFullTest.java +++ b/full/src/test/java/apoc/coll/CollFullTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.coll; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/config/ConfigTest.java b/full/src/test/java/apoc/config/ConfigTest.java index 0ee3480824..eeef1c7d68 100644 --- a/full/src/test/java/apoc/config/ConfigTest.java +++ b/full/src/test/java/apoc/config/ConfigTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.config; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/couchbase/CouchbaseIT.java b/full/src/test/java/apoc/couchbase/CouchbaseIT.java index 0d99d0ba71..ee308bc47f 100644 --- a/full/src/test/java/apoc/couchbase/CouchbaseIT.java +++ b/full/src/test/java/apoc/couchbase/CouchbaseIT.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.couchbase; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/couchbase/CouchbaseTestUtils.java b/full/src/test/java/apoc/couchbase/CouchbaseTestUtils.java index daae621964..09c3663058 100644 --- a/full/src/test/java/apoc/couchbase/CouchbaseTestUtils.java +++ b/full/src/test/java/apoc/couchbase/CouchbaseTestUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.couchbase; import apoc.couchbase.document.CouchbaseJsonDocument; diff --git a/full/src/test/java/apoc/custom/CypherProceduresClusterTest.java b/full/src/test/java/apoc/custom/CypherProceduresClusterTest.java index 797962c2ed..69bc0cc943 100644 --- a/full/src/test/java/apoc/custom/CypherProceduresClusterTest.java +++ b/full/src/test/java/apoc/custom/CypherProceduresClusterTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.custom; import apoc.util.TestContainerUtil; diff --git a/full/src/test/java/apoc/custom/CypherProceduresStorageTest.java b/full/src/test/java/apoc/custom/CypherProceduresStorageTest.java index ad236f0384..245b2c0c88 100644 --- a/full/src/test/java/apoc/custom/CypherProceduresStorageTest.java +++ b/full/src/test/java/apoc/custom/CypherProceduresStorageTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.custom; import apoc.path.PathExplorer; diff --git a/full/src/test/java/apoc/custom/CypherProceduresTest.java b/full/src/test/java/apoc/custom/CypherProceduresTest.java index dca191dc38..d25a25be59 100644 --- a/full/src/test/java/apoc/custom/CypherProceduresTest.java +++ b/full/src/test/java/apoc/custom/CypherProceduresTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.custom; import apoc.RegisterComponentFactory; diff --git a/full/src/test/java/apoc/custom/SignatureTest.java b/full/src/test/java/apoc/custom/SignatureTest.java index 5fac58baef..87a08c15fc 100644 --- a/full/src/test/java/apoc/custom/SignatureTest.java +++ b/full/src/test/java/apoc/custom/SignatureTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.custom; import apoc.util.Util; diff --git a/full/src/test/java/apoc/cypher/CypherEnterpriseTest.java b/full/src/test/java/apoc/cypher/CypherEnterpriseTest.java index 2d9d8add5a..935bd92fcc 100644 --- a/full/src/test/java/apoc/cypher/CypherEnterpriseTest.java +++ b/full/src/test/java/apoc/cypher/CypherEnterpriseTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.cypher; import apoc.util.Neo4jContainerExtension; diff --git a/full/src/test/java/apoc/cypher/CypherExtendedTest.java b/full/src/test/java/apoc/cypher/CypherExtendedTest.java index 4d58181fed..3b57560e97 100644 --- a/full/src/test/java/apoc/cypher/CypherExtendedTest.java +++ b/full/src/test/java/apoc/cypher/CypherExtendedTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.cypher; import apoc.text.Strings; diff --git a/full/src/test/java/apoc/data/email/ExtractEmailTest.java b/full/src/test/java/apoc/data/email/ExtractEmailTest.java index 8a51a3fe23..5be2db3309 100644 --- a/full/src/test/java/apoc/data/email/ExtractEmailTest.java +++ b/full/src/test/java/apoc/data/email/ExtractEmailTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.data.email; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/date/TTLTest.java b/full/src/test/java/apoc/date/TTLTest.java index e27afe69a8..3be19d273e 100644 --- a/full/src/test/java/apoc/date/TTLTest.java +++ b/full/src/test/java/apoc/date/TTLTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.date; import apoc.periodic.Periodic; diff --git a/full/src/test/java/apoc/diff/DiffFullTest.java b/full/src/test/java/apoc/diff/DiffFullTest.java index 6a5aaa9e07..401086c38f 100644 --- a/full/src/test/java/apoc/diff/DiffFullTest.java +++ b/full/src/test/java/apoc/diff/DiffFullTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.diff; import apoc.bolt.Bolt; diff --git a/full/src/test/java/apoc/dv/DataVirtualizationCatalogTest.java b/full/src/test/java/apoc/dv/DataVirtualizationCatalogTest.java index 5426e91648..12a08f4ca3 100644 --- a/full/src/test/java/apoc/dv/DataVirtualizationCatalogTest.java +++ b/full/src/test/java/apoc/dv/DataVirtualizationCatalogTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.dv; import apoc.ApocSettings; diff --git a/full/src/test/java/apoc/es/ElasticSearchTest.java b/full/src/test/java/apoc/es/ElasticSearchTest.java index 4d53ce04f5..665b3a12f5 100644 --- a/full/src/test/java/apoc/es/ElasticSearchTest.java +++ b/full/src/test/java/apoc/es/ElasticSearchTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.es; import apoc.util.JsonUtil; diff --git a/full/src/test/java/apoc/export/ExportFullSecurityTest.java b/full/src/test/java/apoc/export/ExportFullSecurityTest.java index 06685557a1..44c96ccbfb 100644 --- a/full/src/test/java/apoc/export/ExportFullSecurityTest.java +++ b/full/src/test/java/apoc/export/ExportFullSecurityTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export; import apoc.ApocConfig; diff --git a/full/src/test/java/apoc/export/csv/ExportCsvTest.java b/full/src/test/java/apoc/export/csv/ExportCsvTest.java index 6b6c733d91..2e314208dc 100644 --- a/full/src/test/java/apoc/export/csv/ExportCsvTest.java +++ b/full/src/test/java/apoc/export/csv/ExportCsvTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import apoc.ApocSettings; diff --git a/full/src/test/java/apoc/export/csv/ExportXlsTest.java b/full/src/test/java/apoc/export/csv/ExportXlsTest.java index 9ab9600f3d..e8001fd1b9 100644 --- a/full/src/test/java/apoc/export/csv/ExportXlsTest.java +++ b/full/src/test/java/apoc/export/csv/ExportXlsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.export.csv; import apoc.ApocSettings; diff --git a/full/src/test/java/apoc/generate/BarabasiAlbertGeneratorParameterizedTest.java b/full/src/test/java/apoc/generate/BarabasiAlbertGeneratorParameterizedTest.java index 50fe3e113a..146458d42c 100644 --- a/full/src/test/java/apoc/generate/BarabasiAlbertGeneratorParameterizedTest.java +++ b/full/src/test/java/apoc/generate/BarabasiAlbertGeneratorParameterizedTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate; import apoc.generate.config.BarabasiAlbertConfig; diff --git a/full/src/test/java/apoc/generate/BarabasiAlbertGeneratorTest.java b/full/src/test/java/apoc/generate/BarabasiAlbertGeneratorTest.java index f655b50833..62cc9f4892 100644 --- a/full/src/test/java/apoc/generate/BarabasiAlbertGeneratorTest.java +++ b/full/src/test/java/apoc/generate/BarabasiAlbertGeneratorTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate; import apoc.generate.config.BarabasiAlbertConfig; diff --git a/full/src/test/java/apoc/generate/ErdosRenyiGeneratorLargeTest.java b/full/src/test/java/apoc/generate/ErdosRenyiGeneratorLargeTest.java index 55341b23a6..5253cc0944 100644 --- a/full/src/test/java/apoc/generate/ErdosRenyiGeneratorLargeTest.java +++ b/full/src/test/java/apoc/generate/ErdosRenyiGeneratorLargeTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate; import apoc.generate.config.ErdosRenyiConfig; diff --git a/full/src/test/java/apoc/generate/ErdosRenyiGeneratorTest.java b/full/src/test/java/apoc/generate/ErdosRenyiGeneratorTest.java index ffd7d1daa0..5f236bd6cb 100644 --- a/full/src/test/java/apoc/generate/ErdosRenyiGeneratorTest.java +++ b/full/src/test/java/apoc/generate/ErdosRenyiGeneratorTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate; import apoc.generate.config.BasicGeneratorConfig; diff --git a/full/src/test/java/apoc/generate/GenerateTest.java b/full/src/test/java/apoc/generate/GenerateTest.java index db8f2b2a34..6238a04c48 100644 --- a/full/src/test/java/apoc/generate/GenerateTest.java +++ b/full/src/test/java/apoc/generate/GenerateTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/generate/Neo4jGraphGeneratorTest.java b/full/src/test/java/apoc/generate/Neo4jGraphGeneratorTest.java index 6999cb3917..b7f571d56e 100644 --- a/full/src/test/java/apoc/generate/Neo4jGraphGeneratorTest.java +++ b/full/src/test/java/apoc/generate/Neo4jGraphGeneratorTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate; import apoc.generate.config.BasicGeneratorConfig; diff --git a/full/src/test/java/apoc/generate/WattsStrogatzGeneratorTest.java b/full/src/test/java/apoc/generate/WattsStrogatzGeneratorTest.java index 038a7f6eeb..04cd0099fe 100644 --- a/full/src/test/java/apoc/generate/WattsStrogatzGeneratorTest.java +++ b/full/src/test/java/apoc/generate/WattsStrogatzGeneratorTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate; import apoc.generate.config.BasicGeneratorConfig; diff --git a/full/src/test/java/apoc/generate/relationship/ErdosRenyiGraphRelationshipGeneratorTest.java b/full/src/test/java/apoc/generate/relationship/ErdosRenyiGraphRelationshipGeneratorTest.java index ea56903beb..8685c09236 100644 --- a/full/src/test/java/apoc/generate/relationship/ErdosRenyiGraphRelationshipGeneratorTest.java +++ b/full/src/test/java/apoc/generate/relationship/ErdosRenyiGraphRelationshipGeneratorTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.generate.relationship; import apoc.generate.Generate; diff --git a/full/src/test/java/apoc/gephi/GephiTest.java b/full/src/test/java/apoc/gephi/GephiTest.java index 6bbc41006b..09c46e6e5c 100644 --- a/full/src/test/java/apoc/gephi/GephiTest.java +++ b/full/src/test/java/apoc/gephi/GephiTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.gephi; import org.junit.BeforeClass; diff --git a/full/src/test/java/apoc/get/GetProceduresTest.java b/full/src/test/java/apoc/get/GetProceduresTest.java index d09f151b3a..5553a7c0fa 100644 --- a/full/src/test/java/apoc/get/GetProceduresTest.java +++ b/full/src/test/java/apoc/get/GetProceduresTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.get; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/help/HelpExtendedTest.java b/full/src/test/java/apoc/help/HelpExtendedTest.java index 54066e59b0..c28913f980 100644 --- a/full/src/test/java/apoc/help/HelpExtendedTest.java +++ b/full/src/test/java/apoc/help/HelpExtendedTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.help; import apoc.Extended; diff --git a/full/src/test/java/apoc/json/JsonExtendedTest.java b/full/src/test/java/apoc/json/JsonExtendedTest.java index f954cd0012..d6fa06f249 100644 --- a/full/src/test/java/apoc/json/JsonExtendedTest.java +++ b/full/src/test/java/apoc/json/JsonExtendedTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.json; import apoc.convert.Json; diff --git a/full/src/test/java/apoc/load/AbstractJdbcTest.java b/full/src/test/java/apoc/load/AbstractJdbcTest.java index 2549921ddb..54a03b735c 100644 --- a/full/src/test/java/apoc/load/AbstractJdbcTest.java +++ b/full/src/test/java/apoc/load/AbstractJdbcTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.util.Util; diff --git a/full/src/test/java/apoc/load/CassandraJdbcTest.java b/full/src/test/java/apoc/load/CassandraJdbcTest.java index 1243616ec0..eb143fd817 100644 --- a/full/src/test/java/apoc/load/CassandraJdbcTest.java +++ b/full/src/test/java/apoc/load/CassandraJdbcTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/load/JdbcTest.java b/full/src/test/java/apoc/load/JdbcTest.java index d3cb1f1d58..a4b47f3301 100644 --- a/full/src/test/java/apoc/load/JdbcTest.java +++ b/full/src/test/java/apoc/load/JdbcTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.periodic.Periodic; diff --git a/full/src/test/java/apoc/load/LoadCsvTest.java b/full/src/test/java/apoc/load/LoadCsvTest.java index eb9587db80..cd6f0cca7f 100644 --- a/full/src/test/java/apoc/load/LoadCsvTest.java +++ b/full/src/test/java/apoc/load/LoadCsvTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.ApocSettings; diff --git a/full/src/test/java/apoc/load/LoadDirectoryTest.java b/full/src/test/java/apoc/load/LoadDirectoryTest.java index 22472b3a42..ef68d1bf06 100644 --- a/full/src/test/java/apoc/load/LoadDirectoryTest.java +++ b/full/src/test/java/apoc/load/LoadDirectoryTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/load/LoadFullSecurityTest.java b/full/src/test/java/apoc/load/LoadFullSecurityTest.java index e21e3135eb..1840e0687d 100644 --- a/full/src/test/java/apoc/load/LoadFullSecurityTest.java +++ b/full/src/test/java/apoc/load/LoadFullSecurityTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.ApocConfig; diff --git a/full/src/test/java/apoc/load/LoadGoogleCloudStorageTest.java b/full/src/test/java/apoc/load/LoadGoogleCloudStorageTest.java index 7339ec77a5..07c9d69813 100644 --- a/full/src/test/java/apoc/load/LoadGoogleCloudStorageTest.java +++ b/full/src/test/java/apoc/load/LoadGoogleCloudStorageTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/load/LoadHdfsTest.java b/full/src/test/java/apoc/load/LoadHdfsTest.java index ab186e3c03..60b435e610 100644 --- a/full/src/test/java/apoc/load/LoadHdfsTest.java +++ b/full/src/test/java/apoc/load/LoadHdfsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.ApocSettings; diff --git a/full/src/test/java/apoc/load/LoadHtmlTest.java b/full/src/test/java/apoc/load/LoadHtmlTest.java index fcb6f1bc7f..c099456da0 100644 --- a/full/src/test/java/apoc/load/LoadHtmlTest.java +++ b/full/src/test/java/apoc/load/LoadHtmlTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.ApocSettings; diff --git a/full/src/test/java/apoc/load/LoadHtmlTestParameterized.java b/full/src/test/java/apoc/load/LoadHtmlTestParameterized.java index 50655838e1..706bc88297 100644 --- a/full/src/test/java/apoc/load/LoadHtmlTestParameterized.java +++ b/full/src/test/java/apoc/load/LoadHtmlTestParameterized.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.ApocSettings; diff --git a/full/src/test/java/apoc/load/LoadLdapTest.java b/full/src/test/java/apoc/load/LoadLdapTest.java index 3171c2c7fd..de6f3e07cd 100644 --- a/full/src/test/java/apoc/load/LoadLdapTest.java +++ b/full/src/test/java/apoc/load/LoadLdapTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; diff --git a/full/src/test/java/apoc/load/LoadS3Test.java b/full/src/test/java/apoc/load/LoadS3Test.java index 0db6856b1c..ad5af98042 100644 --- a/full/src/test/java/apoc/load/LoadS3Test.java +++ b/full/src/test/java/apoc/load/LoadS3Test.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.ApocSettings; diff --git a/full/src/test/java/apoc/load/LoadXlsTest.java b/full/src/test/java/apoc/load/LoadXlsTest.java index f8a652df05..94dcedef11 100644 --- a/full/src/test/java/apoc/load/LoadXlsTest.java +++ b/full/src/test/java/apoc/load/LoadXlsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.ApocSettings; diff --git a/full/src/test/java/apoc/load/PostgresJdbcTest.java b/full/src/test/java/apoc/load/PostgresJdbcTest.java index f0531f7d09..dfb0f19894 100644 --- a/full/src/test/java/apoc/load/PostgresJdbcTest.java +++ b/full/src/test/java/apoc/load/PostgresJdbcTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/load/relative/LoadRelativePathTest.java b/full/src/test/java/apoc/load/relative/LoadRelativePathTest.java index 549fa2aeb3..92fc58e20c 100644 --- a/full/src/test/java/apoc/load/relative/LoadRelativePathTest.java +++ b/full/src/test/java/apoc/load/relative/LoadRelativePathTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.load.relative; import apoc.ApocSettings; diff --git a/full/src/test/java/apoc/log/LoggingTest.java b/full/src/test/java/apoc/log/LoggingTest.java index 8b219defde..7d2cf36421 100644 --- a/full/src/test/java/apoc/log/LoggingTest.java +++ b/full/src/test/java/apoc/log/LoggingTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.log; import apoc.ApocConfig; diff --git a/full/src/test/java/apoc/metrics/MetricsTest.java b/full/src/test/java/apoc/metrics/MetricsTest.java index 157f7f2f35..c798054145 100644 --- a/full/src/test/java/apoc/metrics/MetricsTest.java +++ b/full/src/test/java/apoc/metrics/MetricsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.metrics; import apoc.util.Neo4jContainerExtension; diff --git a/full/src/test/java/apoc/model/ModelTest.java b/full/src/test/java/apoc/model/ModelTest.java index d457464355..d4661de31e 100644 --- a/full/src/test/java/apoc/model/ModelTest.java +++ b/full/src/test/java/apoc/model/ModelTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.model; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/mongodb/MongoDBTest.java b/full/src/test/java/apoc/mongodb/MongoDBTest.java index d5d2745422..c87f71ddd2 100644 --- a/full/src/test/java/apoc/mongodb/MongoDBTest.java +++ b/full/src/test/java/apoc/mongodb/MongoDBTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.mongodb; import apoc.graph.Graphs; diff --git a/full/src/test/java/apoc/mongodb/MongoTest.java b/full/src/test/java/apoc/mongodb/MongoTest.java index 8852e09033..1848ddc237 100644 --- a/full/src/test/java/apoc/mongodb/MongoTest.java +++ b/full/src/test/java/apoc/mongodb/MongoTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.mongodb; import apoc.graph.Graphs; diff --git a/full/src/test/java/apoc/mongodb/MongoTestBase.java b/full/src/test/java/apoc/mongodb/MongoTestBase.java index 3679c069fa..e84363ac0b 100644 --- a/full/src/test/java/apoc/mongodb/MongoTestBase.java +++ b/full/src/test/java/apoc/mongodb/MongoTestBase.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.mongodb; import apoc.util.JsonUtil; diff --git a/full/src/test/java/apoc/monitor/IdsProcedureTest.java b/full/src/test/java/apoc/monitor/IdsProcedureTest.java index ec8517c81c..4060838ff6 100644 --- a/full/src/test/java/apoc/monitor/IdsProcedureTest.java +++ b/full/src/test/java/apoc/monitor/IdsProcedureTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.monitor; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/monitor/KernelProcedureTest.java b/full/src/test/java/apoc/monitor/KernelProcedureTest.java index ebc953b611..964c5eb758 100644 --- a/full/src/test/java/apoc/monitor/KernelProcedureTest.java +++ b/full/src/test/java/apoc/monitor/KernelProcedureTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.monitor; import apoc.date.Date; diff --git a/full/src/test/java/apoc/monitor/StoreInfoProcedureTest.java b/full/src/test/java/apoc/monitor/StoreInfoProcedureTest.java index bcfbb8e712..59c6f07d0a 100644 --- a/full/src/test/java/apoc/monitor/StoreInfoProcedureTest.java +++ b/full/src/test/java/apoc/monitor/StoreInfoProcedureTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.monitor; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/monitor/TransactionProcedureTest.java b/full/src/test/java/apoc/monitor/TransactionProcedureTest.java index 25d142c203..f6793b2100 100644 --- a/full/src/test/java/apoc/monitor/TransactionProcedureTest.java +++ b/full/src/test/java/apoc/monitor/TransactionProcedureTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.monitor; import apoc.cypher.CypherInitializer; diff --git a/full/src/test/java/apoc/nodes/NodesExtendedTest.java b/full/src/test/java/apoc/nodes/NodesExtendedTest.java index e0411c0297..023a666abc 100644 --- a/full/src/test/java/apoc/nodes/NodesExtendedTest.java +++ b/full/src/test/java/apoc/nodes/NodesExtendedTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nodes; import apoc.create.Create; diff --git a/full/src/test/java/apoc/periodic/PeriodicExtendedTest.java b/full/src/test/java/apoc/periodic/PeriodicExtendedTest.java index faf840ada6..4d96eecd8a 100644 --- a/full/src/test/java/apoc/periodic/PeriodicExtendedTest.java +++ b/full/src/test/java/apoc/periodic/PeriodicExtendedTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.periodic; import apoc.create.Create; diff --git a/full/src/test/java/apoc/redis/RedisTest.java b/full/src/test/java/apoc/redis/RedisTest.java index 8e1874cc80..a368f49fff 100644 --- a/full/src/test/java/apoc/redis/RedisTest.java +++ b/full/src/test/java/apoc/redis/RedisTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.redis; import apoc.util.TestUtil; diff --git a/full/src/test/java/apoc/systemdb/SystemDbTest.java b/full/src/test/java/apoc/systemdb/SystemDbTest.java index 839e27d9e1..72f439d329 100644 --- a/full/src/test/java/apoc/systemdb/SystemDbTest.java +++ b/full/src/test/java/apoc/systemdb/SystemDbTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.systemdb; import apoc.ApocConfig; diff --git a/full/src/test/java/apoc/trigger/TriggerClusterTest.java b/full/src/test/java/apoc/trigger/TriggerClusterTest.java index 3150a73315..2fcffd86a0 100644 --- a/full/src/test/java/apoc/trigger/TriggerClusterTest.java +++ b/full/src/test/java/apoc/trigger/TriggerClusterTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.util.TestContainerUtil; diff --git a/full/src/test/java/apoc/trigger/TriggerExtendedTest.java b/full/src/test/java/apoc/trigger/TriggerExtendedTest.java index b1b16a8190..a4ca4cfe6e 100644 --- a/full/src/test/java/apoc/trigger/TriggerExtendedTest.java +++ b/full/src/test/java/apoc/trigger/TriggerExtendedTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.create.Create; diff --git a/full/src/test/java/apoc/trigger/TriggerNewProceduresExtendedTest.java b/full/src/test/java/apoc/trigger/TriggerNewProceduresExtendedTest.java index 3a16de6664..9d09defaed 100644 --- a/full/src/test/java/apoc/trigger/TriggerNewProceduresExtendedTest.java +++ b/full/src/test/java/apoc/trigger/TriggerNewProceduresExtendedTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.trigger; import apoc.create.Create; diff --git a/full/src/test/java/apoc/ttl/TTLMultiDbTest.java b/full/src/test/java/apoc/ttl/TTLMultiDbTest.java index 43a63d9a7a..bfd6768471 100644 --- a/full/src/test/java/apoc/ttl/TTLMultiDbTest.java +++ b/full/src/test/java/apoc/ttl/TTLMultiDbTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.ttl; import apoc.util.Neo4jContainerExtension; diff --git a/full/src/test/java/apoc/ttl/TTLTest.java b/full/src/test/java/apoc/ttl/TTLTest.java index d8e88e9fe2..ef3d2e7d7f 100644 --- a/full/src/test/java/apoc/ttl/TTLTest.java +++ b/full/src/test/java/apoc/ttl/TTLTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.ttl; import apoc.ApocSettings; diff --git a/full/src/test/java/apoc/util/BinaryTestUtil.java b/full/src/test/java/apoc/util/BinaryTestUtil.java index 57650a8a7d..b3d5768330 100644 --- a/full/src/test/java/apoc/util/BinaryTestUtil.java +++ b/full/src/test/java/apoc/util/BinaryTestUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.apache.commons.io.FileUtils; diff --git a/full/src/test/java/apoc/util/DbmsTestUtil.java b/full/src/test/java/apoc/util/DbmsTestUtil.java index 4bc381f9b1..674fabe8c9 100644 --- a/full/src/test/java/apoc/util/DbmsTestUtil.java +++ b/full/src/test/java/apoc/util/DbmsTestUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.junit.rules.TemporaryFolder; diff --git a/full/src/test/java/apoc/util/FileUtilsTest.java b/full/src/test/java/apoc/util/FileUtilsTest.java index 4dd243d22e..2f75996725 100644 --- a/full/src/test/java/apoc/util/FileUtilsTest.java +++ b/full/src/test/java/apoc/util/FileUtilsTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import apoc.config.Config; diff --git a/full/src/test/java/apoc/util/HdfsTestUtils.java b/full/src/test/java/apoc/util/HdfsTestUtils.java index 9424f7763a..d589f52e7b 100644 --- a/full/src/test/java/apoc/util/HdfsTestUtils.java +++ b/full/src/test/java/apoc/util/HdfsTestUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; import org.apache.hadoop.conf.Configuration; diff --git a/full/src/test/java/apoc/util/SystemDbTestUtil.java b/full/src/test/java/apoc/util/SystemDbTestUtil.java index ab1b58079d..19a8fb44a9 100644 --- a/full/src/test/java/apoc/util/SystemDbTestUtil.java +++ b/full/src/test/java/apoc/util/SystemDbTestUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util; public class SystemDbTestUtil { diff --git a/full/src/test/java/apoc/util/s3/S3Container.java b/full/src/test/java/apoc/util/s3/S3Container.java index e065ec4dbc..d59e23ee15 100644 --- a/full/src/test/java/apoc/util/s3/S3Container.java +++ b/full/src/test/java/apoc/util/s3/S3Container.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.util.s3; import apoc.util.JsonUtil; diff --git a/full/src/test/java/apoc/uuid/UUIDClusterRoutingTest.java b/full/src/test/java/apoc/uuid/UUIDClusterRoutingTest.java index 1a24512d78..0c9165007a 100644 --- a/full/src/test/java/apoc/uuid/UUIDClusterRoutingTest.java +++ b/full/src/test/java/apoc/uuid/UUIDClusterRoutingTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.uuid; import apoc.util.Neo4jContainerExtension; diff --git a/full/src/test/java/apoc/uuid/UUIDMultiDbTest.java b/full/src/test/java/apoc/uuid/UUIDMultiDbTest.java index cb0b6beb73..60d68bb6b7 100644 --- a/full/src/test/java/apoc/uuid/UUIDMultiDbTest.java +++ b/full/src/test/java/apoc/uuid/UUIDMultiDbTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.uuid; import apoc.util.Neo4jContainerExtension; diff --git a/full/src/test/java/apoc/uuid/UUIDNewProceduresTest.java b/full/src/test/java/apoc/uuid/UUIDNewProceduresTest.java index ec64341071..3245cfe18a 100644 --- a/full/src/test/java/apoc/uuid/UUIDNewProceduresTest.java +++ b/full/src/test/java/apoc/uuid/UUIDNewProceduresTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.uuid; import apoc.create.Create; diff --git a/full/src/test/java/apoc/uuid/UUIDRestartTest.java b/full/src/test/java/apoc/uuid/UUIDRestartTest.java index 14e6eedd8b..9960c18aae 100644 --- a/full/src/test/java/apoc/uuid/UUIDRestartTest.java +++ b/full/src/test/java/apoc/uuid/UUIDRestartTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.uuid; import apoc.periodic.Periodic; diff --git a/full/src/test/java/apoc/uuid/UUIDTest.java b/full/src/test/java/apoc/uuid/UUIDTest.java index 16e6452653..fc18b322f7 100644 --- a/full/src/test/java/apoc/uuid/UUIDTest.java +++ b/full/src/test/java/apoc/uuid/UUIDTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.uuid; import apoc.ApocSettings; diff --git a/full/src/test/java/apoc/uuid/UUIDTestUtils.java b/full/src/test/java/apoc/uuid/UUIDTestUtils.java index aa2cec8e89..a8f83e0505 100644 --- a/full/src/test/java/apoc/uuid/UUIDTestUtils.java +++ b/full/src/test/java/apoc/uuid/UUIDTestUtils.java @@ -1,3 +1,21 @@ +/* + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.uuid; import org.hamcrest.Matchers; diff --git a/full/src/test/kotlin/apoc/ai/azure/AzureProceduresTest.kt b/full/src/test/kotlin/apoc/ai/azure/AzureProceduresTest.kt index e582968630..2f92c47173 100755 --- a/full/src/test/kotlin/apoc/ai/azure/AzureProceduresTest.kt +++ b/full/src/test/kotlin/apoc/ai/azure/AzureProceduresTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.ai.azure //import org.junit.Assert diff --git a/full/src/test/kotlin/apoc/nlp/MinimalPropertiesMatcher.kt b/full/src/test/kotlin/apoc/nlp/MinimalPropertiesMatcher.kt index af21e4d3ec..f9f7119484 100644 --- a/full/src/test/kotlin/apoc/nlp/MinimalPropertiesMatcher.kt +++ b/full/src/test/kotlin/apoc/nlp/MinimalPropertiesMatcher.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp import org.hamcrest.Description diff --git a/full/src/test/kotlin/apoc/nlp/MinimalPropertiesMatcherTest.kt b/full/src/test/kotlin/apoc/nlp/MinimalPropertiesMatcherTest.kt index c5ae3de60b..dec6e7d02e 100644 --- a/full/src/test/kotlin/apoc/nlp/MinimalPropertiesMatcherTest.kt +++ b/full/src/test/kotlin/apoc/nlp/MinimalPropertiesMatcherTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp import org.junit.Test diff --git a/full/src/test/kotlin/apoc/nlp/NLPHelperFunctionsTest.kt b/full/src/test/kotlin/apoc/nlp/NLPHelperFunctionsTest.kt index 2c28189a8d..030bc9f1cb 100644 --- a/full/src/test/kotlin/apoc/nlp/NLPHelperFunctionsTest.kt +++ b/full/src/test/kotlin/apoc/nlp/NLPHelperFunctionsTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp import apoc.result.VirtualNode diff --git a/full/src/test/kotlin/apoc/nlp/NLPHelperFunctionsWithDatabaseTest.kt b/full/src/test/kotlin/apoc/nlp/NLPHelperFunctionsWithDatabaseTest.kt index 673d84172d..ad6e1705c0 100644 --- a/full/src/test/kotlin/apoc/nlp/NLPHelperFunctionsWithDatabaseTest.kt +++ b/full/src/test/kotlin/apoc/nlp/NLPHelperFunctionsWithDatabaseTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp import apoc.result.VirtualNode diff --git a/full/src/test/kotlin/apoc/nlp/NodeMatcher.kt b/full/src/test/kotlin/apoc/nlp/NodeMatcher.kt index dc2002e7ee..d4fa562fb5 100644 --- a/full/src/test/kotlin/apoc/nlp/NodeMatcher.kt +++ b/full/src/test/kotlin/apoc/nlp/NodeMatcher.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp import apoc.nlp.aws.AWSProceduresAPITest diff --git a/full/src/test/kotlin/apoc/nlp/NodeMatcherTest.kt b/full/src/test/kotlin/apoc/nlp/NodeMatcherTest.kt index 709b958ef3..36ba715bd8 100644 --- a/full/src/test/kotlin/apoc/nlp/NodeMatcherTest.kt +++ b/full/src/test/kotlin/apoc/nlp/NodeMatcherTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp import apoc.result.VirtualNode diff --git a/full/src/test/kotlin/apoc/nlp/NplUtils.kt b/full/src/test/kotlin/apoc/nlp/NplUtils.kt index 8b52ea7eeb..845d5ec44e 100644 --- a/full/src/test/kotlin/apoc/nlp/NplUtils.kt +++ b/full/src/test/kotlin/apoc/nlp/NplUtils.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp import apoc.result.VirtualNode diff --git a/full/src/test/kotlin/apoc/nlp/RelationshipMatcher.kt b/full/src/test/kotlin/apoc/nlp/RelationshipMatcher.kt index a2472e0a14..5bc2e65a3a 100644 --- a/full/src/test/kotlin/apoc/nlp/RelationshipMatcher.kt +++ b/full/src/test/kotlin/apoc/nlp/RelationshipMatcher.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp import apoc.nlp.aws.AWSProceduresAPITest diff --git a/full/src/test/kotlin/apoc/nlp/RelationshipMatcherTest.kt b/full/src/test/kotlin/apoc/nlp/RelationshipMatcherTest.kt index af83bafb32..d50a0d9ecc 100644 --- a/full/src/test/kotlin/apoc/nlp/RelationshipMatcherTest.kt +++ b/full/src/test/kotlin/apoc/nlp/RelationshipMatcherTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp import apoc.result.VirtualNode diff --git a/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresAPITest.kt b/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresAPITest.kt index e1f95f25d8..bcbea340f5 100644 --- a/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresAPITest.kt +++ b/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresAPITest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import apoc.nlp.NodeMatcher diff --git a/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresAPIWithDummyClientTest.kt b/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresAPIWithDummyClientTest.kt index 05849bb216..f40df8d161 100644 --- a/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresAPIWithDummyClientTest.kt +++ b/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresAPIWithDummyClientTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import apoc.nlp.NodeMatcher diff --git a/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresErrorsTest.kt b/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresErrorsTest.kt index f3d978a662..67f3f562e3 100644 --- a/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresErrorsTest.kt +++ b/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresErrorsTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import apoc.util.TestUtil diff --git a/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresTest.kt b/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresTest.kt index ec9077c695..5c6e744404 100644 --- a/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresTest.kt +++ b/full/src/test/kotlin/apoc/nlp/aws/AWSProceduresTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import com.amazonaws.services.comprehend.model.* diff --git a/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualEntitiesGraphStoreTest.kt b/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualEntitiesGraphStoreTest.kt index 342b10d24c..c95cee158f 100644 --- a/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualEntitiesGraphStoreTest.kt +++ b/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualEntitiesGraphStoreTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import apoc.nlp.NodeMatcher diff --git a/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualEntitiesGraphTest.kt b/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualEntitiesGraphTest.kt index 808fdab7df..06db70c24f 100644 --- a/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualEntitiesGraphTest.kt +++ b/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualEntitiesGraphTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import apoc.nlp.NodeMatcher diff --git a/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualKeyPhrasesGraphTest.kt b/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualKeyPhrasesGraphTest.kt index 20fa9cc8a3..cae87d8c57 100644 --- a/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualKeyPhrasesGraphTest.kt +++ b/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualKeyPhrasesGraphTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import apoc.nlp.NodeMatcher diff --git a/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualSentimentGraphStoreTest.kt b/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualSentimentGraphStoreTest.kt index af1e06fe4d..604d444c04 100644 --- a/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualSentimentGraphStoreTest.kt +++ b/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualSentimentGraphStoreTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import apoc.nlp.NodeMatcher diff --git a/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualSentimentVirtualGraphTest.kt b/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualSentimentVirtualGraphTest.kt index 0935d46d89..df60889b1c 100644 --- a/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualSentimentVirtualGraphTest.kt +++ b/full/src/test/kotlin/apoc/nlp/aws/AWSVirtualSentimentVirtualGraphTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.aws import apoc.nlp.NodeMatcher diff --git a/full/src/test/kotlin/apoc/nlp/azure/AzureProceduresAPITest.kt b/full/src/test/kotlin/apoc/nlp/azure/AzureProceduresAPITest.kt index da077b6fd1..669e71738d 100755 --- a/full/src/test/kotlin/apoc/nlp/azure/AzureProceduresAPITest.kt +++ b/full/src/test/kotlin/apoc/nlp/azure/AzureProceduresAPITest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.azure import apoc.nlp.NodeMatcher diff --git a/full/src/test/kotlin/apoc/nlp/azure/AzureProceduresAPIWithDummyClientTest.kt b/full/src/test/kotlin/apoc/nlp/azure/AzureProceduresAPIWithDummyClientTest.kt index b1139dcda0..da07083a25 100644 --- a/full/src/test/kotlin/apoc/nlp/azure/AzureProceduresAPIWithDummyClientTest.kt +++ b/full/src/test/kotlin/apoc/nlp/azure/AzureProceduresAPIWithDummyClientTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.azure import apoc.nlp.NodeMatcher diff --git a/full/src/test/kotlin/apoc/nlp/azure/AzureVirtualEntitiesGraphTest.kt b/full/src/test/kotlin/apoc/nlp/azure/AzureVirtualEntitiesGraphTest.kt index 31ffb6b4af..17d2637b83 100644 --- a/full/src/test/kotlin/apoc/nlp/azure/AzureVirtualEntitiesGraphTest.kt +++ b/full/src/test/kotlin/apoc/nlp/azure/AzureVirtualEntitiesGraphTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.azure import apoc.nlp.NodeMatcher diff --git a/full/src/test/kotlin/apoc/nlp/azure/AzureVirtualKeyPhrasesGraphTest.kt b/full/src/test/kotlin/apoc/nlp/azure/AzureVirtualKeyPhrasesGraphTest.kt index 5082e03c23..b507c77b48 100644 --- a/full/src/test/kotlin/apoc/nlp/azure/AzureVirtualKeyPhrasesGraphTest.kt +++ b/full/src/test/kotlin/apoc/nlp/azure/AzureVirtualKeyPhrasesGraphTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.azure import apoc.nlp.NodeMatcher diff --git a/full/src/test/kotlin/apoc/nlp/azure/AzureVirtualSentimentGraphStoreTest.kt b/full/src/test/kotlin/apoc/nlp/azure/AzureVirtualSentimentGraphStoreTest.kt index f4755c2e07..f947bd087f 100644 --- a/full/src/test/kotlin/apoc/nlp/azure/AzureVirtualSentimentGraphStoreTest.kt +++ b/full/src/test/kotlin/apoc/nlp/azure/AzureVirtualSentimentGraphStoreTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.azure import apoc.nlp.NodeMatcher diff --git a/full/src/test/kotlin/apoc/nlp/gcp/GCPProceduresAPITest.kt b/full/src/test/kotlin/apoc/nlp/gcp/GCPProceduresAPITest.kt index ed5ac45344..1afdd9ab82 100644 --- a/full/src/test/kotlin/apoc/nlp/gcp/GCPProceduresAPITest.kt +++ b/full/src/test/kotlin/apoc/nlp/gcp/GCPProceduresAPITest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.gcp import apoc.nlp.MinimalPropertiesMatcher.Companion.hasAtLeast diff --git a/full/src/test/kotlin/apoc/nlp/gcp/GCPProceduresAPIWithDummyClientTest.kt b/full/src/test/kotlin/apoc/nlp/gcp/GCPProceduresAPIWithDummyClientTest.kt index 0b35834ac0..56376c8826 100644 --- a/full/src/test/kotlin/apoc/nlp/gcp/GCPProceduresAPIWithDummyClientTest.kt +++ b/full/src/test/kotlin/apoc/nlp/gcp/GCPProceduresAPIWithDummyClientTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.gcp import apoc.nlp.NodeMatcher diff --git a/full/src/test/kotlin/apoc/nlp/gcp/GCPVirtualCategoriesGraphTest.kt b/full/src/test/kotlin/apoc/nlp/gcp/GCPVirtualCategoriesGraphTest.kt index 17c2f1017b..84ecb72aff 100644 --- a/full/src/test/kotlin/apoc/nlp/gcp/GCPVirtualCategoriesGraphTest.kt +++ b/full/src/test/kotlin/apoc/nlp/gcp/GCPVirtualCategoriesGraphTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.gcp import apoc.nlp.NodeMatcher diff --git a/full/src/test/kotlin/apoc/nlp/gcp/GCPVirtualEntitiesGraphStoreTest.kt b/full/src/test/kotlin/apoc/nlp/gcp/GCPVirtualEntitiesGraphStoreTest.kt index b521936bc3..92d044eec0 100644 --- a/full/src/test/kotlin/apoc/nlp/gcp/GCPVirtualEntitiesGraphStoreTest.kt +++ b/full/src/test/kotlin/apoc/nlp/gcp/GCPVirtualEntitiesGraphStoreTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.gcp import apoc.nlp.NodeMatcher diff --git a/full/src/test/kotlin/apoc/nlp/gcp/GCPVirtualEntitiesGraphTest.kt b/full/src/test/kotlin/apoc/nlp/gcp/GCPVirtualEntitiesGraphTest.kt index 98f38da7bc..7ac1cec3f5 100644 --- a/full/src/test/kotlin/apoc/nlp/gcp/GCPVirtualEntitiesGraphTest.kt +++ b/full/src/test/kotlin/apoc/nlp/gcp/GCPVirtualEntitiesGraphTest.kt @@ -1,3 +1,21 @@ +/** + * Copyright (c) "Neo4j" + * Neo4j Sweden AB [http://neo4j.com] + * + * This file is part of Neo4j. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package apoc.nlp.gcp import apoc.nlp.NodeMatcher