Skip to content

Commit fe43ac5

Browse files
committed
📦📃 Change to 'Some rights reserved'
1 parent 83282ee commit fe43ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_name/src/{{package_name}}/__init__.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""{{ project_name }}: {{ package_description }}
22

3-
Copyright (c) {{ year }} {{ user_name }}. All rights reserved.
3+
© {{ year }} {{ user_name }}. {{ "All" if license == "Proprietary" else "Some" }} rights reserved.
44
"""
55

66
{% if get_package_version_from_vcs -%}

0 commit comments

Comments
 (0)