Skip to content

Commit e0d1a49

Browse files
author
Robin Stolpe
committed
updae
1 parent f05fc04 commit e0d1a49

7 files changed

Lines changed: 96 additions & 1401 deletions

File tree

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,12 @@
2525
.Spotlight-V100
2626
.Trashes
2727
ehthumbs.db
28-
Thumbs.db
28+
Thumbs.db
29+
30+
*.csproj.user
31+
32+
bin/
33+
obj/
34+
.vs/
35+
.vscode/
36+
.idea/

.src/License/gnu3.source

Lines changed: 0 additions & 674 deletions
This file was deleted.

.src/License/gnu3_add_file_licens.source

Lines changed: 0 additions & 16 deletions
This file was deleted.

.src/MaintainModule.psd1.source

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
11
<#
2-
Copyright (C) {{year}} Robin Stolpe.
3-
<https://stolpe.io>
4-
This program is free software: you can redistribute it and/or modify
5-
it under the terms of the GNU General Public License as published by
6-
the Free Software Foundation, either version 3 of the License, or
7-
(at your option) any later version.
8-
This program is distributed in the hope that it will be useful,
9-
but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
GNU General Public License for more details.
12-
You should have received a copy of the GNU General Public License
13-
along with this program. If not, see <https://www.gnu.org/licenses/>.
2+
MIT License
3+
4+
Copyright (c) {{year}} {{author}}
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.
1423
#>
1524

1625
#
1726
# Module manifest for module '{{moduleName}}'
1827
#
19-
# Generated by: Robin Stolpe
28+
# Generated by: {{author}}
2029
#
2130
# Generated on: {{manifestDate}}
2231
#
@@ -36,13 +45,13 @@
3645
GUID = '4fec1769-909e-44cf-b715-bbc6b10564b3'
3746

3847
# Author of this module
39-
Author = 'Robin Stolpe'
48+
Author = '{{author}}'
4049

4150
# Company or vendor of this module
4251
CompanyName = 'Stolpe.io'
4352

4453
# Copyright statement for this module
45-
Copyright = '(c) {{year}} Robin Stolpe. All rights reserved.'
54+
Copyright = '(c) {{year}} {{author}}. All rights reserved.'
4655

4756
# Description of the functionality provided by this module
4857
Description = 'This module let you maintain your installed modules in a easy way'

.src/license/LICENSE.source

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
MIT License
2+
3+
Copyright (C) {{year}} Robin Stolpe.
4+
robin@stolpe.io
5+
<https://stolpe.io>
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to deal
9+
in the Software without restriction, including without limitation the rights
10+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the Software is
12+
furnished to do so, subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in all
15+
copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23+
SOFTWARE.

0 commit comments

Comments
 (0)