Skip to content

Commit a7454d6

Browse files
committed
fix license header
1 parent f669e03 commit a7454d6

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

server/src/main/java/org/elasticsearch/repositories/ProjectRepo.java

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
/*
2-
* ELASTICSEARCH CONFIDENTIAL
3-
* __________________
4-
*
5-
* Copyright Elasticsearch B.V. All rights reserved.
6-
*
7-
* NOTICE: All information contained herein is, and remains
8-
* the property of Elasticsearch B.V. and its suppliers, if any.
9-
* The intellectual and technical concepts contained herein
10-
* are proprietary to Elasticsearch B.V. and its suppliers and
11-
* may be covered by U.S. and Foreign Patents, patents in
12-
* process, and are protected by trade secret or copyright
13-
* law. Dissemination of this information or reproduction of
14-
* this material is strictly forbidden unless prior written
15-
* permission is obtained from Elasticsearch B.V.
2+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
3+
* or more contributor license agreements. Licensed under the "Elastic License
4+
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
5+
* Public License v 1"; you may not use this file except in compliance with, at
6+
* your election, the "Elastic License 2.0", the "GNU Affero General Public
7+
* License v3.0 only", or the "Server Side Public License, v 1".
168
*/
17-
189
package org.elasticsearch.repositories;
1910

2011
import org.elasticsearch.cluster.DiffableUtils;

0 commit comments

Comments
 (0)