diff options
author | The Great Git Migration <tggm@no-reply.drupal.org> | 2011-02-25 02:06:30 +0000 |
---|---|---|
committer | Drupal Git User (LDAP) <drupal-git@util.drupal.org> | 2011-02-25 02:06:30 +0000 |
commit | 4a5807e9790b19a85929ccb805ed46f3c5bd5fde (patch) | |
tree | bb0c4552785be59bea143fd85514f61d15d73be7 | |
parent | f005859eec16dad0594bedd9593a8537bbda6e1b (diff) | |
download | video-4a5807e9790b19a85929ccb805ed46f3c5bd5fde.tar.gz video-4a5807e9790b19a85929ccb805ed46f3c5bd5fde.tar.bz2 |
Stripping CVS keywords
51 files changed, 0 insertions, 51 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 208a038..167a268 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,4 +1,3 @@ -// $Id$ REQUIREMENTS ------------------------------------ @@ -1,4 +1,3 @@ -// $Id$ ------------ To embed videos into drupal pages, using CCK and filefield support. diff --git a/css/video.css b/css/video.css index f369145..b880ea3 100644 --- a/css/video.css +++ b/css/video.css @@ -1,4 +1,3 @@ -/* $Id$ */ .filefield-element .filefield-file-info, .video_thumbnail { min-width: 100px; diff --git a/filesystem/drupal.inc b/filesystem/drupal.inc index d85490d..2f79c8b 100644 --- a/filesystem/drupal.inc +++ b/filesystem/drupal.inc @@ -1,6 +1,5 @@ <?php -//$Id$ /* * @file * Class file used to store filesystem on the video. diff --git a/includes/conversion.inc b/includes/conversion.inc index 021640b..8b1c165 100644 --- a/includes/conversion.inc +++ b/includes/conversion.inc @@ -1,6 +1,5 @@ <?php -//$Id$ /* * @file * Class file to handle video conversion using ffmpeg and webservices. diff --git a/includes/filesystem.inc b/includes/filesystem.inc index 26a0060..d2d2fd9 100644 --- a/includes/filesystem.inc +++ b/includes/filesystem.inc @@ -1,6 +1,5 @@ <?php -//$Id$ /* * @file * Class file used to store video in the filesyetm as CDN or local. diff --git a/includes/metadata.inc b/includes/metadata.inc index 6dddce6..b921526 100644 --- a/includes/metadata.inc +++ b/includes/metadata.inc @@ -1,6 +1,5 @@ <?php -//$Id$ /* * @file * Class file used to store metadata on the video. diff --git a/includes/preset.inc b/includes/preset.inc index fe9a7e4..195d3b9 100644 --- a/includes/preset.inc +++ b/includes/preset.inc @@ -1,6 +1,5 @@ <?php -//$Id$ /* * @file * Class file used to store video presets on the video. diff --git a/includes/transcoder.inc b/includes/transcoder.inc index 7de2ee5..dee668d 100644 --- a/includes/transcoder.inc +++ b/includes/transcoder.inc @@ -1,6 +1,5 @@ <?php -//$Id$ /* * @file * Class file used to wrap the transcoder functions. diff --git a/includes/video.preset.inc b/includes/video.preset.inc index 0c12bcd..4416de5 100644 --- a/includes/video.preset.inc +++ b/includes/video.preset.inc @@ -1,6 +1,5 @@ <?php -// $Id$ /** * This is used to set some required settings while the preset is being created. * diff --git a/includes/video_helper.inc b/includes/video_helper.inc index e031f39..0205a50 100644 --- a/includes/video_helper.inc +++ b/includes/video_helper.inc @@ -1,6 +1,5 @@ <?php -//$Id$ /* * @file * Class file used to create our video and thumbnail objects. diff --git a/js/jquery.media.js b/js/jquery.media.js index dcffa3c..71bc987 100644 --- a/js/jquery.media.js +++ b/js/jquery.media.js @@ -10,7 +10,6 @@ * @author: M. Alsup
* @version: 0.92 (24-SEP-2009)
* @requires jQuery v1.1.2 or later
- * $Id$
*
* Supported Media Players:
* - Flash
diff --git a/js/jquery.metadata.js b/js/jquery.metadata.js index e011f52..6ace78f 100644 --- a/js/jquery.metadata.js +++ b/js/jquery.metadata.js @@ -7,7 +7,6 @@ * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * - * Revision: $Id$ * */ diff --git a/js/video.js b/js/video.js index 7610d24..0a9711a 100644 --- a/js/video.js +++ b/js/video.js @@ -1,4 +1,3 @@ -// $Id$ /** * @file diff --git a/metadata/flvtool2.inc b/metadata/flvtool2.inc index 2065ea2..eafa9cf 100644 --- a/metadata/flvtool2.inc +++ b/metadata/flvtool2.inc @@ -1,6 +1,5 @@ <?php -//$Id$ /* * @file * Class file used to store metadata on the video. 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. diff --git a/plugins/video_zencoder/includes/lib/JSON.php b/plugins/video_zencoder/includes/lib/JSON.php index 229799b..f36a203 100644 --- a/plugins/video_zencoder/includes/lib/JSON.php +++ b/plugins/video_zencoder/includes/lib/JSON.php @@ -51,7 +51,6 @@ * @author Matt Knapp <mdknapp[at]gmail[dot]com> * @author Brett Stimmerman <brettstimmerman[at]gmail[dot]com> * @copyright 2005 Michal Migurski - * @version CVS: $Id$ * @license http://www.opensource.org/licenses/bsd-license.php * @link http://pear.php.net/pepr/pepr-proposal-show.php?id=198 */ diff --git a/plugins/video_zencoder/includes/zencoder.inc b/plugins/video_zencoder/includes/zencoder.inc index 61023a0..c3023b0 100644 --- a/plugins/video_zencoder/includes/zencoder.inc +++ b/plugins/video_zencoder/includes/zencoder.inc @@ -1,6 +1,5 @@ <?php -//$Id$ /* * @file * Class file to handle amazon s3 transfers. diff --git a/plugins/video_zencoder/transcoders/video_zencoder.inc b/plugins/video_zencoder/transcoders/video_zencoder.inc index 3a11c87..1eb246a 100644 --- a/plugins/video_zencoder/transcoders/video_zencoder.inc +++ b/plugins/video_zencoder/transcoders/video_zencoder.inc @@ -1,6 +1,5 @@ <?php -//$Id$ /* * @file * Transcoder class file to handle ffmpeg_wrapper settings and conversions. diff --git a/plugins/video_zencoder/video_zencoder.info b/plugins/video_zencoder/video_zencoder.info index e44d5ae..d7d221a 100644 --- a/plugins/video_zencoder/video_zencoder.info +++ b/plugins/video_zencoder/video_zencoder.info @@ -1,4 +1,3 @@ -;$Id$ name = Zencoder API on Video description = Zencoder is a webservice to transcode videos. diff --git a/plugins/video_zencoder/video_zencoder.install b/plugins/video_zencoder/video_zencoder.install index a418815..513ebe1 100644 --- a/plugins/video_zencoder/video_zencoder.install +++ b/plugins/video_zencoder/video_zencoder.install @@ -1,6 +1,5 @@ <?php -// $Id$ /** * @file diff --git a/plugins/video_zencoder/video_zencoder.module b/plugins/video_zencoder/video_zencoder.module index 16e9ab1..7f2218e 100644 --- a/plugins/video_zencoder/video_zencoder.module +++ b/plugins/video_zencoder/video_zencoder.module @@ -1,6 +1,5 @@ <?php -// $Id$ /** * @file * Provides wrapper functions for the s3 amazon webservices. diff --git a/theme/video-play-dcr.tpl.php b/theme/video-play-dcr.tpl.php index dd9f86d..3550e8f 100644 --- a/theme/video-play-dcr.tpl.php +++ b/theme/video-play-dcr.tpl.php @@ -1,5 +1,4 @@ <?php -//$Id$ /* * @file * Theme file to handle director output. diff --git a/theme/video-play-divx.tpl.php b/theme/video-play-divx.tpl.php index 3148efa..7b2fdad 100644 --- a/theme/video-play-divx.tpl.php +++ b/theme/video-play-divx.tpl.php @@ -1,5 +1,4 @@ <?php -//$Id$ /* * @file * Theme file to handle divx output. diff --git a/theme/video-play-flash.tpl.php b/theme/video-play-flash.tpl.php index 264578c..3cfd1c2 100644 --- a/theme/video-play-flash.tpl.php +++ b/theme/video-play-flash.tpl.php @@ -1,5 +1,4 @@ <?php -//$Id$ /* * @file * Theme file to handle flash output. diff --git a/theme/video-play-flv.tpl.php b/theme/video-play-flv.tpl.php index 661ad04..c895c8d 100644 --- a/theme/video-play-flv.tpl.php +++ b/theme/video-play-flv.tpl.php @@ -1,5 +1,4 @@ <?php -//$Id$ /* * @file * Theme file to handle flv output. diff --git a/theme/video-play-html5.tpl.php b/theme/video-play-html5.tpl.php index 8f97650..7153908 100644 --- a/theme/video-play-html5.tpl.php +++ b/theme/video-play-html5.tpl.php @@ -1,5 +1,4 @@ <?php -//$Id$ /* * @file * Theme file to handle HTML5 output. diff --git a/theme/video-play-quicktime.tpl.php b/theme/video-play-quicktime.tpl.php index d234130..5fd6a7c 100644 --- a/theme/video-play-quicktime.tpl.php +++ b/theme/video-play-quicktime.tpl.php @@ -1,5 +1,4 @@ <?php -//$Id$ /* * @file * Theme file to handle quicktime output. diff --git a/theme/video-play-realmedia.tpl.php b/theme/video-play-realmedia.tpl.php index 738137f..a59bab2 100644 --- a/theme/video-play-realmedia.tpl.php +++ b/theme/video-play-realmedia.tpl.php @@ -1,5 +1,4 @@ <?php -//$Id$ /* * @file * Theme file to handle realmedia output. diff --git a/theme/video-play-theora.tpl.php b/theme/video-play-theora.tpl.php index a943d13..4331744 100644 --- a/theme/video-play-theora.tpl.php +++ b/theme/video-play-theora.tpl.php @@ -1,5 +1,4 @@ <?php -//$Id$ /* * @file * Theme file to handle ogg theora output. diff --git a/theme/video-play-windowsmedia.tpl.php b/theme/video-play-windowsmedia.tpl.php index df0838c..9398c9b 100644 --- a/theme/video-play-windowsmedia.tpl.php +++ b/theme/video-play-windowsmedia.tpl.php @@ -1,5 +1,4 @@ <?php -//$Id$ /* * @file * Theme file to handle windows media output. diff --git a/transcoders/video_ffmpeg.inc b/transcoders/video_ffmpeg.inc index b971096..e5b2695 100644 --- a/transcoders/video_ffmpeg.inc +++ b/transcoders/video_ffmpeg.inc @@ -1,6 +1,5 @@ <?php -//$Id$ /* * @file * Transcoder class file to handle ffmpeg settings and conversions. diff --git a/translations/de.po b/translations/de.po index b6ae698..b28469c 100644 --- a/translations/de.po +++ b/translations/de.po @@ -1,4 +1,3 @@ -# $Id$ # # German translation of Drupal (general) # Copyright YEAR NAME <EMAIL@ADDRESS> diff --git a/translations/video.pot b/translations/video.pot index 112e194..6c54d09 100644 --- a/translations/video.pot +++ b/translations/video.pot @@ -1,4 +1,3 @@ -# $Id$ # # LANGUAGE translation of Drupal (general) # Copyright YEAR NAME <EMAIL@ADDRESS> diff --git a/video.admin.inc b/video.admin.inc index 3eb33d3..9598156 100644 --- a/video.admin.inc +++ b/video.admin.inc @@ -1,6 +1,5 @@ <?php -// $Id$ /** * @file @@ -1,4 +1,3 @@ -/* $Id$ */ /** * Image upload widget. diff --git a/video.drush.inc b/video.drush.inc index 3bed8e7..bcb03ee 100644 --- a/video.drush.inc +++ b/video.drush.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * Implementation of hook_drush_command(). diff --git a/video.field.inc b/video.field.inc index e5f598a..ea53cda 100644 --- a/video.field.inc +++ b/video.field.inc @@ -1,6 +1,5 @@ <?php -// $Id$ /** * @file @@ -1,4 +1,3 @@ -;$Id$ name = Video description = Implementation of a video field diff --git a/video.install b/video.install index ecfa807..956f6ef 100644 --- a/video.install +++ b/video.install @@ -1,6 +1,5 @@ <?php -// $Id$ /** * @file * Provides installation functions for video.module. diff --git a/video.module b/video.module index f7d05a4..ceeb29e 100644 --- a/video.module +++ b/video.module @@ -1,6 +1,5 @@ <?php -//$Id$ /** * * @file video.module diff --git a/video.theme.inc b/video.theme.inc index 521022a..9b3f4e9 100644 --- a/video.theme.inc +++ b/video.theme.inc @@ -1,6 +1,5 @@ <?php -//$Id$ /** * * @file diff --git a/video_formatter.inc b/video_formatter.inc index bb45291..1ea9498 100644 --- a/video_formatter.inc +++ b/video_formatter.inc @@ -1,6 +1,5 @@ <?php -// $Id$ /** * @file diff --git a/video_scheduler.php b/video_scheduler.php index 4872b0b..b204cac 100644 --- a/video_scheduler.php +++ b/video_scheduler.php @@ -1,6 +1,5 @@ #!/usr/bin/env php <?php -//$Id$ /** * @file * Implement video rendering scheduling. diff --git a/views/video.views.inc b/views/video.views.inc index a0c5384..ceffe72 100644 --- a/views/video.views.inc +++ b/views/video.views.inc @@ -1,6 +1,5 @@ <?php -// $Id$ /** * @file * Provide views data for video.module. diff --git a/views/video_views_handler_field_data.inc b/views/video_views_handler_field_data.inc index eece913..8691513 100644 --- a/views/video_views_handler_field_data.inc +++ b/views/video_views_handler_field_data.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file |