Skip to content

Commit

Permalink
Added zlib license to everything.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 21, 2017
1 parent 65c4829 commit 705732b
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 0 deletions.
23 changes: 23 additions & 0 deletions LICENSE.txt
@@ -0,0 +1,23 @@

Copyright (c) 2017 Ryan C. Gordon.

This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from
the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software in a
product, an acknowledgment in the product documentation would be
appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.

3. This notice may not be removed or altered from any source distribution.

Ryan C. Gordon <icculus@icculus.org>

26 changes: 26 additions & 0 deletions gopherspace/default
@@ -1,5 +1,31 @@
#!/usr/bin/perl -w -T

#-----------------------------------------------------------------------------
#
# Copyright (c) 2017 Ryan C. Gordon.
#
# This software is provided 'as-is', without any express or implied warranty.
# In no event will the authors be held liable for any damages arising from
# the use of this software.
#
# Permission is granted to anyone to use this software for any purpose,
# including commercial applications, and to alter it and redistribute it
# freely, subject to the following restrictions:
#
# 1. The origin of this software must not be misrepresented; you must not
# claim that you wrote the original software. If you use this software in a
# product, an acknowledgment in the product documentation would be
# appreciated but is not required.
#
# 2. Altered source versions must be plainly marked as such, and must not be
# misrepresented as being the original software.
#
# 3. This notice may not be removed or altered from any source distribution.
#
# Ryan C. Gordon <icculus@icculus.org>
#
#-----------------------------------------------------------------------------

use warnings;
use strict;

Expand Down
26 changes: 26 additions & 0 deletions gopherspace/fortune
@@ -1,5 +1,31 @@
#!/usr/bin/perl -w

#-----------------------------------------------------------------------------
#
# Copyright (c) 2017 Ryan C. Gordon.
#
# This software is provided 'as-is', without any express or implied warranty.
# In no event will the authors be held liable for any damages arising from
# the use of this software.
#
# Permission is granted to anyone to use this software for any purpose,
# including commercial applications, and to alter it and redistribute it
# freely, subject to the following restrictions:
#
# 1. The origin of this software must not be misrepresented; you must not
# claim that you wrote the original software. If you use this software in a
# product, an acknowledgment in the product documentation would be
# appreciated but is not required.
#
# 2. Altered source versions must be plainly marked as such, and must not be
# misrepresented as being the original software.
#
# 3. This notice may not be removed or altered from any source distribution.
#
# Ryan C. Gordon <icculus@icculus.org>
#
#-----------------------------------------------------------------------------

use strict;
use warnings;

Expand Down
26 changes: 26 additions & 0 deletions gopherspace/twitter
@@ -1,5 +1,31 @@
#!/usr/bin/perl -w

#-----------------------------------------------------------------------------
#
# Copyright (c) 2017 Ryan C. Gordon.
#
# This software is provided 'as-is', without any express or implied warranty.
# In no event will the authors be held liable for any damages arising from
# the use of this software.
#
# Permission is granted to anyone to use this software for any purpose,
# including commercial applications, and to alter it and redistribute it
# freely, subject to the following restrictions:
#
# 1. The origin of this software must not be misrepresented; you must not
# claim that you wrote the original software. If you use this software in a
# product, an acknowledgment in the product documentation would be
# appreciated but is not required.
#
# 2. Altered source versions must be plainly marked as such, and must not be
# misrepresented as being the original software.
#
# 3. This notice may not be removed or altered from any source distribution.
#
# Ryan C. Gordon <icculus@icculus.org>
#
#-----------------------------------------------------------------------------

use strict;
use warnings;
use Net::Twitter;
Expand Down
27 changes: 27 additions & 0 deletions gopherspace/version
@@ -1,4 +1,31 @@
#!/bin/sh

#-----------------------------------------------------------------------------
#
# Copyright (c) 2017 Ryan C. Gordon.
#
# This software is provided 'as-is', without any express or implied warranty.
# In no event will the authors be held liable for any damages arising from
# the use of this software.
#
# Permission is granted to anyone to use this software for any purpose,
# including commercial applications, and to alter it and redistribute it
# freely, subject to the following restrictions:
#
# 1. The origin of this software must not be misrepresented; you must not
# claim that you wrote the original software. If you use this software in a
# product, an acknowledgment in the product documentation would be
# appreciated but is not required.
#
# 2. Altered source versions must be plainly marked as such, and must not be
# misrepresented as being the original software.
#
# 3. This notice may not be removed or altered from any source distribution.
#
# Ryan C. Gordon <icculus@icculus.org>
#
#-----------------------------------------------------------------------------

# Version of IcculusGopher. Change this if you are forking the code.
VERSION='0.0.2'
echo -n "iThis is IcculusGopher $VERSION\t\terror.host\t1\r\n"
Expand Down

0 comments on commit 705732b

Please sign in to comment.