summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/python
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/python')
-rw-r--r--pjsip-apps/src/python/_pjsua.c1
-rw-r--r--pjsip-apps/src/python/_pjsua.h1
-rw-r--r--pjsip-apps/src/python/setup-vc.py2
-rw-r--r--pjsip-apps/src/python/setup.py2
4 files changed, 4 insertions, 2 deletions
diff --git a/pjsip-apps/src/python/_pjsua.c b/pjsip-apps/src/python/_pjsua.c
index a84796fa..dd479fda 100644
--- a/pjsip-apps/src/python/_pjsua.c
+++ b/pjsip-apps/src/python/_pjsua.c
@@ -1,5 +1,6 @@
/* $Id$ */
/*
+ * Copyright (C) 2008-2009 Teluu Inc. (http://www.teluu.com)
* Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/pjsip-apps/src/python/_pjsua.h b/pjsip-apps/src/python/_pjsua.h
index 32e835a9..e277c7d0 100644
--- a/pjsip-apps/src/python/_pjsua.h
+++ b/pjsip-apps/src/python/_pjsua.h
@@ -1,5 +1,6 @@
/* $Id$ */
/*
+ * Copyright (C) 2008-2009 Teluu Inc. (http://www.teluu.com)
* Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/pjsip-apps/src/python/setup-vc.py b/pjsip-apps/src/python/setup-vc.py
index 2abb13b4..755058aa 100644
--- a/pjsip-apps/src/python/setup-vc.py
+++ b/pjsip-apps/src/python/setup-vc.py
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id$
#
# pjsua Setup script for Visual Studio
#
diff --git a/pjsip-apps/src/python/setup.py b/pjsip-apps/src/python/setup.py
index b0c4837c..98b2d786 100644
--- a/pjsip-apps/src/python/setup.py
+++ b/pjsip-apps/src/python/setup.py
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id$
#
# pjsua Setup script.
#