From: Bastian Dehn Date: Mon, 25 May 2026 10:10:14 +0000 (+0200) Subject: add copyright X-Git-Tag: v1.1.6^2~2^2~9 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=056061b94d3982aafe0b0d07504522c7149135c3;p=scantopdf.git add copyright --- diff --git a/Makefile b/Makefile index 72e71cc..3415584 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ SRCDIR=src PACKAGEDIR=$(BUILDDIR)/$(PACKAGENAME) PREFIX=usr BINDIR=$(PREFIX)/bin -SHAREDIR=$(PREFIX)/share +SHAREDIR=$(PREFIX)/share/doc ################################################################################ @@ -105,6 +105,11 @@ $(PACKAGEDIR)/DEBIAN/control: | sed "s/@VERSION@/$(VERSION)/" \ > $(@) +$(PACKAGEDIR)/$(SHAREDIR)/scantopdf/copyright: + + mkdir --parents $(@D) + cp $(SRCDIR)/debian/copyright $(@) + $(BUILDDIR)/$(PACKAGENAME).deb: \ $(PACKAGEDIR)/$(BINDIR)/scantopdf \ $(PACKAGEDIR)/$(BINDIR)/scantopdfgray \ @@ -112,6 +117,7 @@ $(BUILDDIR)/$(PACKAGENAME).deb: \ $(PACKAGEDIR)/$(BINDIR)/addocr \ $(PACKAGEDIR)/$(BINDIR)/addkeywords \ $(PACKAGEDIR)/$(SHAREDIR)/scantopdf/cutpage.html \ + $(PACKAGEDIR)/$(SHAREDIR)/scantopdf/copyright \ $(PACKAGEDIR)/DEBIAN/control mkdir --parents $(@D) diff --git a/license b/license index 9fb51ac..440bf42 100644 --- a/license +++ b/license @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright © 2024 - 2026 Bastian Dehn +Copyright © 2024-2026 Bastian Dehn Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in diff --git a/src/debian/copyright b/src/debian/copyright new file mode 100644 index 0000000..3eaad05 --- /dev/null +++ b/src/debian/copyright @@ -0,0 +1,4 @@ +Files: + * +Copyright: 2024-2026 Bastian Dehn +License: MIT \ No newline at end of file