Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Jan 21, 2022
1 parent 4956304 commit cf02fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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) 2021 Rui Ying
Copyright (c) 2022 Rui Ying

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
2 changes: 1 addition & 1 deletion src/screens/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const About: React.FC<
<Text style={styles.text}>
{`v${packageJson.version} (build ${DeviceInfo.getBuildNumber()})`}
</Text>
<Text style={styles.text}>Copyright (c) 2021 Rui Ying</Text>
<Text style={styles.text}>Copyright (c) 2022 Rui Ying</Text>
<Text style={styles.text}>
{t('opensourceAt')}{' '}
<Text
Expand Down

0 comments on commit cf02fb1

Please sign in to comment.