Skip to content

Commit

Permalink
Prepare version 2.5.0 #217
Browse files Browse the repository at this point in the history
- changed meta data to version 2.5.0
- upgraded copyright headers
- added missing copyright headers
  • Loading branch information
de-jcup committed Aug 25, 2020
1 parent 87b31bd commit 98f173d
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bash-editor-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.jcup.basheditor"
label="Bash Editor"
version="2.4.0"
version="2.5.0"
provider-name="Albert Tregnaghi">

<description url="https://marketplace.eclipse.org/content/bash-editor">
Expand Down
2 changes: 1 addition & 1 deletion basheditor-other/copyright-java.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Albert Tregnaghi
* Copyright 2020 Albert Tregnaghi
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion basheditor-other/copyright.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2017 Albert Tregnaghi
Copyright 2020 Albert Tregnaghi

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion basheditor-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bash Editor
Bundle-SymbolicName: de.jcup.basheditor;singleton:=true
Bundle-Version: 2.4.0
Bundle-Version: 2.5.0
Bundle-Activator: de.jcup.basheditor.BashEditorActivator
Bundle-Vendor: Albert Tregnaghi
Require-Bundle: org.eclipse.ui,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright 2020 Albert Tregnaghi
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*
*/
package de.jcup.basheditor.debug;

import java.io.File;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright 2020 Albert Tregnaghi
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*
*/
package de.jcup.basheditor.debug.launch;

import java.io.BufferedWriter;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright 2020 Albert Tregnaghi
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*
*/
package de.jcup.basheditor.debug;

import static org.junit.Assert.assertEquals;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright 2020 Albert Tregnaghi
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*
*/
package de.jcup.basheditor.debug;

import static org.junit.Assert.assertEquals;
Expand Down
1 change: 1 addition & 0 deletions basheditor-updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<feature url="features/de.jcup.basheditor_2.4.0.jar" id="de.jcup.basheditor" version="2.4.0">
<category name="de.jcup.basheditor.stable"/>
</feature>
<feature url="features/de.jcup.basheditor_2.5.0.jar" id="de.jcup.basheditor" version="2.5.0"/>
<category-def name="de.jcup.basheditor.stable" label="Stable">
<description>
Stable versions
Expand Down

0 comments on commit 98f173d

Please sign in to comment.