mirror of
https://github.com/MatMasIt/moodlefuse.git
synced 2025-12-16 23:24:21 +01:00
Windows support
This commit is contained in:
25
refuse/__init__.py
Normal file
25
refuse/__init__.py
Normal file
@@ -0,0 +1,25 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
|
||||
REFUSE
|
||||
Simple cross-plattform ctypes bindings for libfuse / FUSE for macOS / WinFsp
|
||||
https://github.com/pleiszenburg/refuse
|
||||
|
||||
src/refuse/__init__.py: Package root
|
||||
|
||||
Copyright (C) 2008-2020 refuse contributors
|
||||
|
||||
<LICENSE_BLOCK>
|
||||
The contents of this file are subject to the Internet Systems Consortium (ISC)
|
||||
license ("ISC license" or "License"). You may not use this file except in
|
||||
compliance with the License. You may obtain a copy of the License at
|
||||
https://opensource.org/licenses/ISC
|
||||
https://github.com/pleiszenburg/refuse/blob/master/LICENSE
|
||||
|
||||
Software distributed under the License is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
|
||||
specific language governing rights and limitations under the License.
|
||||
</LICENSE_BLOCK>
|
||||
|
||||
"""
|
||||
Reference in New Issue
Block a user