Compare commits
No commits in common. "master" and "v0.2" have entirely different histories.
2
LICENSE
2
LICENSE
@ -186,7 +186,7 @@
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright 2018-2019 Abdulkadir Furkan Şanlı
|
||||
Copyright 2019 Abdulkadir Furkan Şanlı
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
@ -49,8 +49,6 @@ Subject IDs may be anything, as long as consistency is maintained throughout the
|
||||
|
||||
## License
|
||||
|
||||
Copyright (C) 2019 Abdulkadir Furkan Şanlı
|
||||
|
||||
ib-clearance is made available under the Apache License 2.0.
|
||||
|
||||
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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright 2018-2019 Abdulkadir Furkan Şanlı
|
||||
# Copyright 2019 Abdulkadir Furkan Şanlı
|
||||
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@ -181,7 +181,7 @@ def exit_sequence():
|
||||
|
||||
def main():
|
||||
print("ib-clearance")
|
||||
print("Copyright 2018-2019 Abdulkadir Furkan Şanlı")
|
||||
print("Copyright (C) 2018-2019 Abdulkadir Furkan Şanlı")
|
||||
|
||||
conn = connect_database("database.db")
|
||||
|
||||
|
Reference in New Issue
Block a user