diff options
-rwxr-xr-x | utils/qmi-network | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/utils/qmi-network b/utils/qmi-network index 3cd9184..f4d577b 100755 --- a/utils/qmi-network +++ b/utils/qmi-network @@ -1,5 +1,20 @@ #!/bin/sh +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free Software +# Foundation, version 2. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +# details. +# +# You should have received a copy of the GNU General Public License along with +# this program; if not, write to the Free Software Foundation, Inc., 51 +# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# +# Copyright (C) 2012 Aleksander Morgado <aleksander@gnu.org> + print_usage () { echo "usage: $0 [DEVICE] [COMMAND]" |