Skip to content

Commit

Permalink
Add AGPL headers to compatible files
Browse files Browse the repository at this point in the history
  • Loading branch information
rhymeswithmogul committed Mar 21, 2023
1 parent f980291 commit ac26991
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/run-pester-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# This file is part of APRSMessenger.
#
# APRSMessenger is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, either version 3 of the License, or (at your option) any
# later version.
#
# APRSMessenger is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
# details.
#
# You should have received a copy of the GNU Affero General Public License
# along with APRSMessenger. If not, see <https://www.gnu.org/licenses/>.

name: Run Pester tests
on: push

Expand Down
15 changes: 15 additions & 0 deletions APRSMessenger.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# This file is part of APRSMessenger.
#
# APRSMessenger is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, either version 3 of the License, or (at your option) any
# later version.
#
# APRSMessenger is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
# details.
#
# You should have received a copy of the GNU Affero General Public License
# along with APRSMessenger. If not, see <https://www.gnu.org/licenses/>.

BeforeAll {
Import-Module -Name (Join-Path -Path '.' -ChildPath 'APRSMessenger.psd1')

Expand Down
15 changes: 15 additions & 0 deletions APRSMessenger.psd1
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# This file is part of APRSMessenger.
#
# APRSMessenger is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, either version 3 of the License, or (at your option) any
# later version.
#
# APRSMessenger is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
# details.
#
# You should have received a copy of the GNU Affero General Public License
# along with APRSMessenger. If not, see <https://www.gnu.org/licenses/>.

@{

# Script module or binary module file associated with this manifest.
Expand Down
15 changes: 15 additions & 0 deletions release/New-Release.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# This file is part of APRSMessenger.
#
# APRSMessenger is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, either version 3 of the License, or (at your option) any
# later version.
#
# APRSMessenger is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
# details.
#
# You should have received a copy of the GNU Affero General Public License
# along with APRSMessenger. If not, see <https://www.gnu.org/licenses/>.

#Requires -Module Microsoft.PowerShell.Security
#Requires -Module Pester

Expand Down
15 changes: 15 additions & 0 deletions src/APRSMessenger.psm1
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# This file is part of APRSMessenger.
#
# APRSMessenger is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, either version 3 of the License, or (at your option) any
# later version.
#
# APRSMessenger is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
# details.
#
# You should have received a copy of the GNU Affero General Public License
# along with APRSMessenger. If not, see <https://www.gnu.org/licenses/>.

Function Send-APRSThing
{
[CmdletBinding(SupportsShouldProcess, ConfirmImpact='Low')]
Expand Down

0 comments on commit ac26991

Please sign in to comment.