summaryrefslogtreecommitdiff
path: root/camlibs/jd11
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2001-11-17 19:12:42 +0000
committerMarcus Meissner <marcus@jet.franken.de>2001-11-17 19:12:42 +0000
commit9182fe2e00d0e1765ae03f86d30850734ba524e5 (patch)
tree5cc140106aaabc7304669c7e359f663dfcaf4155 /camlibs/jd11
parent74490a06455312a08de5a91bfd607387841a7f40 (diff)
downloadlibgphoto2-9182fe2e00d0e1765ae03f86d30850734ba524e5.tar.gz
Just GPL boiler plate added to every file.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3093 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/jd11')
-rw-r--r--camlibs/jd11/decomp.c19
-rw-r--r--camlibs/jd11/decomp.h19
-rw-r--r--camlibs/jd11/jd11.c2
-rw-r--r--camlibs/jd11/jd11.html1
-rw-r--r--camlibs/jd11/serial.c19
-rw-r--r--camlibs/jd11/serial.h19
6 files changed, 78 insertions, 1 deletions
diff --git a/camlibs/jd11/decomp.c b/camlibs/jd11/decomp.c
index 34272e6c8..dccd9e83d 100644
--- a/camlibs/jd11/decomp.c
+++ b/camlibs/jd11/decomp.c
@@ -1,3 +1,22 @@
+/*
+ * Jenoptik JD11 Camera Driver
+ * Copyright (C) 1999-2001 Marcus Meissner <marcus@jet.franken.de>
+ *
+ * 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; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
diff --git a/camlibs/jd11/decomp.h b/camlibs/jd11/decomp.h
index 30de7e597..7aa91f623 100644
--- a/camlibs/jd11/decomp.h
+++ b/camlibs/jd11/decomp.h
@@ -1,3 +1,22 @@
+/*
+ * Jenopt JD11 Camera Driver
+ * Copyright (C) 1999-2001 Marcus Meissner <marcus@jet.franken.de>
+ *
+ * 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; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
#ifndef _JD11_DECOMP_H
#define _JD11_DECOMP_H
extern void picture_decomp_v1(char *compressed,char *uncompressed,int width,int height);
diff --git a/camlibs/jd11/jd11.c b/camlibs/jd11/jd11.c
index ef1c733ef..0615f93d1 100644
--- a/camlibs/jd11/jd11.c
+++ b/camlibs/jd11/jd11.c
@@ -1,5 +1,5 @@
/*
- * Jenoptik JD11 Driver
+ * Jenoptik JD11 Camera Driver
* Copyright (C) 1999-2001 Marcus Meissner <marcus@jet.franken.de>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/camlibs/jd11/jd11.html b/camlibs/jd11/jd11.html
index b539ee223..df91fbe6b 100644
--- a/camlibs/jd11/jd11.html
+++ b/camlibs/jd11/jd11.html
@@ -3,6 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.61C-CCK-MCD Caldera Systems OpenLinux [en] (X11; I; Linux 2.2.14 i586) [Netscape]">
+ <meta name="license" content="GPL v2">
<title>Reverse Engineering the JD11 (JenCam 11) </title>
</head>
<body>
diff --git a/camlibs/jd11/serial.c b/camlibs/jd11/serial.c
index 40d145ddf..439228be4 100644
--- a/camlibs/jd11/serial.c
+++ b/camlibs/jd11/serial.c
@@ -1,3 +1,22 @@
+/*
+ * Jenopt JD11 Camera Driver
+ * Copyright (C) 1999-2001 Marcus Meissner <marcus@jet.franken.de>
+ *
+ * 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; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
diff --git a/camlibs/jd11/serial.h b/camlibs/jd11/serial.h
index 1056e4530..aee339d8d 100644
--- a/camlibs/jd11/serial.h
+++ b/camlibs/jd11/serial.h
@@ -1,3 +1,22 @@
+/*
+ * Jenopt JD11 Camera Driver
+ * Copyright (C) 1999-2001 Marcus Meissner <marcus@jet.franken.de>
+ *
+ * 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; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
#ifndef _JD11_SERIAL_H
#define _JD11_SERIAL_H