Update licensing and copyright
This commit is contained in:
parent
5369ed069d
commit
853c50bd13
2
LICENSE
2
LICENSE
@ -186,7 +186,7 @@
|
|||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
identification within third-party archives.
|
||||||
|
|
||||||
Copyright 2019 Abdulkadir Furkan Şanlı
|
Copyright 2018-2019 Abdulkadir Furkan Şanlı
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
@ -51,6 +51,6 @@ Subject IDs may be anything, as long as consistency is maintained throughout the
|
|||||||
|
|
||||||
ib-clearance is made available under the Apache License 2.0.
|
ib-clearance is made available under the Apache License 2.0.
|
||||||
|
|
||||||
Copyright (C) 2019 Abdulkadir Furkan Şanlı
|
Copyright 2018-2019 Abdulkadir Furkan Şanlı
|
||||||
|
|
||||||
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.
|
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Copyright 2019 Abdulkadir Furkan Şanlı
|
# Copyright 2018-2019 Abdulkadir Furkan Şanlı
|
||||||
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
@ -181,7 +181,7 @@ def exit_sequence():
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
print("ib-clearance")
|
print("ib-clearance")
|
||||||
print("Copyright (C) 2018-2019 Abdulkadir Furkan Şanlı")
|
print("Copyright 2018-2019 Abdulkadir Furkan Şanlı")
|
||||||
|
|
||||||
conn = connect_database("database.db")
|
conn = connect_database("database.db")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user