Skip to content

Commit 2dd55b1

Browse files
committed
change license info
1 parent f3883bc commit 2dd55b1

File tree

7 files changed

+5
-1019
lines changed

7 files changed

+5
-1019
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2020 Steven Peguero
3+
Copyright (c) 2015-2025 Steven Peguero
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To begin testing powerpkg:
4141

4242
**(2)**: Invoke `powerpkg.ps1`:
4343
```shell
44-
powershell.exe -NoProfile -ExecutionPolicy Unrestricted -File "contrib\examplepackage\powerpkg.ps1"
44+
powershell.exe -NoProfile -ExecutionPolicy Unrestricted -File "contrib\example_package\powerpkg.ps1"
4545
```
4646

4747
**(3)**: *And that's it!*
@@ -210,7 +210,7 @@ Which, with a bit of customization, can become the following example:
210210
</Package>
211211
```
212212

213-
To further familiarize yourself with powerpkg (and especially the above examples), continue reading the [Script Configuration](#script-configuration-configuration) and [Task Entry](#task-entry-taskentry) segments of this README. Examining the contents of the `\contrib\examplepackage` directory is also encouraged.
213+
To further familiarize yourself with powerpkg (and especially the above examples), continue reading the [Script Configuration](#script-configuration-configuration) and [Task Entry](#task-entry-taskentry) segments of this README. Examining the contents of the `\contrib\example_package` directory is also encouraged.
214214

215215
### Script Configuration (`<Configuration>`)
216216

@@ -612,20 +612,3 @@ Code | Description
612612
6 | No task entries were processed.
613613
7 | A task entry is missing a required value.
614614

615-
## License
616-
617-
powerpkg is licensed under the MIT license. For more information regarding this license, refer to the `LICENSE` file located at the root of this repository.
618-
619-
## Additional Comments
620-
621-
```
622-
________ ________ ___ __ _______ ________ ________ ___ __ ________
623-
|\ __ \|\ __ \|\ \ |\ \|\ ___ \ |\ __ \|\ __ \|\ \|\ \ |\ ____\
624-
\ \ \|\ \ \ \|\ \ \ \ \ \ \ \ __/|\ \ \|\ \ \ \|\ \ \ \/ /|\ \ \___|
625-
\ \ ____\ \ \\\ \ \ \ __\ \ \ \ \_|/_\ \ _ _\ \ ____\ \ ___ \ \ \ ___
626-
\ \ \___|\ \ \\\ \ \ \|\__\_\ \ \ \_|\ \ \ \\ \\ \ \___|\ \ \\ \ \ \ \|\ \
627-
\ \__\ \ \_______\ \____________\ \_______\ \__\\ _\\ \__\ \ \__\\ \__\ \_______\
628-
\|__| \|_______|\|____________|\|_______|\|__|\|__|\|__| \|__| \|__|\|_______|
629-
```
630-
631-
Fellow PowerShell enthusiasts, this is my contribution to the community. I hope you take advantage of this project I have worked very hard on. You guys rock!
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../src/powerpkg.ps1

0 commit comments

Comments
 (0)