summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-07-15 16:34:47 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-07-15 16:34:47 +0200
commit284bbdd85fc02d7c1e64969f02feeafa86338b9f (patch)
treeb2987e10f5447062d55142a0029f6364ab1db9a5
parentcea5c5aae09f30710bcf65a9e986dafb5c7b7a92 (diff)
downloadlibgd-284bbdd85fc02d7c1e64969f02feeafa86338b9f.tar.gz
Remove useless SVN Ids
-rw-r--r--tests/freetype/bug00132.c2
-rw-r--r--tests/gd2/gd2_empty_file.c1
-rw-r--r--tests/gd2/gd2_read.c1
-rw-r--r--tests/gdimagecopy/bug00081.c2
-rw-r--r--tests/gdimagecopyrotated/bug00020.c1
-rw-r--r--tests/gdimagefill/bug00002_3.c1
-rw-r--r--tests/gdimagefilledellipse/bug00010.c1
-rw-r--r--tests/gdimagefilledellipse/bug00191.c1
-rw-r--r--tests/gdimageline/bug00111.c2
-rw-r--r--tests/jpeg/jpeg_empty_file.c1
-rw-r--r--tests/jpeg/jpeg_read.c1
-rw-r--r--tests/png/bug00011.c1
-rw-r--r--tests/png/bug00033.c1
-rw-r--r--tests/png/bug00086.c1
-rw-r--r--tests/png/bug00088.c1
-rw-r--r--tests/webp/bug00111.c1
-rw-r--r--tests/xpm/bug00166.c1
-rw-r--r--tests/xpm/bug00185.c1
-rw-r--r--tests/xpm/color_name.c1
19 files changed, 0 insertions, 22 deletions
diff --git a/tests/freetype/bug00132.c b/tests/freetype/bug00132.c
index ab1c394..2c3d6bc 100644
--- a/tests/freetype/bug00132.c
+++ b/tests/freetype/bug00132.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/gd2/gd2_empty_file.c b/tests/gd2/gd2_empty_file.c
index c9ae9b6..9b1c5b2 100644
--- a/tests/gd2/gd2_empty_file.c
+++ b/tests/gd2/gd2_empty_file.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/gd2/gd2_read.c b/tests/gd2/gd2_read.c
index 37d36cf..94fe069 100644
--- a/tests/gd2/gd2_read.c
+++ b/tests/gd2/gd2_read.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/gdimagecopy/bug00081.c b/tests/gdimagecopy/bug00081.c
index 3fc4e6e..747e5a2 100644
--- a/tests/gdimagecopy/bug00081.c
+++ b/tests/gdimagecopy/bug00081.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/gdimagecopyrotated/bug00020.c b/tests/gdimagecopyrotated/bug00020.c
index df29450..fe8dfdf 100644
--- a/tests/gdimagecopyrotated/bug00020.c
+++ b/tests/gdimagecopyrotated/bug00020.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "gd.h"
#include "gdtest.h"
diff --git a/tests/gdimagefill/bug00002_3.c b/tests/gdimagefill/bug00002_3.c
index b9fa631..b11fbc9 100644
--- a/tests/gdimagefill/bug00002_3.c
+++ b/tests/gdimagefill/bug00002_3.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "gd.h"
#include <stdio.h>
#include "gdtest.h"
diff --git a/tests/gdimagefilledellipse/bug00010.c b/tests/gdimagefilledellipse/bug00010.c
index 6fead5b..65c7444 100644
--- a/tests/gdimagefilledellipse/bug00010.c
+++ b/tests/gdimagefilledellipse/bug00010.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "gd.h"
#include "gdtest.h"
diff --git a/tests/gdimagefilledellipse/bug00191.c b/tests/gdimagefilledellipse/bug00191.c
index 2f5c86d..28e3d6c 100644
--- a/tests/gdimagefilledellipse/bug00191.c
+++ b/tests/gdimagefilledellipse/bug00191.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "gd.h"
#include "gdtest.h"
diff --git a/tests/gdimageline/bug00111.c b/tests/gdimageline/bug00111.c
index 2a787f1..9b24113 100644
--- a/tests/gdimageline/bug00111.c
+++ b/tests/gdimageline/bug00111.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/jpeg/jpeg_empty_file.c b/tests/jpeg/jpeg_empty_file.c
index bf7df8e..12ce241 100644
--- a/tests/jpeg/jpeg_empty_file.c
+++ b/tests/jpeg/jpeg_empty_file.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/jpeg/jpeg_read.c b/tests/jpeg/jpeg_read.c
index d85a912..42098fd 100644
--- a/tests/jpeg/jpeg_read.c
+++ b/tests/jpeg/jpeg_read.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/png/bug00011.c b/tests/png/bug00011.c
index e0167f9..f58ab61 100644
--- a/tests/png/bug00011.c
+++ b/tests/png/bug00011.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/png/bug00033.c b/tests/png/bug00033.c
index 83c9013..faf0a18 100644
--- a/tests/png/bug00033.c
+++ b/tests/png/bug00033.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/png/bug00086.c b/tests/png/bug00086.c
index e01e799..f29b5d7 100644
--- a/tests/png/bug00086.c
+++ b/tests/png/bug00086.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/* id: gdbad3.c, Xavier Roche, May. 2007 */
/* gcc gdbad3.c -o bad -lgd && ./bad */
diff --git a/tests/png/bug00088.c b/tests/png/bug00088.c
index 546d2e1..5c0ab58 100644
--- a/tests/png/bug00088.c
+++ b/tests/png/bug00088.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/webp/bug00111.c b/tests/webp/bug00111.c
index 42aa428..18a511e 100644
--- a/tests/webp/bug00111.c
+++ b/tests/webp/bug00111.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/xpm/bug00166.c b/tests/xpm/bug00166.c
index 87bd4d1..f4cf7d1 100644
--- a/tests/xpm/bug00166.c
+++ b/tests/xpm/bug00166.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/xpm/bug00185.c b/tests/xpm/bug00185.c
index 6d86268..3056ed9 100644
--- a/tests/xpm/bug00185.c
+++ b/tests/xpm/bug00185.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/xpm/color_name.c b/tests/xpm/color_name.c
index 9d70181..894b4b7 100644
--- a/tests/xpm/color_name.c
+++ b/tests/xpm/color_name.c
@@ -1,4 +1,3 @@
-/* $Id$ */
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>