Author: dmeyer Date: Mon Aug 14 12:12:50 2006 New Revision: 1887 Added: trunk/WIP/player/AUTHORS Modified: trunk/WIP/player/src/__init__.py trunk/WIP/player/src/backends/__init__.py trunk/WIP/player/src/backends/base.py trunk/WIP/player/src/backends/manager.py trunk/WIP/player/src/generic.py trunk/WIP/player/src/ptypes.py trunk/WIP/player/src/utils/__init__.py trunk/WIP/player/src/utils/ipc.py trunk/WIP/player/src/utils/mrl.py
Log: remove First Edition and Maintainer from header and move it to AUTHORS Added: trunk/WIP/player/AUTHORS ============================================================================== --- (empty file) +++ trunk/WIP/player/AUTHORS Mon Aug 14 12:12:50 2006 @@ -0,0 +1,8 @@ +kaa-player - Generic Player API +Copyright (C) 2006 Jason Tackaberry, Dirk Meyer + + +Core Developer + +Jason Tackaberry <[EMAIL PROTECTED]> +Dirk Meyer <[EMAIL PROTECTED]> Modified: trunk/WIP/player/src/__init__.py ============================================================================== --- trunk/WIP/player/src/__init__.py (original) +++ trunk/WIP/player/src/__init__.py Mon Aug 14 12:12:50 2006 @@ -8,9 +8,6 @@ # kaa-player - Generic Player API # Copyright (C) 2006 Jason Tackaberry, Dirk Meyer # -# First Edition: Jason Tackaberry <[EMAIL PROTECTED]> -# Maintainer: Jason Tackaberry <[EMAIL PROTECTED]> -# # Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify Modified: trunk/WIP/player/src/backends/__init__.py ============================================================================== --- trunk/WIP/player/src/backends/__init__.py (original) +++ trunk/WIP/player/src/backends/__init__.py Mon Aug 14 12:12:50 2006 @@ -8,9 +8,6 @@ # kaa-player - Generic Player API # Copyright (C) 2006 Jason Tackaberry, Dirk Meyer # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> -# # Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify Modified: trunk/WIP/player/src/backends/base.py ============================================================================== --- trunk/WIP/player/src/backends/base.py (original) +++ trunk/WIP/player/src/backends/base.py Mon Aug 14 12:12:50 2006 @@ -8,9 +8,6 @@ # Kaa-player - Generic Player API # Copyright (C) 2006 Jason Tackaberry, Dirk Meyer # -# First Edition: Jason Tackaberry <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> -# # Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify Modified: trunk/WIP/player/src/backends/manager.py ============================================================================== --- trunk/WIP/player/src/backends/manager.py (original) +++ trunk/WIP/player/src/backends/manager.py Mon Aug 14 12:12:50 2006 @@ -8,9 +8,6 @@ # kaa-player - Generic Player API # Copyright (C) 2006 Jason Tackaberry, Dirk Meyer # -# First Edition: Jason Tackaberry <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> -# # Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify Modified: trunk/WIP/player/src/generic.py ============================================================================== --- trunk/WIP/player/src/generic.py (original) +++ trunk/WIP/player/src/generic.py Mon Aug 14 12:12:50 2006 @@ -11,9 +11,6 @@ # kaa-player - Generic Player API # Copyright (C) 2006 Jason Tackaberry, Dirk Meyer # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> -# # Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify Modified: trunk/WIP/player/src/ptypes.py ============================================================================== --- trunk/WIP/player/src/ptypes.py (original) +++ trunk/WIP/player/src/ptypes.py Mon Aug 14 12:12:50 2006 @@ -8,9 +8,6 @@ # kaa-player - Generic Player API # Copyright (C) 2006 Jason Tackaberry, Dirk Meyer # -# First Edition: Jason Tackaberry <[EMAIL PROTECTED]> -# Maintainer: Jason Tackaberry <[EMAIL PROTECTED]> -# # Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify Modified: trunk/WIP/player/src/utils/__init__.py ============================================================================== --- trunk/WIP/player/src/utils/__init__.py (original) +++ trunk/WIP/player/src/utils/__init__.py Mon Aug 14 12:12:50 2006 @@ -8,9 +8,6 @@ # kaa-player - Generic Player API # Copyright (C) 2006 Jason Tackaberry, Dirk Meyer # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> -# # Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify Modified: trunk/WIP/player/src/utils/ipc.py ============================================================================== --- trunk/WIP/player/src/utils/ipc.py (original) +++ trunk/WIP/player/src/utils/ipc.py Mon Aug 14 12:12:50 2006 @@ -11,9 +11,6 @@ # kaa-player - Generic Player API # Copyright (C) 2006 Jason Tackaberry, Dirk Meyer # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> -# # Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify Modified: trunk/WIP/player/src/utils/mrl.py ============================================================================== --- trunk/WIP/player/src/utils/mrl.py (original) +++ trunk/WIP/player/src/utils/mrl.py Mon Aug 14 12:12:50 2006 @@ -8,9 +8,6 @@ # kaa-player - Generic Player API # Copyright (C) 2006 Jason Tackaberry, Dirk Meyer # -# First Edition: Jason Tackaberry <[EMAIL PROTECTED]> -# Maintainer: Jason Tackaberry <[EMAIL PROTECTED]> -# # Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
