Skip to content

Commit

Permalink
change and release code under the MIT/X License as required by XScree…
Browse files Browse the repository at this point in the history
…nsaver to patch series

Signed-off-by: Jeffrey Merkey <jeffmerkey@gmail.com>
  • Loading branch information
jeffmerkey committed Feb 19, 2024
1 parent 2a75f3c commit 20ebc36
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions netwaresmp-xscreensaver-6.08.patch
Original file line number Diff line number Diff line change
Expand Up @@ -110,24 +110,34 @@ diff -Naur xscreensaver-6.08/hacks/Makefile.in xscreensaver-6.08-new/hacks/Makef

diff -Naur xscreensaver-6.08/hacks/netwaresmp.c xscreensaver-6.08-new/hacks/netwaresmp.c
--- xscreensaver-6.08/hacks/netwaresmp.c 1969-12-31 16:00:00.000000000 -0800
+++ xscreensaver-6.08-new/hacks/netwaresmp.c 2024-02-18 19:51:51.195792502 -0800
@@ -0,0 +1,942 @@
+++ xscreensaver-6.08-new/hacks/netwaresmp.c 2024-02-18 22:00:50.390648765 -0800
@@ -0,0 +1,952 @@
+/***************************************************************************
+*
+* Copyright(c) Jeff V. Merkey 1997-2024. All rights reserved.
+*
+* Portions adapted from xscreensaver loadsnake program is
+* portions Copyright (c) 2007-2011 Cosimo Streppone <cosimo@cpan.org>
+*
+* Licensed under the Lesser GNU Public License (LGPL) v2.1.
+* Licensed under the MIT/X License
+*
+* Permission to use, copy, modify, distribute, and sell this software and its
+* documentation for any purpose is hereby granted without fee, provided that
+* the above copyright notice appear in all copies and that both that
+* copyright notice and this permission notice appear in supporting
+* documentation. No representations are made about the suitability of
+* this software for any purpose. It is provided "as is" without express or
+* implied warranty.
+* Permission is hereby granted, free of charge, to any person obtaining a copy
+* of this software and associated documentation files (the "Software"), to
+* deal in the Software without restriction, including without limitation
+* the rights to use, copy, modify, merge, publish, distribute, sublicense,
+* and/or sell copies of the Software, and to permit persons to whom the
+* Software is furnished to do so, subject to the following conditions:
+*
+* The above copyright notice and this permission notice shall be included
+* in all copies or substantial portions of the Software.
+*
+* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+* DEALINGS IN THE SOFTWARE.
+*
+* NetWare SMP style worm XScreensaver for Linux and android
+*
Expand Down

0 comments on commit 20ebc36

Please sign in to comment.