Skip to content

Commit

Permalink
Add AGPL headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhymeswithmogul committed Jun 30, 2022
1 parent df30673 commit 422cfb4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
18 changes: 17 additions & 1 deletion PSGopher.psd1
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
<#
PSGopher -- a PowerShell client for Gopher and Gopher+ servers.
Copyright (C) 2021-2022 Colin Cogle <[email protected]>
This program 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.
This program 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 this program. If not, see <https://www.gnu.org/licenses/>.
#>

# Module manifest for module 'PSGopher'
# Generated by: Colin Cogle
# Generated on: December 2, 2021
#

@{

Expand Down
17 changes: 17 additions & 0 deletions src/PSGopher.psm1
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<#
PSGopher -- a PowerShell client for Gopher and Gopher+ servers.
Copyright (C) 2021-2022 Colin Cogle <[email protected]>
This program 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.
This program 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 this program. If not, see <https://www.gnu.org/licenses/>.
#>

#Requires -Version 7.1
Function Invoke-GopherRequest {
[CmdletBinding(DefaultParameterSetName='ToScreen')]
Expand Down

0 comments on commit 422cfb4

Please sign in to comment.