From 1e847490c49d06d1588dcdc4ba9036107bdbb622 Mon Sep 17 00:00:00 2001 From: The Great Git Migration <tggm@no-reply.drupal.org> Date: Fri, 25 Feb 2011 02:08:28 +0000 Subject: [PATCH] Stripping CVS keywords --- README.txt | 1 - charts.admin.inc | 1 - charts.inc | 1 - charts.info | 1 - charts.install | 1 - charts.module | 1 - charts_color.css | 1 - charts_color.js | 1 - charts_system/charts_system.inc | 1 - charts_system/charts_system.info | 1 - charts_system/charts_system.module | 1 - gd_image_chart/gd_image_chart.admin.inc | 1 - gd_image_chart/gd_image_chart.inc | 1 - gd_image_chart/gd_image_chart.info | 1 - gd_image_chart/gd_image_chart.module | 1 - google_charts/google_charts.inc | 1 - google_charts/google_charts.info | 1 - google_charts/google_charts.module | 1 - views/charts.views.inc | 1 - views/charts_plugin_style_chart.inc | 1 - 20 files changed, 20 deletions(-) diff --git a/README.txt b/README.txt index 373e770..9361488 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,3 @@ -// $Id$ Charts diff --git a/charts.admin.inc b/charts.admin.inc index 7358e94..c712753 100644 --- a/charts.admin.inc +++ b/charts.admin.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @author Bruno Massa http://drupal.org/user/67164 * @file diff --git a/charts.inc b/charts.inc index 0e0675c..83723bd 100644 --- a/charts.inc +++ b/charts.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @author Bruno Massa http://drupal.org/user/67164 * @file diff --git a/charts.info b/charts.info index 75cab37..584b139 100644 --- a/charts.info +++ b/charts.info @@ -1,4 +1,3 @@ -; $Id$ core = "6.x" description = "Transform DATA into INFORMATION using beautiful CHARTS." name = "Charts" diff --git a/charts.install b/charts.install index 6493359..ae1debf 100644 --- a/charts.install +++ b/charts.install @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @author Bruno Massa http://drupal.org/user/67164 * @file diff --git a/charts.module b/charts.module index e2d8b6e..08ffe49 100644 --- a/charts.module +++ b/charts.module @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @author Bruno Massa http://drupal.org/user/67164 * @file diff --git a/charts_color.css b/charts_color.css index f85518a..462b0eb 100644 --- a/charts_color.css +++ b/charts_color.css @@ -1,4 +1,3 @@ -/* $Id$ */ /* Farbtastic placement */ #farbtastic { diff --git a/charts_color.js b/charts_color.js index f61e08d..f3a5ff0 100644 --- a/charts_color.js +++ b/charts_color.js @@ -1,4 +1,3 @@ -// $Id$ /** * @author Bruno Massa http://drupal.org/user/67164 * @file diff --git a/charts_system/charts_system.inc b/charts_system/charts_system.inc index db7758a..63aeddd 100644 --- a/charts_system/charts_system.inc +++ b/charts_system/charts_system.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @author Bruno Massa http://drupal.org/user/67164 * @author TJ (based on his Chart module) diff --git a/charts_system/charts_system.info b/charts_system/charts_system.info index 8a92791..04d314f 100644 --- a/charts_system/charts_system.info +++ b/charts_system/charts_system.info @@ -1,4 +1,3 @@ -; $Id$ core = "6.x" dependencies[] = charts description = "Use Charts for Drupal administration" diff --git a/charts_system/charts_system.module b/charts_system/charts_system.module index 78986b1..9d22dd2 100644 --- a/charts_system/charts_system.module +++ b/charts_system/charts_system.module @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @author Bruno Massa http://drupal.org/user/67164 * @author TJ (based on his Chart module) diff --git a/gd_image_chart/gd_image_chart.admin.inc b/gd_image_chart/gd_image_chart.admin.inc index 8709773..f61f8cf 100644 --- a/gd_image_chart/gd_image_chart.admin.inc +++ b/gd_image_chart/gd_image_chart.admin.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @author Mads Peter Henderson http://drupal.org/user/421971 * @file diff --git a/gd_image_chart/gd_image_chart.inc b/gd_image_chart/gd_image_chart.inc index 8eaeb02..a0555d8 100644 --- a/gd_image_chart/gd_image_chart.inc +++ b/gd_image_chart/gd_image_chart.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @author Mads Peter Henderson http://drupal.org/user/421971 * @file diff --git a/gd_image_chart/gd_image_chart.info b/gd_image_chart/gd_image_chart.info index fb5a18a..7fb0421 100644 --- a/gd_image_chart/gd_image_chart.info +++ b/gd_image_chart/gd_image_chart.info @@ -1,4 +1,3 @@ -; $Id$ core = "6.x" dependencies[] = charts description = "Use GD library to draw charts on your site. This provider generates images and stores them in your sites default path, be sure to consult the admin page after installation" diff --git a/gd_image_chart/gd_image_chart.module b/gd_image_chart/gd_image_chart.module index 8d348ab..b8c7bb3 100644 --- a/gd_image_chart/gd_image_chart.module +++ b/gd_image_chart/gd_image_chart.module @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @author Mads Peter Henderson http://drupal.org/user/421971 * @file diff --git a/google_charts/google_charts.inc b/google_charts/google_charts.inc index 7c05c5a..625ee1d 100644 --- a/google_charts/google_charts.inc +++ b/google_charts/google_charts.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @author Bruno Massa http://drupal.org/user/67164 * @file diff --git a/google_charts/google_charts.info b/google_charts/google_charts.info index 1c2f5a7..f1d8475 100644 --- a/google_charts/google_charts.info +++ b/google_charts/google_charts.info @@ -1,4 +1,3 @@ -; $Id$ core = "6.x" dependencies[] = charts description = "Use Google Charts on your site." diff --git a/google_charts/google_charts.module b/google_charts/google_charts.module index 8befa18..5e009a5 100644 --- a/google_charts/google_charts.module +++ b/google_charts/google_charts.module @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @author Bruno Massa http://drupal.org/user/67164 * @file diff --git a/views/charts.views.inc b/views/charts.views.inc index b29b263..986743d 100644 --- a/views/charts.views.inc +++ b/views/charts.views.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @author Bruno Massa http://drupal.org/user/67164 * @file diff --git a/views/charts_plugin_style_chart.inc b/views/charts_plugin_style_chart.inc index 40d2bc8..6a51ef6 100644 --- a/views/charts_plugin_style_chart.inc +++ b/views/charts_plugin_style_chart.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file * Contains the chart style plugin. -- GitLab