Skip to content

Commit

Permalink
Removed copyright headers from examples
Browse files Browse the repository at this point in the history
This makes the documentation less cluttered (these examples are
included in the docs).
  • Loading branch information
mjs committed Jan 4, 2018
1 parent 332d7bc commit d21c5df
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
4 changes: 0 additions & 4 deletions examples/example.py
@@ -1,7 +1,3 @@
# Copyright (c) 2014, Menno Smits
# Released subject to the New BSD License
# Please see http://en.wikipedia.org/wiki/BSD_licenses

from imapclient import IMAPClient

HOST = 'imap.host.com'
Expand Down
3 changes: 2 additions & 1 deletion examples/idle_example.py
@@ -1,4 +1,5 @@
# Open a connection in IDLE mode and wait for notifications from the server
# Open a connection in IDLE mode and wait for notifications from the
# server.

from imapclient import IMAPClient

Expand Down
6 changes: 1 addition & 5 deletions examples/tls_cacert.py
@@ -1,9 +1,5 @@
# Copyright (c) 2015, Menno Smits
# Released subject to the New BSD License
# Please see http://en.wikipedia.org/wiki/BSD_licenses
#
# Establish a secure connection to a server that does not have a certificate
# signed by a trusted authority.
# signed by a trusted certificate authority (CA).

import ssl

Expand Down
4 changes: 0 additions & 4 deletions examples/tls_no_checks.py
@@ -1,7 +1,3 @@
# Copyright (c) 2015, Menno Smits
# Released subject to the New BSD License
# Please see http://en.wikipedia.org/wiki/BSD_licenses
#
# Establish an encrypted connection to a server without checking its
# certificate. This setup is insecure, DO NOT USE to connect to servers
# over the Internet.
Expand Down

0 comments on commit d21c5df

Please sign in to comment.