This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
QHY5L-II-C driver | |
Copyright (C) 2014 Peter Strapp ([email protected]) | |
This library is free software; you can redistribute it and/or | |
modify it under the terms of the GNU Lesser General Public | |
License as published by the Free Software Foundation; either | |
version 2.1 of the License, or (at your option) any later version. | |
This library is distributed in the hope that it will be useful, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
######################################################################################### | |
# | |
# igdctl -:- Internet gateway device administration tool written in perl | |
# | |
# VERSION: 0.1 | |
# AUTHOR: Vincent Wochnik | |
# EMAIL: [email protected] | |
# WWW: ubuntu.blogetery.com | |
# COPYRIGHT: (c) by Vincent Wochnik 2009 |