mirror of
https://github.com/ihaveamac/ninfs.git
synced 2025-06-18 17:05:32 -04:00
update copyright year
This commit is contained in:
parent
9d016f776b
commit
c72211b4bc
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2017-2020 Ian Burgwin
|
Copyright (c) 2017-2021 Ian Burgwin
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
__author__ = 'ihaveamac'
|
__author__ = 'ihaveamac'
|
||||||
__copyright__ = 'Copyright (c) 2017-2020 Ian Burgwin'
|
__copyright__ = 'Copyright (c) 2017-2021 Ian Burgwin'
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
__version__ = '2.0a3'
|
__version__ = '2.0a3'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
@ -77,15 +77,15 @@ class NinfsAbout(tk.Toplevel):
|
|||||||
# tab name, license file name, url
|
# tab name, license file name, url
|
||||||
info = [
|
info = [
|
||||||
(f'ninfs {ninfs_version}', 'ninfs.md', 'https://github.com/ihaveamac/ninfs',
|
(f'ninfs {ninfs_version}', 'ninfs.md', 'https://github.com/ihaveamac/ninfs',
|
||||||
'ninfs - Copyright (c) 2017-2020 Ian Burgwin'),
|
'ninfs - Copyright (c) 2017-2021 Ian Burgwin'),
|
||||||
(f'WinFsp 2020.1', 'winfsp.txt', 'https://github.com/billziss-gh/winfsp',
|
(f'WinFsp 2020.1', 'winfsp.txt', 'https://github.com/billziss-gh/winfsp',
|
||||||
'WinFsp - Windows File System Proxy, Copyright (C) Bill Zissimopoulos'),
|
'WinFsp - Windows File System Proxy, Copyright (C) Bill Zissimopoulos'),
|
||||||
(f'pycryptodomex {pycryptodomex_version}', 'pycryptodome.rst',
|
(f'pycryptodomex {pycryptodomex_version}', 'pycryptodome.rst',
|
||||||
'https://github.com/Legrandin/pycryptodome', 'PyCryptodome - multiple licenses'),
|
'https://github.com/Legrandin/pycryptodome', 'PyCryptodome - multiple licenses'),
|
||||||
('pyctr 0.4.3', 'pyctr', 'https://github.com/ihaveamac/pyctr',
|
('pyctr 0.4.3', 'pyctr', 'https://github.com/ihaveamac/pyctr',
|
||||||
'pyctr - Copyright (c) 2017-2020 Ian Burgwin'),
|
'pyctr - Copyright (c) 2017-2021 Ian Burgwin'),
|
||||||
('haccrypto 0.1.0', 'haccrypto.md', 'https://github.com/luigoalma/haccrypto',
|
('haccrypto 0.1.0', 'haccrypto.md', 'https://github.com/luigoalma/haccrypto',
|
||||||
'haccrypto - Copyright (c) 2017-2020 Ian Burgwin & Copyright (c) 2020 Luis Marques')
|
'haccrypto - Copyright (c) 2017-2021 Ian Burgwin & Copyright (c) 2020-2021 Luis Marques')
|
||||||
]
|
]
|
||||||
|
|
||||||
license_notebook = ttk.Notebook(container)
|
license_notebook = ttk.Notebook(container)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file is a part of ninfs.
|
# This file is a part of ninfs.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2020 Ian Burgwin
|
# Copyright (c) 2017-2021 Ian Burgwin
|
||||||
# This file is licensed under The MIT License (MIT).
|
# This file is licensed under The MIT License (MIT).
|
||||||
# You can find the full license text in LICENSE.md in the root of this project.
|
# You can find the full license text in LICENSE.md in the root of this project.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user