Skip to content

Commit e221589

Browse files
committed
-
1 parent 88b3063 commit e221589

File tree

321 files changed

+321
-321
lines changed

Some content is hidden

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

321 files changed

+321
-321
lines changed

source_py2/python_toolbox/MIT_license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2009-2014 Ram Rachum
1+
Copyright (c) 2009-2015 Ram Rachum
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

source_py2/python_toolbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2009-2014 Ram Rachum.
1+
# Copyright 2009-2015 Ram Rachum.
22
# This program is distributed under the MIT license.
33

44
'''

source_py2/python_toolbox/_bootstrap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2009-2014 Ram Rachum.
1+
# Copyright 2009-2015 Ram Rachum.
22
# This program is distributed under the MIT license.
33

44
'''A bootstrap package for `python_toolbox`. See module `bootstrap` here.'''

source_py2/python_toolbox/_bootstrap/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2009-2014 Ram Rachum.
1+
# Copyright 2009-2015 Ram Rachum.
22
# This program is distributed under the MIT license.
33

44
import sys

source_py2/python_toolbox/abc_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2009-2014 Ram Rachum.
1+
# Copyright 2009-2015 Ram Rachum.
22
# This program is distributed under the MIT license.
33

44
'''Defines tools related to abstract base classes from the `abc` module.'''

source_py2/python_toolbox/address_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2009-2014 Ram Rachum.
1+
# Copyright 2009-2015 Ram Rachum.
22
# This program is distributed under the MIT license.
33

44
'''

source_py2/python_toolbox/address_tools/object_to_string.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2009-2014 Ram Rachum.
1+
# Copyright 2009-2015 Ram Rachum.
22
# This program is distributed under the MIT license.
33

44
'''Module for describing Python objects as strings.'''

source_py2/python_toolbox/address_tools/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2009-2014 Ram Rachum.
1+
# Copyright 2009-2015 Ram Rachum.
22
# This program is distributed under the MIT license.
33

44
'''Various objects and tools for `address_tools`.'''

source_py2/python_toolbox/address_tools/string_to_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2009-2014 Ram Rachum.
1+
# Copyright 2009-2015 Ram Rachum.
22
# This program is distributed under the MIT license.
33

44
'''Module for resolving strings into Python objects.'''

source_py2/python_toolbox/arguments_profiling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2009-2014 Ram Rachum.
1+
# Copyright 2009-2015 Ram Rachum.
22
# This program is distributed under the MIT license.
33

44
'''

0 commit comments

Comments
 (0)