From b9c4e9725a326cdb2b07b514971392783d3f586c Mon Sep 17 00:00:00 2001 From: Piotr Wolny Date: Mon, 17 Nov 2014 22:31:07 +0100 Subject: [PATCH] LICENSE moved to separate file. --- LICENSE | 22 +++++++++++++++++++ .../simplepropertieseditor/Activator.java | 22 ------------------- .../editor/ColorManager.java | 22 ------------------- .../editor/PropertiesColorConstants.java | 22 ------------------- .../editor/PropertiesConfiguration.java | 22 ------------------- .../editor/PropertiesDocumentProvider.java | 22 ------------------- .../editor/PropertiesDocumentWrapper.java | 22 ------------------- .../editor/PropertiesPartitionScanner.java | 22 ------------------- .../editor/SimplePropertiesEditor.java | 22 ------------------- 9 files changed, 22 insertions(+), 176 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..22441d1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2010-2014 Piotr Wolny + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/plugin/src/pl/gildur/simplepropertieseditor/Activator.java b/plugin/src/pl/gildur/simplepropertieseditor/Activator.java index 60c0942..eef871d 100755 --- a/plugin/src/pl/gildur/simplepropertieseditor/Activator.java +++ b/plugin/src/pl/gildur/simplepropertieseditor/Activator.java @@ -1,25 +1,3 @@ -// Copyright (c) 2010 Piotr Wolny -// -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, -// copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following -// conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -// OTHER DEALINGS IN THE SOFTWARE. package pl.gildur.simplepropertieseditor; import org.eclipse.jface.resource.ImageDescriptor; diff --git a/plugin/src/pl/gildur/simplepropertieseditor/editor/ColorManager.java b/plugin/src/pl/gildur/simplepropertieseditor/editor/ColorManager.java index efac1d8..5833f94 100755 --- a/plugin/src/pl/gildur/simplepropertieseditor/editor/ColorManager.java +++ b/plugin/src/pl/gildur/simplepropertieseditor/editor/ColorManager.java @@ -1,25 +1,3 @@ -// Copyright (c) 2010 Piotr Wolny -// -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, -// copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following -// conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -// OTHER DEALINGS IN THE SOFTWARE. package pl.gildur.simplepropertieseditor.editor; import java.util.HashMap; diff --git a/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesColorConstants.java b/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesColorConstants.java index 2903718..5fbaf56 100755 --- a/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesColorConstants.java +++ b/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesColorConstants.java @@ -1,25 +1,3 @@ -// Copyright (c) 2010 Piotr Wolny -// -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, -// copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following -// conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -// OTHER DEALINGS IN THE SOFTWARE. package pl.gildur.simplepropertieseditor.editor; import org.eclipse.swt.graphics.RGB; diff --git a/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesConfiguration.java b/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesConfiguration.java index 63e7c49..5e58948 100755 --- a/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesConfiguration.java +++ b/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesConfiguration.java @@ -1,25 +1,3 @@ -// Copyright (c) 2010 Piotr Wolny -// -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, -// copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following -// conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -// OTHER DEALINGS IN THE SOFTWARE. package pl.gildur.simplepropertieseditor.editor; import org.eclipse.jface.text.IDocument; diff --git a/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesDocumentProvider.java b/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesDocumentProvider.java index a8a59ea..463c48b 100755 --- a/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesDocumentProvider.java +++ b/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesDocumentProvider.java @@ -1,25 +1,3 @@ -// Copyright (c) 2010 Piotr Wolny -// -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, -// copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following -// conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -// OTHER DEALINGS IN THE SOFTWARE. package pl.gildur.simplepropertieseditor.editor; import org.eclipse.core.runtime.CoreException; diff --git a/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesDocumentWrapper.java b/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesDocumentWrapper.java index 1127620..b241c95 100755 --- a/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesDocumentWrapper.java +++ b/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesDocumentWrapper.java @@ -1,25 +1,3 @@ -// Copyright (c) 2010 Piotr Wolny -// -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, -// copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following -// conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -// OTHER DEALINGS IN THE SOFTWARE. package pl.gildur.simplepropertieseditor.editor; import java.nio.ByteBuffer; diff --git a/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesPartitionScanner.java b/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesPartitionScanner.java index 0f08c01..fd96e6c 100755 --- a/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesPartitionScanner.java +++ b/plugin/src/pl/gildur/simplepropertieseditor/editor/PropertiesPartitionScanner.java @@ -1,25 +1,3 @@ -// Copyright (c) 2010 Piotr Wolny -// -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, -// copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following -// conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -// OTHER DEALINGS IN THE SOFTWARE. package pl.gildur.simplepropertieseditor.editor; import org.eclipse.jface.text.rules.*; diff --git a/plugin/src/pl/gildur/simplepropertieseditor/editor/SimplePropertiesEditor.java b/plugin/src/pl/gildur/simplepropertieseditor/editor/SimplePropertiesEditor.java index e9e5e71..8b5b2cd 100755 --- a/plugin/src/pl/gildur/simplepropertieseditor/editor/SimplePropertiesEditor.java +++ b/plugin/src/pl/gildur/simplepropertieseditor/editor/SimplePropertiesEditor.java @@ -1,25 +1,3 @@ -// Copyright (c) 2010 Piotr Wolny -// -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, -// copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following -// conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -// OTHER DEALINGS IN THE SOFTWARE. package pl.gildur.simplepropertieseditor.editor; import org.eclipse.ui.editors.text.TextEditor;