summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2019-10-11 23:52:08 -0600
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2019-10-11 23:52:08 -0600
commit1f38b8ca3433566f41de1601a79884eae610de6b (patch)
tree2c7e902af8d7a80bc0c49df3242f5cfa15a6d635
parent270859c504331b6b03d53db636823fd67e59aca4 (diff)
Update LICENSE
-rw-r--r--LICENSE2
-rw-r--r--tirante/__init__.py2
-rw-r--r--tirante/__main__.py2
-rw-r--r--tirante/chapter_images_manager.py2
-rw-r--r--tirante/chapters_manager.py2
-rw-r--r--tirante/create_database.py2
-rw-r--r--tirante/down_man.py2
-rw-r--r--tirante/download_manager.py2
-rw-r--r--tirante/get_chapter_image_list.py2
-rw-r--r--tirante/get_chapters_list.py2
-rw-r--r--tirante/update_database.py2
-rw-r--r--tirante/version.py2
12 files changed, 12 insertions, 12 deletions
diff --git a/LICENSE b/LICENSE
index ddb2ce7..309014e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2019 David Luevano
+Copyright (c) 2019 David Luevano Alvarado
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/tirante/__init__.py b/tirante/__init__.py
index 91be884..7b9c580 100644
--- a/tirante/__init__.py
+++ b/tirante/__init__.py
@@ -1,6 +1,6 @@
"""MIT License
-Copyright (c) 2019 David Luevano
+Copyright (c) 2019 David Luevano Alvarado
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/tirante/__main__.py b/tirante/__main__.py
index 60cda28..b782e82 100644
--- a/tirante/__main__.py
+++ b/tirante/__main__.py
@@ -1,6 +1,6 @@
"""MIT License
-Copyright (c) 2019 David Luevano
+Copyright (c) 2019 David Luevano Alvarado
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/tirante/chapter_images_manager.py b/tirante/chapter_images_manager.py
index c589ca5..fea5bbf 100644
--- a/tirante/chapter_images_manager.py
+++ b/tirante/chapter_images_manager.py
@@ -1,6 +1,6 @@
"""MIT License
-Copyright (c) 2019 David Luevano
+Copyright (c) 2019 David Luevano Alvarado
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/tirante/chapters_manager.py b/tirante/chapters_manager.py
index ee39248..d5cbe80 100644
--- a/tirante/chapters_manager.py
+++ b/tirante/chapters_manager.py
@@ -1,6 +1,6 @@
"""MIT License
-Copyright (c) 2019 David Luevano
+Copyright (c) 2019 David Luevano Alvarado
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/tirante/create_database.py b/tirante/create_database.py
index 20a91df..26f2129 100644
--- a/tirante/create_database.py
+++ b/tirante/create_database.py
@@ -1,6 +1,6 @@
"""MIT License
-Copyright (c) 2019 David Luevano
+Copyright (c) 2019 David Luevano Alvarado
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/tirante/down_man.py b/tirante/down_man.py
index 2c17617..c216bb7 100644
--- a/tirante/down_man.py
+++ b/tirante/down_man.py
@@ -1,6 +1,6 @@
"""MIT License
-Copyright (c) 2019 David Luevano
+Copyright (c) 2019 David Luevano Alvarado
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/tirante/download_manager.py b/tirante/download_manager.py
index c72e62f..7333d75 100644
--- a/tirante/download_manager.py
+++ b/tirante/download_manager.py
@@ -1,6 +1,6 @@
"""MIT License
-Copyright (c) 2019 David Luevano
+Copyright (c) 2019 David Luevano Alvarado
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/tirante/get_chapter_image_list.py b/tirante/get_chapter_image_list.py
index dbe4572..9b0397b 100644
--- a/tirante/get_chapter_image_list.py
+++ b/tirante/get_chapter_image_list.py
@@ -1,6 +1,6 @@
"""MIT License
-Copyright (c) 2019 David Luevano
+Copyright (c) 2019 David Luevano Alvarado
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/tirante/get_chapters_list.py b/tirante/get_chapters_list.py
index 6956e7c..f8c3d9d 100644
--- a/tirante/get_chapters_list.py
+++ b/tirante/get_chapters_list.py
@@ -1,6 +1,6 @@
"""MIT License
-Copyright (c) 2019 David Luevano
+Copyright (c) 2019 David Luevano Alvarado
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/tirante/update_database.py b/tirante/update_database.py
index 0950cda..a865b3b 100644
--- a/tirante/update_database.py
+++ b/tirante/update_database.py
@@ -1,6 +1,6 @@
"""MIT License
-Copyright (c) 2019 David Luevano
+Copyright (c) 2019 David Luevano Alvarado
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/tirante/version.py b/tirante/version.py
index 59c6a2f..fab5843 100644
--- a/tirante/version.py
+++ b/tirante/version.py
@@ -1,6 +1,6 @@
"""MIT License
-Copyright (c) 2019 David Luevano
+Copyright (c) 2019 David Luevano Alvarado
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal