summaryrefslogtreecommitdiff
path: root/japi
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 18:24:19 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 18:24:19 +0100
commit351b7328520c16730ceb46e5acae16038c42185e (patch)
treefae21fd5c94f3c3ed0202a95c9ada705482e647b /japi
parentad38bc6ecb80ddeb562841b33258dd53659b1da6 (diff)
New upstream version 1.0.32upstream/1.0.32
Diffstat (limited to 'japi')
-rw-r--r--japi/ImageCanvas.java4
-rw-r--r--japi/ImageCanvasClient.java4
-rw-r--r--japi/Jscanimage.java4
-rw-r--r--japi/Sane.c4
-rw-r--r--japi/Sane.java4
-rw-r--r--japi/SaneDevice.java4
-rw-r--r--japi/SaneOption.java4
-rw-r--r--japi/SaneParameters.java4
-rw-r--r--japi/SaneRange.java4
-rw-r--r--japi/ScanIt.java4
-rw-r--r--japi/Test.java4
11 files changed, 11 insertions, 33 deletions
diff --git a/japi/ImageCanvas.java b/japi/ImageCanvas.java
index 56cf34c..7a34aed 100644
--- a/japi/ImageCanvas.java
+++ b/japi/ImageCanvas.java
@@ -13,9 +13,7 @@
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.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
As a special exception, the authors of SANE give permission for
additional uses of the libraries contained in this release of SANE.
diff --git a/japi/ImageCanvasClient.java b/japi/ImageCanvasClient.java
index f9caebe..17d08e4 100644
--- a/japi/ImageCanvasClient.java
+++ b/japi/ImageCanvasClient.java
@@ -13,9 +13,7 @@
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.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
As a special exception, the authors of SANE give permission for
additional uses of the libraries contained in this release of SANE.
diff --git a/japi/Jscanimage.java b/japi/Jscanimage.java
index 129d055..847bc02 100644
--- a/japi/Jscanimage.java
+++ b/japi/Jscanimage.java
@@ -13,9 +13,7 @@
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.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
As a special exception, the authors of SANE give permission for
additional uses of the libraries contained in this release of SANE.
diff --git a/japi/Sane.c b/japi/Sane.c
index 3fd9996..40b62fa 100644
--- a/japi/Sane.c
+++ b/japi/Sane.c
@@ -13,9 +13,7 @@
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.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
As a special exception, the authors of SANE give permission for
additional uses of the libraries contained in this release of SANE.
diff --git a/japi/Sane.java b/japi/Sane.java
index 88b9495..66065b5 100644
--- a/japi/Sane.java
+++ b/japi/Sane.java
@@ -13,9 +13,7 @@
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.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
As a special exception, the authors of SANE give permission for
additional uses of the libraries contained in this release of SANE.
diff --git a/japi/SaneDevice.java b/japi/SaneDevice.java
index d40367a..31d1087 100644
--- a/japi/SaneDevice.java
+++ b/japi/SaneDevice.java
@@ -13,9 +13,7 @@
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.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
As a special exception, the authors of SANE give permission for
additional uses of the libraries contained in this release of SANE.
diff --git a/japi/SaneOption.java b/japi/SaneOption.java
index 0c8c736..2a342a2 100644
--- a/japi/SaneOption.java
+++ b/japi/SaneOption.java
@@ -13,9 +13,7 @@
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.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
As a special exception, the authors of SANE give permission for
additional uses of the libraries contained in this release of SANE.
diff --git a/japi/SaneParameters.java b/japi/SaneParameters.java
index e78981a..8ef8486 100644
--- a/japi/SaneParameters.java
+++ b/japi/SaneParameters.java
@@ -13,9 +13,7 @@
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.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
As a special exception, the authors of SANE give permission for
additional uses of the libraries contained in this release of SANE.
diff --git a/japi/SaneRange.java b/japi/SaneRange.java
index 9eb7da7..506ef4e 100644
--- a/japi/SaneRange.java
+++ b/japi/SaneRange.java
@@ -13,9 +13,7 @@
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.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
As a special exception, the authors of SANE give permission for
additional uses of the libraries contained in this release of SANE.
diff --git a/japi/ScanIt.java b/japi/ScanIt.java
index a357626..e98ec72 100644
--- a/japi/ScanIt.java
+++ b/japi/ScanIt.java
@@ -13,9 +13,7 @@
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.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
As a special exception, the authors of SANE give permission for
additional uses of the libraries contained in this release of SANE.
diff --git a/japi/Test.java b/japi/Test.java
index 4a0f507..f88b524 100644
--- a/japi/Test.java
+++ b/japi/Test.java
@@ -13,9 +13,7 @@
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.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
As a special exception, the authors of SANE give permission for
additional uses of the libraries contained in this release of SANE.