Skip to content

Commit e19e944

Browse files
committed
Update license header with recommendation from legal
1 parent f170dcd commit e19e944

23 files changed

+45
-44
lines changed

build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/precommit/LicenseHeadersTask.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ public void runRat() {
173173
matchers.add(subStringMatcher("BSD4 ", "Original BSD License (with advertising clause)", "All advertising materials"));
174174
// Apache
175175
matchers.add(subStringMatcher("AL ", "Apache", "Licensed to Elasticsearch B.V. under one or more contributor"));
176+
matchers.add(subStringMatcher("AL ", "Apache", "Copyright Elasticsearch B.V., and/or licensed to Elasticsearch B.V."));
176177
// Apache lz4-java
177178
matchers.add(subStringMatcher("ALLZ4", "Apache LZ4-Java", "Copyright 2020 Adrien Grand and the lz4-java contributors"));
178179
// Generated resources

libs/exponential-histogram/NOTICES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Elastic-exponential-histogram
33
Copyright 2025 Elasticsearch B.V.
44

55
--
6-
Licensed to Elasticsearch B.V. under one or more contributor
7-
license agreements. See the NOTICE file distributed with
6+
Copyright Elasticsearch B.V., and/or licensed to Elasticsearch B.V.
7+
under one or more license agreements. See the NOTICE file distributed with
88
this work for additional information regarding copyright
99
ownership. Elasticsearch B.V. licenses this file to you under
1010
the Apache License, Version 2.0 (the "License"); you may

libs/exponential-histogram/src/main/java/org/elasticsearch/exponentialhistogram/Base2ExponentialHistogramIndexer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Licensed to Elasticsearch B.V. under one or more contributor
3-
* license agreements. See the NOTICE file distributed with
2+
* Copyright Elasticsearch B.V., and/or licensed to Elasticsearch B.V.
3+
* under one or more license agreements. See the NOTICE file distributed with
44
* this work for additional information regarding copyright
55
* ownership. Elasticsearch B.V. licenses this file to you under
66
* the Apache License, Version 2.0 (the "License"); you may

libs/exponential-histogram/src/main/java/org/elasticsearch/exponentialhistogram/BucketIterator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Licensed to Elasticsearch B.V. under one or more contributor
3-
* license agreements. See the NOTICE file distributed with
2+
* Copyright Elasticsearch B.V., and/or licensed to Elasticsearch B.V.
3+
* under one or more license agreements. See the NOTICE file distributed with
44
* this work for additional information regarding copyright
55
* ownership. Elasticsearch B.V. licenses this file to you under
66
* the Apache License, Version 2.0 (the "License"); you may

libs/exponential-histogram/src/main/java/org/elasticsearch/exponentialhistogram/CopyableBucketIterator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Licensed to Elasticsearch B.V. under one or more contributor
3-
* license agreements. See the NOTICE file distributed with
2+
* Copyright Elasticsearch B.V., and/or licensed to Elasticsearch B.V.
3+
* under one or more license agreements. See the NOTICE file distributed with
44
* this work for additional information regarding copyright
55
* ownership. Elasticsearch B.V. licenses this file to you under
66
* the Apache License, Version 2.0 (the "License"); you may

libs/exponential-histogram/src/main/java/org/elasticsearch/exponentialhistogram/DownscaleStats.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Licensed to Elasticsearch B.V. under one or more contributor
3-
* license agreements. See the NOTICE file distributed with
2+
* Copyright Elasticsearch B.V., and/or licensed to Elasticsearch B.V.
3+
* under one or more license agreements. See the NOTICE file distributed with
44
* this work for additional information regarding copyright
55
* ownership. Elasticsearch B.V. licenses this file to you under
66
* the Apache License, Version 2.0 (the "License"); you may

libs/exponential-histogram/src/main/java/org/elasticsearch/exponentialhistogram/ExponentialHistogram.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Licensed to Elasticsearch B.V. under one or more contributor
3-
* license agreements. See the NOTICE file distributed with
2+
* Copyright Elasticsearch B.V., and/or licensed to Elasticsearch B.V.
3+
* under one or more license agreements. See the NOTICE file distributed with
44
* this work for additional information regarding copyright
55
* ownership. Elasticsearch B.V. licenses this file to you under
66
* the Apache License, Version 2.0 (the "License"); you may

libs/exponential-histogram/src/main/java/org/elasticsearch/exponentialhistogram/ExponentialHistogramGenerator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Licensed to Elasticsearch B.V. under one or more contributor
3-
* license agreements. See the NOTICE file distributed with
2+
* Copyright Elasticsearch B.V., and/or licensed to Elasticsearch B.V.
3+
* under one or more license agreements. See the NOTICE file distributed with
44
* this work for additional information regarding copyright
55
* ownership. Elasticsearch B.V. licenses this file to you under
66
* the Apache License, Version 2.0 (the "License"); you may

libs/exponential-histogram/src/main/java/org/elasticsearch/exponentialhistogram/ExponentialHistogramMerger.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Licensed to Elasticsearch B.V. under one or more contributor
3-
* license agreements. See the NOTICE file distributed with
2+
* Copyright Elasticsearch B.V., and/or licensed to Elasticsearch B.V.
3+
* under one or more license agreements. See the NOTICE file distributed with
44
* this work for additional information regarding copyright
55
* ownership. Elasticsearch B.V. licenses this file to you under
66
* the Apache License, Version 2.0 (the "License"); you may

libs/exponential-histogram/src/main/java/org/elasticsearch/exponentialhistogram/ExponentialHistogramQuantile.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Licensed to Elasticsearch B.V. under one or more contributor
3-
* license agreements. See the NOTICE file distributed with
2+
* Copyright Elasticsearch B.V., and/or licensed to Elasticsearch B.V.
3+
* under one or more license agreements. See the NOTICE file distributed with
44
* this work for additional information regarding copyright
55
* ownership. Elasticsearch B.V. licenses this file to you under
66
* the Apache License, Version 2.0 (the "License"); you may

0 commit comments

Comments
 (0)