diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-03 15:54:17 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-03 16:08:58 +0200 |
commit | 4b8910554d91768db711c9f05ad992b8a70c590e (patch) | |
tree | 4cb6318f5435259e72a65f26da5dbb940810be95 /utils | |
parent | 087d8d9415db93cc51b949cfbfb19d7f13f6b265 (diff) |
qmi-network: add missing copyright header
Diffstat (limited to 'utils')
-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]" |