removed all licence information from file headers

This commit is contained in:
Sam Schott 2020-11-12 14:15:51 +00:00
parent 17a24e9230
commit fddcab8621
12 changed files with 2 additions and 40 deletions

View File

@ -1,9 +1,5 @@
# -*- coding: utf-8 -*-
"""
@author: Sam Schott (ss2151@cam.ac.uk)
(c) Sam Schott; This work is licensed under a Creative Commons
Attribution-NonCommercial-NoDerivs 2.0 UK: England & Wales License.
The following APIs should remain stable for frontends:

View File

@ -1,9 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
@author: Sam Schott (ss2151@cam.ac.uk)
(c) Sam Schott; This work is licensed under the MIT licence.
This file defines the functions to configure and interact with Maestral from the command
line. Some imports are deferred to the functions that required them in order to reduce

View File

@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-
"""
@author: Sam Schott (ss2151@cam.ac.uk)
(c) Sam Schott; This work is licensed under the MIT licence.
This modules contains the Dropbox API client. It wraps calls to the Dropbox Python SDK
and handles exceptions, chunked uploads or downloads, etc.

View File

@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-
"""
@author: Sam Schott (ss2151@cam.ac.uk)
(c) Sam Schott; This work is licensed under the MIT licence.
This module contains helper functions for config management. Paths for config files are
defined here instead of the :mod:`utils.appdirs` module to avoid imports from outside the

View File

@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-
"""
@author: Sam Schott (ss2151@cam.ac.uk)
(c) Sam Schott; This work is licensed under the MIT licence.
This module contains the default configuration and state values and functions to return
existing config or state instances for a specified config_name.

View File

@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-
"""
@author: Sam Schott (ss2151@cam.ac.uk)
(c) Sam Schott; This work is licensed under the MIT licence.
This class provides constants used throughout the maestral, the GUI and CLI. It should
be kept free of memory heavy imports.

View File

@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-
"""
@author: Sam Schott (ss2151@cam.ac.uk)
(c) Sam Schott; This work is licensed under the MIT licence.
This module defines functions to start and stop the sync daemon and retrieve proxy
objects for a running daemon.

View File

@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-
"""
@author: Sam Schott (ss2151@cam.ac.uk)
(c) Sam Schott; This work is licensed under the MIT licence.
This module defines Maestral's error classes. It should be kept free of memory heavy
imports.

View File

@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-
"""
@author: Sam Schott (ss2151@cam.ac.uk)
(c) Sam Schott; This work is licensed under the MIT licence.
This module defines the main API which is exposed to the CLI or GUI.

View File

@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-
"""
@author: Sam Schott (ss2151@cam.ac.uk)
(c) Sam Schott; This work is licensed under the MIT licence.
This module is responsible for authorization and token store in the system keyring.

View File

@ -1,7 +1 @@
# !/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Wed Oct 31 16:23:13 2018
@author: samschott
"""

View File

@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
"""
@author: Sam Schott (ss2151@cam.ac.uk)
(c) Sam Schott; This work is licensed under the MIT licence.
This module contains the main syncing functionality.
"""
# system imports