Fix missing license information
This commit is contained in:
parent
5dea52658b
commit
a1613489c4
@ -3,7 +3,7 @@ MIT License Copyright (c) 2021 F.Terrot
|
||||
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
|
||||
to use, copy, modify, merge, publish, distribute, sub-license, 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:
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<feature
|
||||
id="io.gitea.mylyn"
|
||||
label="Mylyn/Gitea Tasks Connector"
|
||||
version="0.2.0"
|
||||
version="0.3.1"
|
||||
provider-name="io.gitea">
|
||||
|
||||
<description>
|
||||
@ -10,19 +10,51 @@
|
||||
</description>
|
||||
|
||||
<copyright>
|
||||
Copyright (c) 2021 François Terrot
|
||||
MIT License Copyright (c) 2021 F.Terrot
|
||||
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are made available under the terms of the MIT License which
|
||||
accompanies this distribution.
|
||||
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, sub-license, 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 (including the next
|
||||
paragraph) 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.
|
||||
</copyright>
|
||||
|
||||
<license url="">
|
||||
%license
|
||||
MIT License Copyright (c) 2021 F.Terrot
|
||||
|
||||
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, sub-license, 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 (including the next
|
||||
paragraph) 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.
|
||||
</license>
|
||||
|
||||
<url>
|
||||
<update label="Mylyn/Gitea Tasks Connector Update Site" url="https://forge.chapril.org/gitea/mylyn-gitea-updatesite"/>
|
||||
<update label="Mylyn/Gitea Tasks Connector Update Site" url="https://teilginn.github.io/mylyn-gitea-updatesite/"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
@ -42,14 +74,14 @@ accompanies this distribution.
|
||||
id="io.gitea.mylyn.core"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.2.0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="io.gitea.mylyn.ui"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.2.0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
Loading…
Reference in New Issue
Block a user