Skip to content

Commit f12c298

Browse files
authored
Rename COPYRIGHT to LICENSE in packaging (#3184)
1 parent 4f479b7 commit f12c298

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

debian/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ install: apply-patches
8383
curl -fs https://$${baseurl}/confluent-cli/binaries/$(CLI_VERSION)/confluent$${version}_windows_amd64.exe -o $${filepath}; \
8484
chmod 755 $${filepath}
8585

86-
cp LICENSE $(DESTDIR)$(DOCPATH)/COPYRIGHT
86+
cp LICENSE $(DESTDIR)$(DOCPATH)/LICENSE
8787
$(DESTDIR)$(BINPATH)/confluent --version | awk -F' ' '{ print $3 }' > $(DESTDIR)$(DOCPATH)/version.txt
8888

8989
chown -R root:root $(DESTDIR)$(PREFIX)

debian/patches/standard_build_layout.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- cli/Makefile 2025-08-21 09:54:07.241093863 -0700
2-
+++ debian/Makefile 2025-07-11 14:06:22.180812125 -0700
1+
--- cli/Makefile 2025-08-27 10:15:22.860561026 -0700
2+
+++ debian/Makefile 2025-09-12 11:15:01.286651273 -0700
33
@@ -1,143 +1,163 @@
44
-SHELL := /bin/bash
55
-GORELEASER_VERSION := v1.21.2
@@ -143,7 +143,7 @@
143143
+ curl -fs https://$${baseurl}/confluent-cli/binaries/$(CLI_VERSION)/confluent$${version}_windows_amd64.exe -o $${filepath}; \
144144
+ chmod 755 $${filepath}
145145
+
146-
+ cp LICENSE $(DESTDIR)$(DOCPATH)/COPYRIGHT
146+
+ cp LICENSE $(DESTDIR)$(DOCPATH)/LICENSE
147147
+ $(DESTDIR)$(BINPATH)/confluent --version | awk -F' ' '{ print $3 }' > $(DESTDIR)$(DOCPATH)/version.txt
148148

149149
+ chown -R root:root $(DESTDIR)$(PREFIX)

0 commit comments

Comments
 (0)