mirror of
https://github.com/containers/skopeo.git
synced 2025-08-01 23:07:51 +00:00
16 lines
641 B
Plaintext
16 lines
641 B
Plaintext
When contributing your first changes, please include an empty commit for
|
|
copyright waiver using the following message (replace 'John Doe' with
|
|
your name or nickname):
|
|
|
|
John Doe Copyright Waiver
|
|
|
|
I dedicate any and all copyright interest in this software to the
|
|
public domain. I make this dedication for the benefit of the public at
|
|
large and to the detriment of my heirs and successors. I intend this
|
|
dedication to be an overt act of relinquishment in perpetuity of all
|
|
present and future rights to this software under copyright law.
|
|
|
|
The command to create an empty commit from the command-line is:
|
|
|
|
git commit --allow-empty
|