New Year!

This commit is contained in:
Kenneth Reitz
2011-01-10 19:28:12 -05:00
parent d25655588b
commit 34415b89b8
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright (c) 2010 Kenneth Reitz.
Copyright (c) 2011 Kenneth Reitz.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+1 -1
View File
@@ -1,6 +1,6 @@
Modifications:
Copyright (c) 2010 Kenneth Reitz.
Copyright (c) 2011 Kenneth Reitz.
Original Project:
+1 -1
View File
@@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project = u'Tablib'
copyright = u'2010, Kenneth Reitz. Styles (modified) © Armin Ronacher'
copyright = u'2011, Kenneth Reitz. Styles (modified) © Armin Ronacher'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Vendored
+1 -1
View File
@@ -1,7 +1,7 @@
import os
from fabric.api import *
os.f
def scrub():
""" Death to the bytecode! """
local('rm -fr dist build')
+2 -2
View File
@@ -5,7 +5,7 @@
This module implements the central tablib objects.
:copyright: (c) 2010 by Kenneth Reitz.
:copyright: (c) 2011 by Kenneth Reitz.
:license: MIT, see LICENSE for more details.
"""
@@ -19,7 +19,7 @@ __version__ = '0.9.2'
__build__ = 0x000902
__author__ = 'Kenneth Reitz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2010 Kenneth Reitz'
__copyright__ = 'Copyright 2011 Kenneth Reitz'
class Row(object):