summaryrefslogtreecommitdiff
path: root/gio/gsocks4proxy.c
AgeCommit message (Collapse)Author
2022-05-18gio: Add SPDX license headers automaticallyPhilip Withnall
Add SPDX license (but not copyright) headers to all files which follow a certain pattern in their existing non-machine-readable header comment. This commit was entirely generated using the command: ``` git ls-files gio/*.[ch] | xargs perl -0777 -pi -e 's/\n \*\n \* This library is free software; you can redistribute it and\/or\n \* modify it under the terms of the GNU Lesser General Public/\n \*\n \* SPDX-License-Identifier: LGPL-2.1-or-later\n \*\n \* This library is free software; you can redistribute it and\/or\n \* modify it under the terms of the GNU Lesser General Public/igs' ``` Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #1415
2017-05-29gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
Sub-directories inside gio/ already processed in a previous commit: - fam/ - gdbus-2.0/ (which contains only codegen/) - gvdb/ - inotify/ - tests/ - win32/ - xdgmime/ Other sub-directories inside gio/: - completion/: no license headers - kqueue/: not LGPL, BSD-style license https://bugzilla.gnome.org/show_bug.cgi?id=776504
2014-01-31Updated FSF's addressDaniel Mustieles
2010-08-19gio/proxy: Fixed compilation warningsNicolas Dufresne
* Wrong return type (NULL instead of FALSE) * Unused static function declaration
2010-08-19Implemented SOCKSv4 and SOCKSv4aNicolas Dufresne