summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/generic/check-ptp-camera17
1 files changed, 16 insertions, 1 deletions
diff --git a/packaging/generic/check-ptp-camera b/packaging/generic/check-ptp-camera
index 8750601e8..1793fc833 100644
--- a/packaging/generic/check-ptp-camera
+++ b/packaging/generic/check-ptp-camera
@@ -1,5 +1,20 @@
#!/bin/bash
-
+# This program 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 of the License, or (at your option) any later version.
+#
+# This library 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
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301 USA
+#
+#
# check if any interface of this device is a PTP camera interface (06)
INTERFACE="${1:-06/01/01}"