-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update EPL 2.0 and copyright year 2020 to all files
Signed-off-by: Andre Bossert <[email protected]>
- Loading branch information
Showing
93 changed files
with
1,015 additions
and
831 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,12 +16,13 @@ supported! | |
</description> | ||
|
||
<copyright> | ||
Copyright (c) 2014-2019 Andre Bossert. | ||
|
||
All rights reserved. This program and the accompanying materials | ||
are made available under the terms of the "Eclipse Public License | ||
v2.0" which accompanies this distribution, and is available at | ||
https://www.eclipse.org/legal/epl-2.0 | ||
Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
See the NOTICE file(s) distributed with this work for additional | ||
information regarding copyright ownership. | ||
This program and the accompanying materials are made available | ||
under the terms of the Eclipse Public License 2.0 which is available | ||
at http://www.eclipse.org/legal/epl-2.0 | ||
SPDX-License-Identifier: EPL-2.0 | ||
</copyright> | ||
|
||
<license url="https://www.eclipse.org/legal/epl-2.0"> | ||
|
20 changes: 11 additions & 9 deletions
20
plugin/src/de/anbos/eclipse/easyshell/plugin/Activator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2014 - 2018 Andre Bossert. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
/** | ||
* Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
* | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* Contributors: | ||
* Andre Bossert - initial API and implementation and/or initial documentation | ||
*******************************************************************************/ | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0 | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*/ | ||
|
||
package de.anbos.eclipse.easyshell.plugin; | ||
|
||
|
20 changes: 11 additions & 9 deletions
20
plugin/src/de/anbos/eclipse/easyshell/plugin/Constants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2014 - 2018 Andre Bossert. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
/** | ||
* Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
* | ||
* Contributors: | ||
* Andre Bossert - initial API and implementation and/or initial documentation | ||
*******************************************************************************/ | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0 | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*/ | ||
|
||
package de.anbos.eclipse.easyshell.plugin; | ||
|
||
|
20 changes: 11 additions & 9 deletions
20
plugin/src/de/anbos/eclipse/easyshell/plugin/DynamicVariableResolver.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2014 - 2018 Andre Bossert. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
/** | ||
* Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
* | ||
* Contributors: | ||
* Andre Bossert - initial API and implementation and/or initial documentation | ||
*******************************************************************************/ | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0 | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*/ | ||
|
||
package de.anbos.eclipse.easyshell.plugin; | ||
|
||
|
20 changes: 11 additions & 9 deletions
20
plugin/src/de/anbos/eclipse/easyshell/plugin/EditorPropertyTester.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2014 - 2018 Andre Bossert. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
/** | ||
* Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
* | ||
* Contributors: | ||
* Andre Bossert - initial API and implementation and/or initial documentation | ||
*******************************************************************************/ | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0 | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*/ | ||
|
||
package de.anbos.eclipse.easyshell.plugin; | ||
|
||
|
20 changes: 11 additions & 9 deletions
20
plugin/src/de/anbos/eclipse/easyshell/plugin/Resource.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2014 - 2018 Andre Bossert. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
/** | ||
* Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
* | ||
* Contributors: | ||
* Andre Bossert - initial API and implementation and/or initial documentation | ||
*******************************************************************************/ | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0 | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*/ | ||
|
||
package de.anbos.eclipse.easyshell.plugin; | ||
|
||
|
20 changes: 11 additions & 9 deletions
20
plugin/src/de/anbos/eclipse/easyshell/plugin/ResourceUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2014 - 2018 Andre Bossert. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
/** | ||
* Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
* | ||
* Contributors: | ||
* Andre Bossert - initial API and implementation and/or initial documentation | ||
*******************************************************************************/ | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0 | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*/ | ||
|
||
package de.anbos.eclipse.easyshell.plugin; | ||
|
||
|
13 changes: 13 additions & 0 deletions
13
plugin/src/de/anbos/eclipse/easyshell/plugin/UIMessages.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# | ||
# Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
# | ||
# See the NOTICE file(s) distributed with this work for additional | ||
# information regarding copyright ownership. | ||
# | ||
# This program and the accompanying materials are made available under the | ||
# terms of the Eclipse Public License 2.0 which is available at | ||
# http://www.eclipse.org/legal/epl-2.0 | ||
# | ||
# SPDX-License-Identifier: EPL-2.0 | ||
# | ||
|
||
easyshell.plugin.name=EasyShell | ||
easyshell.properties.main.page.title=EasyShell | ||
easyshell.properties.commands.page.title=Presets | ||
|
20 changes: 11 additions & 9 deletions
20
plugin/src/de/anbos/eclipse/easyshell/plugin/actions/Action.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2014 - 2018 Andre Bossert. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
/** | ||
* Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
* | ||
* Contributors: | ||
* Andre Bossert - initial API and implementation and/or initial documentation | ||
*******************************************************************************/ | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0 | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*/ | ||
|
||
package de.anbos.eclipse.easyshell.plugin.actions; | ||
|
||
|
20 changes: 11 additions & 9 deletions
20
plugin/src/de/anbos/eclipse/easyshell/plugin/actions/ActionDelegate.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2014 - 2018 Andre Bossert. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
/** | ||
* Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
* | ||
* Contributors: | ||
* Andre Bossert - initial API and implementation and/or initial documentation | ||
*******************************************************************************/ | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0 | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*/ | ||
|
||
package de.anbos.eclipse.easyshell.plugin.actions; | ||
|
||
|
20 changes: 11 additions & 9 deletions
20
plugin/src/de/anbos/eclipse/easyshell/plugin/commands/DefineCommands.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2014 - 2018 Andre Bossert. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
/** | ||
* Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
* | ||
* Contributors: | ||
* Andre Bossert - initial API and implementation and/or initial documentation | ||
*******************************************************************************/ | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0 | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*/ | ||
|
||
package de.anbos.eclipse.easyshell.plugin.commands; | ||
|
||
|
20 changes: 11 additions & 9 deletions
20
plugin/src/de/anbos/eclipse/easyshell/plugin/commands/DefineCommandsForDirectory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2014 - 2018 Andre Bossert. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
/** | ||
* Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
* | ||
* Contributors: | ||
* Andre Bossert - initial API and implementation and/or initial documentation | ||
*******************************************************************************/ | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0 | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*/ | ||
|
||
package de.anbos.eclipse.easyshell.plugin.commands; | ||
|
||
|
20 changes: 11 additions & 9 deletions
20
plugin/src/de/anbos/eclipse/easyshell/plugin/commands/DefineCommandsForFile.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2014 - 2018 Andre Bossert. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
/** | ||
* Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
* | ||
* Contributors: | ||
* Andre Bossert - initial API and implementation and/or initial documentation | ||
*******************************************************************************/ | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0 | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*/ | ||
|
||
package de.anbos.eclipse.easyshell.plugin.commands; | ||
|
||
|
20 changes: 11 additions & 9 deletions
20
plugin/src/de/anbos/eclipse/easyshell/plugin/commands/ExecuteCommandDialog.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2014 - 2018 Andre Bossert. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
/** | ||
* Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
* | ||
* Contributors: | ||
* Andre Bossert - initial API and implementation and/or initial documentation | ||
*******************************************************************************/ | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0 | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*/ | ||
|
||
package de.anbos.eclipse.easyshell.plugin.commands; | ||
|
||
|
20 changes: 11 additions & 9 deletions
20
plugin/src/de/anbos/eclipse/easyshell/plugin/commands/ExecuteCommandLabelProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2014 - 2018 Andre Bossert. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
/** | ||
* Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
* | ||
* Contributors: | ||
* Andre Bossert - initial API and implementation and/or initial documentation | ||
*******************************************************************************/ | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0 | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*/ | ||
|
||
package de.anbos.eclipse.easyshell.plugin.commands; | ||
|
||
|
20 changes: 11 additions & 9 deletions
20
plugin/src/de/anbos/eclipse/easyshell/plugin/commands/ExecuteCommandPopup.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2014 - 2018 Andre Bossert. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
/** | ||
* Copyright (c) 2014-2020 Andre Bossert <[email protected]>. | ||
* | ||
* Contributors: | ||
* Andre Bossert - initial API and implementation and/or initial documentation | ||
*******************************************************************************/ | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0 | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*/ | ||
|
||
package de.anbos.eclipse.easyshell.plugin.commands; | ||
|
||
|
Oops, something went wrong.