Author: dmeyer Date: Sat Apr 22 19:17:14 2006 New Revision: 1472 Modified: trunk/beacon/src/__init__.py trunk/beacon/src/client.py trunk/beacon/src/crawl.py trunk/beacon/src/db.py trunk/beacon/src/directory.py trunk/beacon/src/file.py trunk/beacon/src/item.py trunk/beacon/src/monitor.py trunk/beacon/src/mountpoint.py trunk/beacon/src/parser.py trunk/beacon/src/query.py trunk/beacon/src/server.py trunk/beacon/src/thumbnail/server.py trunk/beacon/src/thumbnail/thumbnail.py trunk/beacon/src/thumbnail/video.py
Log: update header Modified: trunk/beacon/src/__init__.py ============================================================================== --- trunk/beacon/src/__init__.py (original) +++ trunk/beacon/src/__init__.py Sat Apr 22 19:17:14 2006 @@ -6,10 +6,10 @@ # # ----------------------------------------------------------------------------- # kaa-beacon - A virtual filesystem with metadata -# Copyright (C) 2005 Dirk Meyer +# Copyright (C) 2006 Dirk Meyer # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> +# First Edition: Dirk Meyer <[EMAIL PROTECTED]> +# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> # # Please see the file AUTHORS for a complete list of authors. # Modified: trunk/beacon/src/client.py ============================================================================== --- trunk/beacon/src/client.py (original) +++ trunk/beacon/src/client.py Sat Apr 22 19:17:14 2006 @@ -10,12 +10,12 @@ # # ----------------------------------------------------------------------------- # kaa-beacon - A virtual filesystem with metadata -# Copyright (C) 2005 Dirk Meyer +# Copyright (C) 2006 Dirk Meyer # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> +# First Edition: Dirk Meyer <[EMAIL PROTECTED]> +# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> # -# Please see the file doc/CREDITS for a complete list of authors. +# Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by Modified: trunk/beacon/src/crawl.py ============================================================================== --- trunk/beacon/src/crawl.py (original) +++ trunk/beacon/src/crawl.py Sat Apr 22 19:17:14 2006 @@ -6,10 +6,10 @@ # # ----------------------------------------------------------------------------- # kaa-beacon - A virtual filesystem with metadata -# Copyright (C) 2005 Dirk Meyer +# Copyright (C) 2006 Dirk Meyer # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> +# First Edition: Dirk Meyer <[EMAIL PROTECTED]> +# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> # # Please see the file AUTHORS for a complete list of authors. # Modified: trunk/beacon/src/db.py ============================================================================== --- trunk/beacon/src/db.py (original) +++ trunk/beacon/src/db.py Sat Apr 22 19:17:14 2006 @@ -9,12 +9,12 @@ # # ----------------------------------------------------------------------------- # kaa-beacon - A virtual filesystem with metadata -# Copyright (C) 2005 Dirk Meyer +# Copyright (C) 2006 Dirk Meyer # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> +# First Edition: Dirk Meyer <[EMAIL PROTECTED]> +# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> # -# Please see the file doc/CREDITS for a complete list of authors. +# Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by Modified: trunk/beacon/src/directory.py ============================================================================== --- trunk/beacon/src/directory.py (original) +++ trunk/beacon/src/directory.py Sat Apr 22 19:17:14 2006 @@ -6,12 +6,12 @@ # # ----------------------------------------------------------------------------- # kaa-beacon - A virtual filesystem with metadata -# Copyright (C) 2005 Dirk Meyer +# Copyright (C) 2006 Dirk Meyer # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> +# First Edition: Dirk Meyer <[EMAIL PROTECTED]> +# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> # -# Please see the file doc/CREDITS for a complete list of authors. +# Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by Modified: trunk/beacon/src/file.py ============================================================================== --- trunk/beacon/src/file.py (original) +++ trunk/beacon/src/file.py Sat Apr 22 19:17:14 2006 @@ -6,12 +6,12 @@ # # ----------------------------------------------------------------------------- # kaa-beacon - A virtual filesystem with metadata -# Copyright (C) 2005 Dirk Meyer +# Copyright (C) 2006 Dirk Meyer # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> +# First Edition: Dirk Meyer <[EMAIL PROTECTED]> +# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> # -# Please see the file doc/CREDITS for a complete list of authors. +# Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by Modified: trunk/beacon/src/item.py ============================================================================== --- trunk/beacon/src/item.py (original) +++ trunk/beacon/src/item.py Sat Apr 22 19:17:14 2006 @@ -6,12 +6,12 @@ # # ----------------------------------------------------------------------------- # kaa-beacon - A virtual filesystem with metadata -# Copyright (C) 2005 Dirk Meyer +# Copyright (C) 2006 Dirk Meyer # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> +# First Edition: Dirk Meyer <[EMAIL PROTECTED]> +# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> # -# Please see the file doc/CREDITS for a complete list of authors. +# Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by Modified: trunk/beacon/src/monitor.py ============================================================================== --- trunk/beacon/src/monitor.py (original) +++ trunk/beacon/src/monitor.py Sat Apr 22 19:17:14 2006 @@ -6,12 +6,12 @@ # # ----------------------------------------------------------------------------- # kaa-beacon - A virtual filesystem with metadata -# Copyright (C) 2005 Dirk Meyer +# Copyright (C) 2006 Dirk Meyer # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> +# First Edition: Dirk Meyer <[EMAIL PROTECTED]> +# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> # -# Please see the file doc/CREDITS for a complete list of authors. +# Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by Modified: trunk/beacon/src/mountpoint.py ============================================================================== --- trunk/beacon/src/mountpoint.py (original) +++ trunk/beacon/src/mountpoint.py Sat Apr 22 19:17:14 2006 @@ -1,4 +1,35 @@ +# -*- coding: iso-8859-1 -*- +# ----------------------------------------------------------------------------- +# mountpoint.py - Mountpoint Class for the Media Attribute +# ----------------------------------------------------------------------------- +# $Id$ +# # TODO: o Mountpoint handling (rom drive mount/umount) +# +# ----------------------------------------------------------------------------- +# kaa-beacon - A virtual filesystem with metadata +# Copyright (C) 2006 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 +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of MER- +# CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +# Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# ----------------------------------------------------------------------------- import os import logging Modified: trunk/beacon/src/parser.py ============================================================================== --- trunk/beacon/src/parser.py (original) +++ trunk/beacon/src/parser.py Sat Apr 22 19:17:14 2006 @@ -8,12 +8,12 @@ # # ----------------------------------------------------------------------------- # kaa-beacon - A virtual filesystem with metadata -# Copyright (C) 2005 Dirk Meyer +# Copyright (C) 2006 Dirk Meyer # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> +# First Edition: Dirk Meyer <[EMAIL PROTECTED]> +# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> # -# Please see the file doc/CREDITS for a complete list of authors. +# Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by Modified: trunk/beacon/src/query.py ============================================================================== --- trunk/beacon/src/query.py (original) +++ trunk/beacon/src/query.py Sat Apr 22 19:17:14 2006 @@ -6,12 +6,12 @@ # # ----------------------------------------------------------------------------- # kaa-beacon - A virtual filesystem with metadata -# Copyright (C) 2005 Dirk Meyer +# Copyright (C) 2006 Dirk Meyer # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> +# First Edition: Dirk Meyer <[EMAIL PROTECTED]> +# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> # -# Please see the file doc/CREDITS for a complete list of authors. +# Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by Modified: trunk/beacon/src/server.py ============================================================================== --- trunk/beacon/src/server.py (original) +++ trunk/beacon/src/server.py Sat Apr 22 19:17:14 2006 @@ -6,12 +6,12 @@ # # ----------------------------------------------------------------------------- # kaa-beacon - A virtual filesystem with metadata -# Copyright (C) 2005 Dirk Meyer +# Copyright (C) 2006 Dirk Meyer # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> +# First Edition: Dirk Meyer <[EMAIL PROTECTED]> +# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> # -# Please see the file doc/CREDITS for a complete list of authors. +# Please see the file AUTHORS for a complete list of authors. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by Modified: trunk/beacon/src/thumbnail/server.py ============================================================================== --- trunk/beacon/src/thumbnail/server.py (original) +++ trunk/beacon/src/thumbnail/server.py Sat Apr 22 19:17:14 2006 @@ -8,8 +8,8 @@ # kaa-thumb - Thumbnailing module # Copyright (C) 2005-2006 Dirk Meyer, et al. # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> +# First Edition: Dirk Meyer <[EMAIL PROTECTED]> +# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> # # Please see the file AUTHORS for a complete list of authors. # Modified: trunk/beacon/src/thumbnail/thumbnail.py ============================================================================== --- trunk/beacon/src/thumbnail/thumbnail.py (original) +++ trunk/beacon/src/thumbnail/thumbnail.py Sat Apr 22 19:17:14 2006 @@ -8,8 +8,8 @@ # kaa-thumb - Thumbnailing module # Copyright (C) 2005-2006 Dirk Meyer, et al. # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> +# First Edition: Dirk Meyer <[EMAIL PROTECTED]> +# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> # # Please see the file AUTHORS for a complete list of authors. # Modified: trunk/beacon/src/thumbnail/video.py ============================================================================== --- trunk/beacon/src/thumbnail/video.py (original) +++ trunk/beacon/src/thumbnail/video.py Sat Apr 22 19:17:14 2006 @@ -14,8 +14,8 @@ # kaa-thumb - Thumbnailing module # Copyright (C) 2005-2006 Dirk Meyer, et al. # -# First Edition: Dirk Meyer <[EMAIL PROTECTED]> -# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> +# First Edition: Dirk Meyer <[EMAIL PROTECTED]> +# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> # # Please see the file AUTHORS for a complete list of authors. # ------------------------------------------------------- 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
