summaryrefslogtreecommitdiff
path: root/camlibs/soundvision
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2015-07-12 08:14:45 +0000
committerMarcus Meissner <marcus@jet.franken.de>2015-07-12 08:14:45 +0000
commita410f8f70c6700d4398ce97e0f5d8bf5835189df (patch)
tree62cb46295f50ad48f63e3f119fb1520120cc248b /camlibs/soundvision
parent4adfe5a6c9db07537df302f3c17713515bf23a2e (diff)
downloadlibgphoto2-a410f8f70c6700d4398ce97e0f5d8bf5835189df.tar.gz
updated copyright headers. vince confirmed by email that code is LGPL
same as rest of libgphoto2 git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@15491 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/soundvision')
-rw-r--r--camlibs/soundvision/agfa_cl18.c15
-rw-r--r--camlibs/soundvision/commands.c16
-rw-r--r--camlibs/soundvision/commands.h18
-rw-r--r--camlibs/soundvision/soundvision.c16
-rw-r--r--camlibs/soundvision/soundvision.h16
-rw-r--r--camlibs/soundvision/tiger_fastflicks.c16
6 files changed, 97 insertions, 0 deletions
diff --git a/camlibs/soundvision/agfa_cl18.c b/camlibs/soundvision/agfa_cl18.c
index 8c7cb3393..3328346ef 100644
--- a/camlibs/soundvision/agfa_cl18.c
+++ b/camlibs/soundvision/agfa_cl18.c
@@ -1,6 +1,21 @@
/*
* agfa_cl18.c
*
+ * 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 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
+ *
* Command set specific to agfa-ephoto-CL18
*
* Copyright 2001-2002 Vince Weaver <vince@deater.net>
diff --git a/camlibs/soundvision/commands.c b/camlibs/soundvision/commands.c
index bc42c7177..7a809bed2 100644
--- a/camlibs/soundvision/commands.c
+++ b/camlibs/soundvision/commands.c
@@ -1,6 +1,22 @@
/*
* commands.c
*
+ * 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 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
+ *
+ *
* Command set for the soundvision cameras
*
* Copyright 2001-2003 Vince Weaver <vince@deater.net>
diff --git a/camlibs/soundvision/commands.h b/camlibs/soundvision/commands.h
index f8eb60d40..d79dbd0f0 100644
--- a/camlibs/soundvision/commands.h
+++ b/camlibs/soundvision/commands.h
@@ -1,3 +1,21 @@
+/*
+ *
+ * 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 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
+ */
+
#ifndef commands_H
#define commands_H
diff --git a/camlibs/soundvision/soundvision.c b/camlibs/soundvision/soundvision.c
index 54a90f0b3..d9a0ad1f8 100644
--- a/camlibs/soundvision/soundvision.c
+++ b/camlibs/soundvision/soundvision.c
@@ -1,6 +1,22 @@
/*
* soundvision.c
*
+ * 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 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
+ *
+ *
* For cameras using the Clarity2 chip made by Soundvision Inc.
* Made entirely w/o Soundvision's help. They would not give
* documentation. Reverse-engineered from usb-traces.
diff --git a/camlibs/soundvision/soundvision.h b/camlibs/soundvision/soundvision.h
index e15d022c0..a0d4580e3 100644
--- a/camlibs/soundvision/soundvision.h
+++ b/camlibs/soundvision/soundvision.h
@@ -1,3 +1,19 @@
+/*
+ * 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 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
+ */
#ifndef soundvision_H
#define soundvision_H
diff --git a/camlibs/soundvision/tiger_fastflicks.c b/camlibs/soundvision/tiger_fastflicks.c
index 35c09c34d..568052888 100644
--- a/camlibs/soundvision/tiger_fastflicks.c
+++ b/camlibs/soundvision/tiger_fastflicks.c
@@ -1,6 +1,22 @@
/*
* tiger_fastflicks.c
*
+ * 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 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
+ *
+ *
* Commands specific to soundvision camears with usbid
* 0x0919:0x0100 and possibly others.
*