Skip to content

Commit

Permalink
Fix copyright entries in files.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosefr committed Jan 9, 2015
1 parent 36d4ca4 commit a980f87
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 7 deletions.
7 changes: 7 additions & 0 deletions kyototycoon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# -*- coding: utf-8 -*-
#
# Copyright 2011, Toru Maesaka
# Copyright 2013, Carlos Rodrigues
#
# Redistribution and use of this source code is licensed under
# the BSD license. See COPYING file for license description.
#

from .kyototycoon import KyotoTycoon

Expand Down
2 changes: 2 additions & 0 deletions kyototycoon/kt_common.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# -*- coding: utf-8 -*-
#
# Copyright 2011, Toru Maesaka
# Copyright 2014, Carlos Rodrigues
#
# Redistribution and use of this source code is licensed under
# the BSD license. See COPYING file for license description.
#

KT_PACKER_CUSTOM = 0
KT_PACKER_PICKLE = 1
Expand Down
2 changes: 2 additions & 0 deletions kyototycoon/kt_error.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# -*- coding: utf-8 -*-
#
# Copyright 2011, Toru Maesaka
# Copyright 2014, Carlos Rodrigues
#
# Redistribution and use of this source code is licensed under
# the BSD license. See COPYING file for license description.
#

class KyotoTycoonException(Exception):
pass
Expand Down
3 changes: 3 additions & 0 deletions kyototycoon/kt_http.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# -*- coding: utf-8 -*-
#
# Copyright 2011, Toru Maesaka
# Copyright 2013, Stephen Hamer
# Copyright 2013, Carlos Rodrigues
#
# Redistribution and use of this source code is licensed under
# the BSD license. See COPYING file for license description.
#

import base64
import struct
Expand Down
1 change: 1 addition & 0 deletions kyototycoon/kyotoslave.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#
# Redistribution and use of this source code is licensed under
# the BSD license. See COPYING file for license description.
#

import socket
import struct
Expand Down
4 changes: 2 additions & 2 deletions kyototycoon/kyototycoon.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
#
# Copyright 2011, Toru Maesaka
# Copyright 2013, Stephen Hamer
# Copyright 2013, Carlos Rodrigues
#
# Redistribution and use of this source code is licensed under
# the BSD license. See COPYING file for license description.
#
# Note that python-kyototycoon follows the following interface
# standard: http://fallabs.com/kyototycoon/kyototycoon.idl

import warnings

Expand Down
1 change: 1 addition & 0 deletions kyototycoon/packers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#
# Redistribution and use of this source code is licensed under
# the BSD license. See COPYING file for license description.
#

import struct
import gzip
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python
#
# Copyright 2011, Toru Maesaka
# Copyright 2014, Carlos Rodrigues
#
# Redistribution and use of this source code is licensed under
# the BSD license. See COPYING file for license description.
Expand Down
2 changes: 1 addition & 1 deletion tests/t_packer_bytes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2011, Toru Maesaka
# Copyright 2014, Carlos Rodrigues
#
# Redistribution and use of this source code is licensed under
# the BSD license. See COPYING file for license description.
Expand Down
2 changes: 1 addition & 1 deletion tests/t_packer_custom.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2011, Toru Maesaka
# Copyright 2014, Carlos Rodrigues
#
# Redistribution and use of this source code is licensed under
# the BSD license. See COPYING file for license description.
Expand Down
2 changes: 1 addition & 1 deletion tests/t_packer_memcache.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2011, Toru Maesaka
# Copyright 2015, Carlos Rodrigues
#
# Redistribution and use of this source code is licensed under
# the BSD license. See COPYING file for license description.
Expand Down
2 changes: 1 addition & 1 deletion tests/t_packer_smemcache.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2011, Toru Maesaka
# Copyright 2015, Carlos Rodrigues
#
# Redistribution and use of this source code is licensed under
# the BSD license. See COPYING file for license description.
Expand Down
2 changes: 1 addition & 1 deletion tests/t_script.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2011, Toru Maesaka
# Copyright 2014, Carlos Rodrigues
#
# Redistribution and use of this source code is licensed under
# the BSD license. See COPYING file for license description.
Expand Down

0 comments on commit a980f87

Please sign in to comment.