Skip to content

Commit

Permalink
Clean up license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
peternied committed Feb 5, 2024
1 parent 2832b24 commit 12296ce
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 191 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*/

package org.opensearch.action.admin.indices.view;

import org.opensearch.action.ActionRequestValidationException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*/

package org.opensearch.action.admin.indices.view;

import org.opensearch.action.ActionRequestValidationException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*/

package org.opensearch.action.admin.indices.view;

import org.apache.logging.log4j.LogManager;
Expand Down
10 changes: 0 additions & 10 deletions server/src/main/java/org/opensearch/index/view/package-info.java

This file was deleted.

168 changes: 0 additions & 168 deletions server/src/main/java/org/opensearch/index/view/views-design.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ public RestChannelConsumer prepareRequest(final RestRequest request, final NodeC
}
}

// TODO: Replace and reorganize this layout

// public List<Route> routes() {

// return List.of(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*/
/*
* Modifications Copyright OpenSearch Contributors. See
* GitHub history for details.
*/

package org.opensearch.action.admin.indices.view;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*/
/*
* Modifications Copyright OpenSearch Contributors. See
* GitHub history for details.
*/

package org.opensearch.action.admin.indices.view;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
* compatible open source license.
*/

/*
* Modifications Copyright OpenSearch Contributors. See
* GitHub history for details.
*/

package org.opensearch.cluster.metadata;

import org.opensearch.cluster.metadata.View.Target;
Expand Down

0 comments on commit 12296ce

Please sign in to comment.