# Packages
Package comments provides functionality to add and remove comments to the top of files.
# Functions
AddHeaders adds or updates the Ory copyright header in all applicable files within the given directory.
Header-aware equivalent of the Unix `cp` command.
Header-aware equivalent of the Unix `cp -n` command.
Header-aware equivalent of the Unix `cp -r` command.
# Constants
No description provided by the author
template for the header.
No description provided by the author
HEADER_TEMPLATE_OPEN_SOURCE defines the full header text for open-source files.
HEADER_TEMPLATE_PROPRIETARY defines the full header text for proprietary files.
HEADER_TOKEN defines a text snippet to recognize an existing copyright header in a file.
the root path for links to the original NOTE: might have to convert to a CLI switch.
# Variables
No description provided by the author