current/utils create-package-feed.pl,1.13,1.14
Fabian Keil <[email protected]> Sat, 16 Jul 2016 11:47:18 +0000
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current/utils In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv463/utils Modified Files: create-package-feed.pl Log Message: create-package-feed.pl: Add copyright information and switch license to ISC license While the ISCL is less liberal than the WTFPL, it's liberal enough and we already use it for other scripts and packagers are familiar with it. No objections from "Unknown": https://lists.privoxy.org/pipermail/privoxy-devel/2016-July/000079.html Index: create-package-feed.pl =================================================================== RCS file: /cvsroot/ijbswa/current/utils/create-package-feed.pl,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** create-package-feed.pl 16 Jul 2016 11:45:22 -0000 1.13 --- create-package-feed.pl 16 Jul 2016 11:47:16 -0000 1.14 *************** *** 1,4 **** #!/usr/local/bin/perl ! #< LICENSE: WTFPL > use warnings; use strict; --- 1,20 ---- #!/usr/local/bin/perl ! ! ############################################################################ ! # Copyright (c) 2016 "Unknown", Fabian Keil <[email protected]> ! # ! # Permission to use, copy, modify, and distribute this software for any ! # purpose with or without fee is hereby granted, provided that the above ! # copyright notice and this permission notice appear in all copies. ! # ! # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES ! # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF ! # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ! # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ! # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ! # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF ! # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ! ############################################################################ ! use warnings; use strict; ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev