Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 343a43f

Browse files
committed
Update copyright year
1 parent f454ea3 commit 343a43f

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2020 Dan <https://github.com/delivrance>
3+
Copyright (c) 2019-present Dan <https://github.com/delivrance>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ learn more about these topics.
3131

3232
## License
3333

34-
MIT © 2019-2020 [Dan](//github.com/delivrance)
34+
MIT © 2019-present [Dan](//github.com/delivrance)

assistant/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2019-2020 Dan <https://github.com/delivrance>
3+
# Copyright (c) 2019-present Dan <https://github.com/delivrance>
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

assistant/assistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2019-2020 Dan <https://github.com/delivrance>
3+
# Copyright (c) 2019-present Dan <https://github.com/delivrance>
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

assistant/plugins/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2019-2020 Dan <https://github.com/delivrance>
3+
# Copyright (c) 2019-present Dan <https://github.com/delivrance>
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

assistant/plugins/inline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2019-2020 Dan <https://github.com/delivrance>
3+
# Copyright (c) 2019-present Dan <https://github.com/delivrance>
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

assistant/plugins/private.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2019-2020 Dan <https://github.com/delivrance>
3+
# Copyright (c) 2019-present Dan <https://github.com/delivrance>
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

assistant/plugins/repaste.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2019-2020 Dan <https://github.com/delivrance>
3+
# Copyright (c) 2019-present Dan <https://github.com/delivrance>
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

assistant/plugins/welcome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2019-2020 Dan <https://github.com/delivrance>
3+
# Copyright (c) 2019-present Dan <https://github.com/delivrance>
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

assistant/utils/docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2019-2020 Dan <https://github.com/delivrance>
3+
# Copyright (c) 2019-present Dan <https://github.com/delivrance>
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)