Skip to content

Commit ea802c9

Browse files
author
Nathan Beittenmiller
committed
Merge pull request softlayer#259 from briancline/newyarrr
Mirthful Gregorian new year!
2 parents f06731f + d4575cb commit ea802c9

73 files changed

Lines changed: 4 additions & 74 deletions

Some content is hidden

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013 SoftLayer Technologies, Inc. All rights reserved.
1+
Copyright (c) 2014 SoftLayer Technologies, Inc. All rights reserved.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 1 addition & 1 deletion

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

0 commit comments

Comments
 (0)