Skip to content

Commit 312f4f6

Browse files
tulinkryVladimir Kotal
authored andcommitted
updating copyright to comply with CDDL
fixes #2680
1 parent fa84c50 commit 312f4f6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/AbstractAnalyzer.java

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
*/
1919

2020
/*
21-
* Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved.
21+
* Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved.
22+
* Use is subject to license terms.
23+
* Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
2224
*/
2325
package org.opengrok.indexer.analysis;
2426

@@ -31,6 +33,11 @@
3133
import org.apache.lucene.document.Document;
3234
import org.opengrok.indexer.configuration.Project;
3335

36+
/**
37+
* Created on September 21, 2005
38+
*
39+
* @author Chandan
40+
*/
3441
public abstract class AbstractAnalyzer extends Analyzer {
3542
public static final Reader DUMMY_READER = new StringReader("");
3643
protected AnalyzerFactory factory;

opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/AnalyzerFactory.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
*/
1919

2020
/*
21-
* Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved.
21+
* Copyright (c) 2007, 2019, Oracle and/or its affiliates. All rights reserved.
22+
* Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
2223
*/
2324
package org.opengrok.indexer.analysis;
2425

0 commit comments

Comments
 (0)