Skip to content

Commit d45a517

Browse files
committed
Super excited about 2014!
For more info, please see nearest Gregorian calendar for recent updates.
1 parent 5f0d681 commit d45a517

71 files changed

Lines changed: 2 additions & 72 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

SoftLayer/API.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
~~~~~~~~~~~~~
44
SoftLayer API bindings
55
6-
:copyright: (c) 2013, SoftLayer Technologies, Inc. All rights reserved.
76
:license: MIT, see LICENSE for more details.
87
"""
98
import time

SoftLayer/CLI/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
~~~~~~~~~~~~~~
44
Contains all code related to the CLI interface
55
6-
:copyright: (c) 2013, SoftLayer Technologies, Inc. All rights reserved.
76
:license: MIT, see LICENSE for more details.
87
"""
98

SoftLayer/CLI/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
To use most commands your SoftLayer username and api_key need to be configured.
4141
The easiest way to do that is to use: 'sl config setup'
4242
"""
43-
# :copyright: (c) 2013, SoftLayer Technologies, Inc. All rights reserved.
4443
# :license: MIT, see LICENSE for more details.
4544

4645
import sys

SoftLayer/CLI/environment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
~~~~~~~~~~~~~~~~~~~~~~~~~
44
Abstracts everything related to the user's environment when running the CLI
55
6-
:copyright: (c) 2013, SoftLayer Technologies, Inc. All rights reserved.
76
:license: MIT, see LICENSE for more details.
87
"""
98
import getpass

SoftLayer/CLI/exceptions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
~~~~~~~~~~~~~~~~~~~~~~~~
44
Exceptions to be used in the CLI modules.
55
6-
:copyright: (c) 2013, SoftLayer Technologies, Inc. All rights reserved.
76
:license: MIT, see LICENSE for more details.
87
"""
98

SoftLayer/CLI/formatting.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
Provider classes and helper functions to display output onto a
55
command-line.
66
7-
:copyright: (c) 2013, SoftLayer Technologies, Inc. All rights reserved.
87
:license: MIT, see LICENSE for more details.
98
"""
109
# pylint: disable=E0202

SoftLayer/CLI/helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
~~~~~~~~~~~~~~~~~~~~~
44
Helpers to be used in CLI modules in SoftLayer.CLI.modules.*
55
6-
:copyright: (c) 2013, SoftLayer Technologies, Inc. All rights reserved.
76
:license: MIT, see LICENSE for more details.
87
"""
98

SoftLayer/CLI/modules/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
~~~~~~~~~~~~~~~~~~~~~
44
Contains all plugable modules for the CLI interface
55
6-
:copyright: (c) 2013, SoftLayer Technologies, Inc. All rights reserved.
76
:license: MIT, see LICENSE for more details.
87
"""
98

SoftLayer/CLI/modules/bmc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
For several commands, <identifier> will be asked for. This can be the id,
1313
hostname or the ip address for a piece of hardware.
1414
"""
15-
# :copyright: (c) 2013, SoftLayer Technologies, Inc. All rights reserved.
1615
# :license: MIT, see LICENSE for more details.
1716
import re
1817
from os import linesep

SoftLayer/CLI/modules/cci.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
For several commands, <identifier> will be asked for. This can be the id,
2525
hostname or the ip address for a CCI.
2626
"""
27-
# :copyright: (c) 2013, SoftLayer Technologies, Inc. All rights reserved.
2827
# :license: MIT, see LICENSE for more details.
2928

3029
from os import linesep

0 commit comments

Comments
 (0)