Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #26 from vitlav/upstream
Browse files Browse the repository at this point in the history
changed header of files.
  • Loading branch information
mrDoctorWho committed Oct 1, 2013
2 parents c27fbaf + c2c4552 commit 1a31561
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion extensions/attachments.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf
# coding: utf-8
# This file is a part of VK4XMPP transport
# © simpleApps, 2013.

Expand Down
2 changes: 1 addition & 1 deletion extensions/forwardMessages.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf
# coding: utf-8
# This file is a part of VK4XMPP transport
# © simpleApps, 2013.

Expand Down
2 changes: 1 addition & 1 deletion extensions/geo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf
# coding: utf-8
# This file is a part of VK4XMPP transport
# © simpleApps, 2013.

Expand Down
2 changes: 1 addition & 1 deletion extensions/groupchats.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf
# coding: utf-8
# This file is a part of VK4XMPP transport
# © simpleApps, 2013.

Expand Down
2 changes: 1 addition & 1 deletion gateway.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python2
# coding:utf-8
# coding: utf-8

# vk4xmpp gateway, v1.8
# © simpleApps, 01.08.2013
Expand Down
2 changes: 1 addition & 1 deletion handlers/IQ.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf
# coding: utf-8
# This file is a part of VK4XMPP transport
# © simpleApps, 2013.

Expand Down
2 changes: 1 addition & 1 deletion handlers/Message.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf
# coding: utf-8
# This file is a part of VK4XMPP transport
# © simpleApps, 2013.

Expand Down
2 changes: 1 addition & 1 deletion handlers/Presence.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf
# coding: utf-8
# This file is a part of VK4XMPP transport
# © simpleApps, 2013.

Expand Down
2 changes: 1 addition & 1 deletion library/writer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# /* encoding: utf-8 */
# /* coding: utf-8 */
# © simpleApps, 2010

import os, sys, time, logging, traceback
Expand Down

0 comments on commit 1a31561

Please sign in to comment.