Changed copyright year to 2019 #1434
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-28#1434
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "v0.6"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changed copyright year to 2019. Also changed start year to 2012 some places since that is what's correct according to Github.
No need to change
about.ui
- year is replaced programmatically there.@g1itch Ok, but is it fine that I change 2013 to 2012 in about.ui?
I don't know because I joined in 2017.
This guy did commit stuff in 2012: https://github.com/Bitmessage/PyBitmessage/commits?author=maran
I will revert 2019 back to 2017
@g1itch 2019 is now reverted back to 2017 in about.ui
I fail to see the point of these changes in copyright dates and am inclined to reject the PR.
@PeterSurda If we're not going to update them I think we should completely remove them, but we can't really do that because it would violate the license.
I think the project should have a policy about this.
Isn't it easier to just merge this once a year?
For the time being I think continuing updating the year is ok.
@sandakersmann you have to rebase the branch so that it can be fast-forward-merged.
Do I do that with:
git rebase v0.6
?I think you need to specify upstream as well, and don't forget to sign (if you have autosign in config, that's enough, otherwise you need to specify
-s
).Not sure if this is correct. If not, I can make a new pull request.
Looks ok. You should be now able to merge yourself by clicking the green button which says "Merge pull request". If it doesn't work, let me know and @g1itch will do it.
That button is grayed out for me.
OK I merged it
Hmm it didn't work fully as I wanted, it doesn't look like a ff-merge, I will work on it better next time.
Does not look like the programmatically replacing of 2017 in
about.ui
is working...Well the screenshot matches the the contents of
about.ui
, looks like you made a typo.@g1itch said it was auto updated in this comment:
https://github.com/Bitmessage/PyBitmessage/pull/1434#issuecomment-460657207
That's why I didn't change that.
Made a new pull to fix this:
https://github.com/Bitmessage/PyBitmessage/pull/1448
I'll have to look at
about.ui
.Well, I forgot to mention that substitution works only for git repo, not any tarball or release exe file. I hoped you read the code...