Skip to content

Commit

Permalink
Remove Git ident attributes
Browse files Browse the repository at this point in the history
Git ident attributes were in most cases utilized with SVN and keywords
substitutions, where $Id$ were replaced with certain revision from the
repository. In Git this functionality is different. Each $Id$ needs to
be defined in .gitattributes file to be effective. This patch removes
unused and outdated attributes.
  • Loading branch information
petk committed Jun 27, 2018
1 parent 1e3a3d9 commit 01c59d8
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# $Id$
CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR)

SET(PACKAGE GD)
Expand Down
1 change: 0 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh --
# $Id$
# Small shell script to build gd from source

v() { echo "$@"; "$@"; }
Expand Down
2 changes: 0 additions & 2 deletions cmake/modules/FindPTHREAD.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#############################################################################
#
# $Id: FindPTHREAD.cmake 4056 2013-01-05 13:04:42Z fspindle $
#
# This file is part of the ViSP software.
# Copyright (C) 2005 - 2013 by INRIA. All rights reserved.
#
Expand Down
1 change: 0 additions & 1 deletion examples/arc.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* $Id$ */
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
Expand Down
1 change: 0 additions & 1 deletion examples/copyrotated.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* $Id$ */
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
Expand Down
2 changes: 0 additions & 2 deletions examples/crop.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
Expand Down
1 change: 0 additions & 1 deletion examples/flip.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* $Id$ */
#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
Expand Down
2 changes: 0 additions & 2 deletions examples/nnquant.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

#include "gd.h"
#include <stdio.h>
#include <stdlib.h>
Expand Down
1 change: 0 additions & 1 deletion examples/tgaread.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* $Id$ */
/*
* You can fetch a set of samples TIFF images here:
* ftp://ftp.remotesensing.org/pub/libtiff/
Expand Down
1 change: 0 additions & 1 deletion examples/tiffread.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* $Id$ */
/*
* You can fetch a set of samples TIFF images here:
* ftp://ftp.remotesensing.org/pub/libtiff/
Expand Down
1 change: 0 additions & 1 deletion examples/windows.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Sample usage of GD on windows. This little program opens a window, fetch its DIB
and assigns to a GD truecolor image.
Thanks to Mateusz Loskot (http://mateusz.loskot.net) for the AttachBuffer function!
$Id$
*/
#include <windows.h>
#include <gd.h>
Expand Down
2 changes: 0 additions & 2 deletions netware/Makefile.netware
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
## Use: make -f Makefile
##
## Comments to: Guenter Knauf <[email protected]>
##
## $Id$
#
#################################################################

Expand Down
1 change: 0 additions & 1 deletion netware/get_exp.awk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# awk hack to fetch libgd export functions from header
# and write them to STDOUT. Here you can get an awk version for Win32:
# http://www.gknw.net/development/prgtools/awk.zip
# $Id$
#
BEGIN {
print "# Exports extracted from " ARGV[1] "";
Expand Down
1 change: 0 additions & 1 deletion netware/get_ver.awk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# awk script which fetches libgd version number and string from input file
# and writes them to STDOUT. Here you can get an awk version for Win32:
# http://www.gknw.net/development/prgtools/awk.zip
# $Id$
#
BEGIN {
while ((getline < ARGV[1]) > 0) {
Expand Down
2 changes: 0 additions & 2 deletions netware/keepscreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* 2004-Aug-11 by Guenter Knauf
*
* URL: http://www.gknw.com/development/mk_nlm/
*
* $Id$
*/

#include <stdio.h>
Expand Down
1 change: 0 additions & 1 deletion netware/nwlibc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Universal NetWare library stub. *
* written by Ulrich Neuman and given to OpenSource copyright-free. *
* version: 1.0 *
* $Id$
*********************************************************************/

#include <errno.h>
Expand Down
2 changes: 0 additions & 2 deletions netware/tests/Makefile.netware
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
## Use: make -f Makefile
##
## Comments to: Guenter Knauf <[email protected]>
##
## $Id$
#
###################################################################

Expand Down
1 change: 0 additions & 1 deletion src/bmp.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* $Id$ */
#ifdef __cplusplus
extern "C" {
#endif
Expand Down
2 changes: 0 additions & 2 deletions src/gd.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* $Id$ */

#include <stdio.h>
#include <math.h>
#include <string.h>
Expand Down
1 change: 0 additions & 1 deletion src/gd_bmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* Read and write BMP images.
*/

/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Expand Down
1 change: 0 additions & 1 deletion src/gd_io_stream.cxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* *****************************************************************************
** $Id$
** Initial file written and documented by:
** Kevin Shepherd <[email protected]> December 2007
** of Scarlet Line http://www.scarletline.com/
Expand Down
1 change: 0 additions & 1 deletion src/gd_io_stream.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* *****************************************************************************
** $Id$
** Initial file written and documented by:
** Kevin Shepherd <[email protected]> December 2007
** of Scarlet Line http://www.scarletline.com/
Expand Down
1 change: 0 additions & 1 deletion src/gd_png.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Expand Down
1 change: 0 additions & 1 deletion src/gd_tiff.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
----------------------------------------------------------------------------
*/
/* $Id$ */

/**
* File: TIFF IO
Expand Down
1 change: 0 additions & 1 deletion src/gdpp.cxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* *****************************************************************************
** $Id$
** Initial file written and documented by:
** Kevin Shepherd <[email protected]> December 2007
** of Scarlet Line http://www.scarletline.com/
Expand Down
1 change: 0 additions & 1 deletion src/gdpp.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* *****************************************************************************
** $Id$
** Initial file written and documented by:
** Kevin Shepherd <[email protected]> December 2007
** of Scarlet Line http://www.scarletline.com/
Expand Down
1 change: 0 additions & 1 deletion windows/libgd.rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* This is a template RC file.
* $Id$
* Do not edit with MSVC */
#ifdef APSTUDIO_INVOKED
# error dont edit with MSVC
Expand Down

0 comments on commit 01c59d8

Please sign in to comment.