Skip to content

Commit

Permalink
update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksalvet committed Jan 12, 2022
1 parent dd611b9 commit a6749f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2021 Dominik Salvet
Copyright (c) 2019-2022 Dominik Salvet

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions src/gitpack
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

#-------------------------------------------------------------------------------
# Copyright 2019-2021 Dominik Salvet
# Copyright 2019-2022 Dominik Salvet
# https://github.com/dominiksalvet/gitpack
#-------------------------------------------------------------------------------
# This is GitPack, a simple Git-based package manager. It is particularly useful
Expand Down Expand Up @@ -47,9 +47,9 @@ OPTION: -h/-H show short/full version hashes
-d ignore installed basename duplicates'

readonly ABOUT_MESSAGE="GitPack $VERSION
Simple Git-based package manager.
Simple Git-based package manager
Copyright 2019-2021 Dominik Salvet
Copyright 2019-2022 Dominik Salvet
https://github.com/dominiksalvet/gitpack"
}

Expand Down

0 comments on commit a6749f2

Please sign in to comment.