2018
Browse files- LICENSE +1 -1
- docs/conf.py +1 -1
- pytube/__init__.py +1 -1
LICENSE
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
Copyright (c)
|
2 |
|
3 |
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
4 |
this software and associated documentation files (the "Software"), to deal in
|
|
|
1 |
+
Copyright (c) 2018 Nick Ficano
|
2 |
|
3 |
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
4 |
this software and associated documentation files (the "Software"), to deal in
|
docs/conf.py
CHANGED
@@ -35,7 +35,7 @@ master_doc = 'index'
|
|
35 |
|
36 |
# General information about the project.
|
37 |
project = 'pytube'
|
38 |
-
copyright = '
|
39 |
author = 'Nick Ficano'
|
40 |
|
41 |
# The version info for the project you're documenting, acts as replacement for
|
|
|
35 |
|
36 |
# General information about the project.
|
37 |
project = 'pytube'
|
38 |
+
copyright = '2018, Nick Ficano'
|
39 |
author = 'Nick Ficano'
|
40 |
|
41 |
# The version info for the project you're documenting, acts as replacement for
|
pytube/__init__.py
CHANGED
@@ -8,7 +8,7 @@ __title__ = 'pytube'
|
|
8 |
__version__ = '9.2.3'
|
9 |
__author__ = 'Nick Ficano'
|
10 |
__license__ = 'MIT License'
|
11 |
-
__copyright__ = 'Copyright
|
12 |
|
13 |
from pytube.logging import create_logger
|
14 |
from pytube.query import CaptionQuery
|
|
|
8 |
__version__ = '9.2.3'
|
9 |
__author__ = 'Nick Ficano'
|
10 |
__license__ = 'MIT License'
|
11 |
+
__copyright__ = 'Copyright 2018 Nick Ficano'
|
12 |
|
13 |
from pytube.logging import create_logger
|
14 |
from pytube.query import CaptionQuery
|