Skip to content

Commit 95f8e0a

Browse files
committed
Applied missing copyright headers #13
1 parent 52813e0 commit 95f8e0a

21 files changed

+315
-0
lines changed

highspeed-json-editor-other/src/main/java/de/jcup/hijson/generator/BigJSONFileGenerator.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2021 Albert Tregnaghi
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions
13+
* and limitations under the License.
14+
*
15+
*/
116
package de.jcup.hijson.generator;
217

318
import java.io.BufferedWriter;

highspeed-json-editor-plugin/src/main/java-eclipse/de/jcup/hijson/HighspeedJSONEditorSimpleWordContentAssistProcessor.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2021 Albert Tregnaghi
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions
13+
* and limitations under the License.
14+
*
15+
*/
116
package de.jcup.hijson;
217

318
import static de.jcup.hijson.preferences.HighspeedJSONEditorPreferenceConstants.*;

highspeed-json-editor-plugin/src/main/java-eclipse/de/jcup/hijson/document/FallbackHighspeedJSONPartitioner.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2021 Albert Tregnaghi
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions
13+
* and limitations under the License.
14+
*
15+
*/
116
package de.jcup.hijson.document;
217

318
import org.eclipse.jface.text.DocumentEvent;

highspeed-json-editor-plugin/src/main/java-eclipse/de/jcup/hijson/document/HighspeedJSONDocument.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2021 Albert Tregnaghi
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions
13+
* and limitations under the License.
14+
*
15+
*/
116
package de.jcup.hijson.document;
217

318
import org.eclipse.jface.text.Document;

highspeed-json-editor-plugin/src/main/java-eclipse/de/jcup/hijson/document/HighspeedJSONPartitionerAndAutoFormatSupport.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2021 Albert Tregnaghi
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions
13+
* and limitations under the License.
14+
*
15+
*/
116
package de.jcup.hijson.document;
217

318
import org.eclipse.jface.text.IDocument;

highspeed-json-editor-plugin/src/main/java-eclipse/de/jcup/hijson/document/JSONKeyRule.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2021 Albert Tregnaghi
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions
13+
* and limitations under the License.
14+
*
15+
*/
116
package de.jcup.hijson.document;
217

318
import org.eclipse.jface.text.rules.ICharacterScanner;

highspeed-json-editor-plugin/src/main/java-eclipse/de/jcup/hijson/document/OnlyLettersKeyWordDetector.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2021 Albert Tregnaghi
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions
13+
* and limitations under the License.
14+
*
15+
*/
116
package de.jcup.hijson.document;
217

318
import org.eclipse.jface.text.rules.IWordDetector;

highspeed-json-editor-plugin/src/main/java-eclipse/de/jcup/hijson/handlers/GotoMatchingBracketHandler.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2021 Albert Tregnaghi
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions
13+
* and limitations under the License.
14+
*
15+
*/
116
package de.jcup.hijson.handlers;
217

318
import de.jcup.hijson.HighspeedJSONEditor;

highspeed-json-editor-plugin/src/main/java/de/jcup/hijson/SimpleWordCodeCompletion.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2021 Albert Tregnaghi
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions
13+
* and limitations under the License.
14+
*
15+
*/
116
package de.jcup.hijson;
217

318
import static java.util.Collections.*;

highspeed-json-editor-plugin/src/main/java/de/jcup/hijson/SimpleWordListBuilder.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2021 Albert Tregnaghi
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions
13+
* and limitations under the License.
14+
*
15+
*/
116
package de.jcup.hijson;
217

318
import java.util.ArrayList;

0 commit comments

Comments
 (0)