Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curldown: Fix email address in Copyright #12997

Closed
wants to merge 1 commit into from

Conversation

danielgustafsson
Copy link
Member

The curldown conversion accidentally replaced daniel@haxx.se with just daniel.se. This reverts back to the proper email address in the curldown docs as well as in a few other stray places.

Closes: #xxxx

@bagder
Copy link
Member

bagder commented Feb 26, 2024

This one is also needed:

diff --git a/lib/optiontable.pl b/lib/optiontable.pl
index 25d6a66deb..511322a347 100755
--- a/lib/optiontable.pl
+++ b/lib/optiontable.pl
@@ -6,11 +6,11 @@ print <<HEAD
  *  Project                     ___| | | |  _ \\| |
  *                             / __| | | | |_) | |
  *                            | (__| |_| |  _ <| |___
  *                             \\___|\\___/|_| \\_\\_____|
  *
- * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) Daniel Stenberg, <daniel\@haxx.se>, et al.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
  * are also available at https://curl.se/docs/copyright.html.
  *

The curldown conversion accidentally replaced daniel@haxx.se with
just daniel.se.  This reverts back to the proper email address in
the curldown docs as well as in a few other stray places.

Closes: #xxxx
@danielgustafsson
Copy link
Member Author

This one is also needed:

Fixed and rebased, no other instances found after some grepping around.

@danielgustafsson
Copy link
Member Author

Pushed to master, thanks for review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants