diff options
author | Kostis Sagonas <[email protected]> | 2010-02-14 07:22:10 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-02-14 12:23:03 +0100 |
commit | b366554ee70509836d7550107163e14aed66c83f (patch) | |
tree | 2d6af6415cdc0d4c8b4368adef78ce2afb1e017f | |
parent | a9c8a2496d54668d2d46133ff0ef1787cd7b80d6 (diff) | |
download | otp-b366554ee70509836d7550107163e14aed66c83f.tar.gz otp-b366554ee70509836d7550107163e14aed66c83f.tar.bz2 otp-b366554ee70509836d7550107163e14aed66c83f.zip |
syntax_tools: Remove $Id$ annotations
-rw-r--r-- | lib/syntax_tools/doc/Makefile | 2 | ||||
-rw-r--r-- | lib/syntax_tools/examples/Makefile | 2 | ||||
-rw-r--r-- | lib/syntax_tools/src/erl_comment_scan.erl | 3 |
3 files changed, 1 insertions, 6 deletions
diff --git a/lib/syntax_tools/doc/Makefile b/lib/syntax_tools/doc/Makefile index 27f32988c8..6afd16f669 100644 --- a/lib/syntax_tools/doc/Makefile +++ b/lib/syntax_tools/doc/Makefile @@ -13,8 +13,6 @@ # Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings # AB. All Rights Reserved.'' # -# $Id: Makefile,v 1.1.1.1 2004/10/04 13:56:14 richardc Exp $ -# include $(ERL_TOP)/make/target.mk include $(ERL_TOP)/make/$(TARGET)/otp.mk diff --git a/lib/syntax_tools/examples/Makefile b/lib/syntax_tools/examples/Makefile index a52a52a50c..7cfe9185c2 100644 --- a/lib/syntax_tools/examples/Makefile +++ b/lib/syntax_tools/examples/Makefile @@ -13,8 +13,6 @@ # Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings # AB. All Rights Reserved.'' # -# $Id$ -# include $(ERL_TOP)/make/target.mk include $(ERL_TOP)/make/$(TARGET)/otp.mk diff --git a/lib/syntax_tools/src/erl_comment_scan.erl b/lib/syntax_tools/src/erl_comment_scan.erl index df1449da4e..22d6777570 100644 --- a/lib/syntax_tools/src/erl_comment_scan.erl +++ b/lib/syntax_tools/src/erl_comment_scan.erl @@ -14,8 +14,7 @@ %% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 %% USA %% -%% $Id$ -%% +%% ===================================================================== %% @copyright 1997-2006 Richard Carlsson %% @author Richard Carlsson <[email protected]> %% @end |