Skip to content

Commit

Permalink
deb: fix upstream and path to licenses (#576)
Browse files Browse the repository at this point in the history
* deb: fix Upstream-Name: field
* deb: fix path of licenses to /opt/fluent/LICENSES/

---------

Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
  • Loading branch information
kenhys authored Aug 29, 2023
1 parent 37894a1 commit fd741de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions fluent-apt-source/debian/copyright
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Treasure Data Agent
Upstream-Name: Fluentd Project
Upstream-Contact: Fluentd developers <fluentd@googlegroups.com>

Files: *
Expand All @@ -24,7 +24,7 @@ License: Apache-2.0
.
Note that td-agent package bundles many third-party software under
/opt/td-agent/embedded not to affect already installed packages.
See /opt/td-agent/LICENSE/* for embedded software.
See /opt/fluent/LICENSES/* for embedded software.

License: BSD-2-clause
Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions fluent-lts-apt-source/debian/copyright
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Treasure Data Agent
Upstream-Name: Fluentd Project
Upstream-Contact: Fluentd developers <fluentd@googlegroups.com>

Files: *
Expand All @@ -24,7 +24,7 @@ License: Apache-2.0
.
Note that td-agent package bundles many third-party software under
/opt/td-agent/embedded not to affect already installed packages.
See /opt/td-agent/LICENSE/* for embedded software.
See /opt/fluent/LICENSES/* for embedded software.

License: BSD-2-clause
Redistribution and use in source and binary forms, with or without
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Treasure Data Agent
Upstream-Name: Fluentd Project

Files: *
Copyright: 2019-2020 Treasure Data, Inc.
Expand Down

0 comments on commit fd741de

Please sign in to comment.