From: Bastian Dehn Date: Mon, 25 May 2026 13:21:21 +0000 (+0200) Subject: add copyright X-Git-Tag: v1.0.2^2~3^2~4 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=60365203fedf4c59ca3b8a6516c67b2e19e1edc3;p=simple-backup.git add copyright --- diff --git a/Makefile b/Makefile index b162b9e..82887f3 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SRCDIR=src BUILDDIR=build PREFIX=usr BINDIR=$(BUILDDIR)/$(PACKAGENAME)/$(PREFIX)/bin -SHAREDIR=$(BUILDDIR)/$(PACKAGENAME)/$(PREFIX)/share/$(PACKAGE) +SHAREDIR=$(BUILDDIR)/$(PACKAGENAME)/$(PREFIX)/share/doc/$(PACKAGE) .PHONY: all build package clean @@ -41,11 +41,16 @@ $(SHAREDIR)/config-example.yaml: mkdir --parents $(@D) cp $(SRCDIR)/config-example.yaml $(@) +$(SHAREDIR)/copyright: + mkdir --parents $(@D) + cp $(SRCDIR)/debian/copyright $(@) + $(BUILDDIR)/$(PACKAGENAME).deb: \ $(BINDIR)/backup \ $(BINDIR)/backupmount \ $(BINDIR)/restore \ $(SHAREDIR)/config-example.yaml \ + $(SHAREDIR)/copyright \ $(BUILDDIR)/$(PACKAGENAME)/DEBIAN/control mkdir --parents $(@D) diff --git a/license b/license index 73c236e..63dde95 100644 --- a/license +++ b/license @@ -1,5 +1,5 @@ MIT License -Copyright (c) 2017-2025 Bastian Dehn +Copyright (c) 2017-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..6f43149 --- /dev/null +++ b/src/debian/copyright @@ -0,0 +1,4 @@ +Files: + * +Copyright: 2017-2026 Bastian Dehn +License: MIT \ No newline at end of file