Skip to content

Commit

Permalink
Bug 560445 - [YARS] support incremental monitoring
Browse files Browse the repository at this point in the history
 - add license header to ProgressTest


Signed-off-by: elena.parovyshnaya <[email protected]>
  • Loading branch information
eparovyshnaya committed May 5, 2020
1 parent 383be89 commit 13449db
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (c) 2020 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.loc.yars.internal.api.export;

import java.util.ArrayList;
Expand Down

0 comments on commit 13449db

Please sign in to comment.