aboutsummaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorThe Great Git Migration <tggm@no-reply.drupal.org>2011-02-25 02:06:30 +0000
committerDrupal Git User (LDAP) <drupal-git@util.drupal.org>2011-02-25 02:06:30 +0000
commit4a5807e9790b19a85929ccb805ed46f3c5bd5fde (patch)
treebb0c4552785be59bea143fd85514f61d15d73be7 /includes
parentf005859eec16dad0594bedd9593a8537bbda6e1b (diff)
downloadvideo-4a5807e9790b19a85929ccb805ed46f3c5bd5fde.tar.gz
video-4a5807e9790b19a85929ccb805ed46f3c5bd5fde.tar.bz2
Stripping CVS keywords
Diffstat (limited to 'includes')
-rw-r--r--includes/conversion.inc1
-rw-r--r--includes/filesystem.inc1
-rw-r--r--includes/metadata.inc1
-rw-r--r--includes/preset.inc1
-rw-r--r--includes/transcoder.inc1
-rw-r--r--includes/video.preset.inc1
-rw-r--r--includes/video_helper.inc1
7 files changed, 0 insertions, 7 deletions
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.