Bundle-Copyright STRING
Header
-
Example:
Bundle-Copyright: OSGi (c) 2002
-
Pattern:
.*
Bundle-Copyright
The Bundle-Copyright
header specifies the copyright statement for the bundle. This information can be set using the BundleCopyright
annotation or directly in the manifest. It is intended for informational purposes and does not affect bundle behavior.
Example:
Bundle-Copyright: Copyright (c) 2025 Example Corp.
This header is optional and is typically used to document the legal ownership of the bundle’s contents.
TODO Needs review - AI Generated content