Skip to content

Commit 8115229

Browse files
committed
Updated missing copyright information #104
- updated copyright template to 2018 - added missing copyright information in source code
1 parent a493215 commit 8115229

37 files changed

+541
-1
lines changed

basheditor-other/copyright-java.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017 Albert Tregnaghi
2+
* Copyright 2018 Albert Tregnaghi
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

basheditor-plugin/src/main/java-eclipse/de/jcup/basheditor/BashEditorSimpleWordContentAssistProcessor.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2018 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.basheditor;
217

318
import static de.jcup.basheditor.preferences.BashEditorPreferenceConstants.*;

basheditor-plugin/src/main/java-eclipse/de/jcup/basheditor/BashFileWithoutExtensionPropertyTester.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2018 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.basheditor;
217

318
import java.io.BufferedReader;

basheditor-plugin/src/main/java-eclipse/de/jcup/basheditor/BashTextHover.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2018 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.basheditor;
217

318
import static de.jcup.basheditor.preferences.BashEditorPreferenceConstants.*;

basheditor-plugin/src/main/java-eclipse/de/jcup/basheditor/EclipseResourceInputStreamProvider.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2018 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.basheditor;
217

318
import java.io.IOException;

basheditor-plugin/src/main/java-eclipse/de/jcup/basheditor/document/HereDocumentRule.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2018 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.basheditor.document;
217

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

basheditor-plugin/src/main/java-eclipse/de/jcup/basheditor/document/HereStringRule.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2018 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.basheditor.document;
217

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

basheditor-plugin/src/main/java-eclipse/de/jcup/basheditor/document/ICharacterScannerCodePosSupport.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2018 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.basheditor.document;
217

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

basheditor-plugin/src/main/java-eclipse/de/jcup/basheditor/handlers/OpenWithBashEditor.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2018 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.basheditor.handlers;
217

318
import org.eclipse.core.commands.AbstractHandler;

basheditor-plugin/src/main/java-eclipse/de/jcup/basheditor/handlers/ValidateHandler.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2018 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.basheditor.handlers;
217

318
import de.jcup.basheditor.BashEditor;

0 commit comments

Comments
 (0)