Skip to content

Commit

Permalink
update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
sdabhi23 committed Mar 18, 2023
1 parent 51881f0 commit 590665a
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 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) 2018 Shrey Dabhi
Copyright (c) 2018 - 2023 Shrey Dabhi

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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Refer the documentation at <https://bsedata.readthedocs.io/en/latest/chglog.html

MIT License

Copyright (c) 2018 Shrey Dabhi
Copyright (c) 2018 - 2023 Shrey Dabhi

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 bsedata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2018 Shrey Dabhi
Copyright (c) 2018 - 2023 Shrey Dabhi
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 bsedata/bse.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2018 Shrey Dabhi
Copyright (c) 2018 - 2023 Shrey Dabhi
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 bsedata/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2018 Shrey Dabhi
Copyright (c) 2018 - 2023 Shrey Dabhi
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 bsedata/gainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2018 Shrey Dabhi
Copyright (c) 2018 - 2023 Shrey Dabhi
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 bsedata/indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2018 Shrey Dabhi
Copyright (c) 2018 - 2023 Shrey Dabhi
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 bsedata/losers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2018 Shrey Dabhi
Copyright (c) 2018 - 2023 Shrey Dabhi
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
4 changes: 2 additions & 2 deletions bsedata/quote.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2018 Shrey Dabhi
Copyright (c) 2018 - 2023 Shrey Dabhi
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 Expand Up @@ -46,7 +46,7 @@ def quote(scripCode):
updt_date = soup.find("span", id="strongDate").text.split('-')[1].strip()
updt_diff = dt.strptime(updt_date, "%d %b %y | %I:%M %p") - dt.now()
if updt_diff.days < -7:
error_text="Inactive stock"
error_text=""
error_text_element=soup.find("td", id="tdDispTxt")
if error_text_element is not None:
error_text=error_text_element.text
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'bsedata'
copyright = '2018, Shrey Dabhi'
copyright = '2018 - 2023, Shrey Dabhi'
author = 'Shrey Dabhi'

# The full version, including alpha/beta/rc tags
Expand Down
2 changes: 1 addition & 1 deletion test_bsedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2018 Shrey Dabhi
Copyright (c) 2018 - 2023 Shrey Dabhi
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

0 comments on commit 590665a

Please sign in to comment.