diff options
Diffstat (limited to 'plugins/video_s3')
-rw-r--r-- | plugins/video_s3/filesystem/video_s3.inc | 1 | ||||
-rw-r--r-- | plugins/video_s3/includes/S3.php | 1 | ||||
-rw-r--r-- | plugins/video_s3/includes/amazon_s3.inc | 1 | ||||
-rw-r--r-- | plugins/video_s3/video_s3.info | 1 | ||||
-rw-r--r-- | plugins/video_s3/video_s3.install | 1 | ||||
-rw-r--r-- | plugins/video_s3/video_s3.module | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/plugins/video_s3/filesystem/video_s3.inc b/plugins/video_s3/filesystem/video_s3.inc index 30f8033..1d54fb8 100644 --- a/plugins/video_s3/filesystem/video_s3.inc +++ b/plugins/video_s3/filesystem/video_s3.inc @@ -1,6 +1,5 @@ <?php -//$Id$ /* * @file * Class file used to store filesystem on the video. diff --git a/plugins/video_s3/includes/S3.php b/plugins/video_s3/includes/S3.php index 70d3ad8..e1fcb66 100644 --- a/plugins/video_s3/includes/S3.php +++ b/plugins/video_s3/includes/S3.php @@ -1,6 +1,5 @@ <?php /** -* $Id$ * * Copyright (c) 2008, Donovan Schönknecht. All rights reserved. * diff --git a/plugins/video_s3/includes/amazon_s3.inc b/plugins/video_s3/includes/amazon_s3.inc index d4a7ccc..db25032 100644 --- a/plugins/video_s3/includes/amazon_s3.inc +++ b/plugins/video_s3/includes/amazon_s3.inc @@ -1,6 +1,5 @@ <?php -//$Id$ /* * @file * Class file to handle amazon s3 transfers. diff --git a/plugins/video_s3/video_s3.info b/plugins/video_s3/video_s3.info index 6bcbcfa..61a2c71 100644 --- a/plugins/video_s3/video_s3.info +++ b/plugins/video_s3/video_s3.info @@ -1,4 +1,3 @@ -;$Id$ name = Amazon S3 on Video description = Leverages the Video module and Amazon Simple Storage Service (Amazon S3) to serve and store your video's saving bandwidth. diff --git a/plugins/video_s3/video_s3.install b/plugins/video_s3/video_s3.install index 5803a8a..7719070 100644 --- a/plugins/video_s3/video_s3.install +++ b/plugins/video_s3/video_s3.install @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file * Provides installation functions for video_s3.module. diff --git a/plugins/video_s3/video_s3.module b/plugins/video_s3/video_s3.module index 898a3eb..5762fef 100644 --- a/plugins/video_s3/video_s3.module +++ b/plugins/video_s3/video_s3.module @@ -1,6 +1,5 @@ <?php -// $Id$ /** * @file * Provides wrapper functions for the s3 amazon webservices. |