Skip to content

Commit

Permalink
Remove svn keyword '$Id'.
Browse files Browse the repository at this point in the history
Old fashioned trick that does not work well in Git world.
  • Loading branch information
hungte committed Nov 5, 2014
1 parent 6ad941c commit 5809b04
Show file tree
Hide file tree
Showing 104 changed files with 0 additions and 105 deletions.
1 change: 0 additions & 1 deletion common/bbs/cache.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
Expand Down
1 change: 0 additions & 1 deletion common/bbs/fhdr_stamp.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
Expand Down
1 change: 0 additions & 1 deletion common/bbs/names.c
@@ -1,4 +1,3 @@
/* $Id$ */

#include "cmbbs.h"
#include <assert.h>
Expand Down
1 change: 0 additions & 1 deletion common/bbs/passwd.c
@@ -1,4 +1,3 @@
/* $Id$ */

#include <assert.h>
#include <stdio.h>
Expand Down
1 change: 0 additions & 1 deletion common/bbs/path.c
@@ -1,4 +1,3 @@
/* $Id$ */
// #include "bbs.h"
#include "cmbbs.h"
#include <assert.h>
Expand Down
1 change: 0 additions & 1 deletion common/sys/crypt.c
@@ -1,4 +1,3 @@
/* $Id */
/* This file is crypt.c taken from ssh 1.2.33, only modified for compile */
/**
* FreeBSD 及 Linux glibc 附的 crypt() 都會用到大 table 加速多次 crypt().
Expand Down
1 change: 0 additions & 1 deletion common/sys/daemon.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down
1 change: 0 additions & 1 deletion common/sys/record.c
@@ -1,4 +1,3 @@
/* $Id$ */

#include <sys/stat.h>
#include <sys/mman.h>
Expand Down
1 change: 0 additions & 1 deletion common/sys/vbuf.c
@@ -1,4 +1,3 @@
// $Id$
//
// vbuf.c
// piaip's simple virtual (ring) buffer
Expand Down
1 change: 0 additions & 1 deletion common/sys/vector.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include <stdlib.h>
#include <string.h>
#include <assert.h>
Expand Down
1 change: 0 additions & 1 deletion mbbsd/acl.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

// Access Control List
Expand Down
1 change: 0 additions & 1 deletion mbbsd/admin.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

/* 進站水球宣傳 */
Expand Down
1 change: 0 additions & 1 deletion mbbsd/aids.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

#ifndef NEW_AIDS
Expand Down
1 change: 0 additions & 1 deletion mbbsd/angel.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"
#ifdef PLAY_ANGEL

Expand Down
1 change: 0 additions & 1 deletion mbbsd/announce.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

// XXX piaip 2007/12/29
Expand Down
1 change: 0 additions & 1 deletion mbbsd/assess.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

#ifdef ASSESS
Expand Down
1 change: 0 additions & 1 deletion mbbsd/bbslua.c
Expand Up @@ -4,7 +4,6 @@
// Author: Hung-Te Lin(piaip), Jan. 2008.
// <piaip@csie.ntu.edu.tw>
// Create: 2008-01-04 22:02:58
// $Id$
//
// This source is released in MIT License, same as Lua 5.0
// http://www.lua.org/license.html
Expand Down
1 change: 0 additions & 1 deletion mbbsd/board.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

/* personal board state
Expand Down
1 change: 0 additions & 1 deletion mbbsd/brc.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"
#include "daemons.h"

Expand Down
1 change: 0 additions & 1 deletion mbbsd/cache.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

#ifdef _BBS_UTIL_C_
Expand Down
1 change: 0 additions & 1 deletion mbbsd/cal.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

// XXX numposts itself is an integer, but some records (by del post!?) may
Expand Down
1 change: 0 additions & 1 deletion mbbsd/captcha.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

////////////////////////////////////////////////////////////////////////////
Expand Down
1 change: 0 additions & 1 deletion mbbsd/ccw.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

// Common Chat Window (CCW)
Expand Down
1 change: 0 additions & 1 deletion mbbsd/ch_dark.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

#define RED 1
Expand Down
1 change: 0 additions & 1 deletion mbbsd/ch_go.c
@@ -1,4 +1,3 @@
/* $Id$ */

#include "bbs.h"
#include <sys/socket.h>
Expand Down
1 change: 0 additions & 1 deletion mbbsd/ch_gomo.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"
#include "gomo.h"

Expand Down
1 change: 0 additions & 1 deletion mbbsd/ch_reversi.c
@@ -1,4 +1,3 @@
/* $Id$ */

#include "bbs.h"

Expand Down
1 change: 0 additions & 1 deletion mbbsd/chc.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"
#include "chc.h"

Expand Down
1 change: 0 additions & 1 deletion mbbsd/chc_tab.c
@@ -1,4 +1,3 @@
/* $Id$ */

/* generated by perl -le 'print 1/(1+10**($_/400)),"," for 0 ..999' */
/* TODO reduce table size */
Expand Down
1 change: 0 additions & 1 deletion mbbsd/chess.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"
#include "chess.h"
#include <setjmp.h>
Expand Down
1 change: 0 additions & 1 deletion mbbsd/chicken.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

#define NUM_KINDS 15 /* 有多少種動物 */
Expand Down
1 change: 0 additions & 1 deletion mbbsd/convert.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

#ifdef CONVERT
Expand Down
1 change: 0 additions & 1 deletion mbbsd/edit.c
@@ -1,4 +1,3 @@
/* $Id$ */
/**
* edit.c, 用來提供 bbs上的文字編輯器, 即 ve.
* 現在這一個是惡搞過的版本, 比較不穩定, 用比較多的 cpu, 但是可以省下許多
Expand Down
1 change: 0 additions & 1 deletion mbbsd/emaildb.c
@@ -1,4 +1,3 @@
/* $Id$ */

#include "bbs.h"
#include "daemons.h"
Expand Down
1 change: 0 additions & 1 deletion mbbsd/fav.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

/**
Expand Down
1 change: 0 additions & 1 deletion mbbsd/friend.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

/* ------------------------------------- */
Expand Down
1 change: 0 additions & 1 deletion mbbsd/gamble.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

#define MAX_ITEM 8 //最大 彩券項目(item) 個數
Expand Down
1 change: 0 additions & 1 deletion mbbsd/io.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

//kcwu: 80x24 一般使用者名單 1.9k, 含 header 2.4k
Expand Down
1 change: 0 additions & 1 deletion mbbsd/kaede.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

// TODO move stuff to libbbs(or util)/string.c, ...
Expand Down
1 change: 0 additions & 1 deletion mbbsd/mail.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

////////////////////////////////////////////////////////////////////////
Expand Down
1 change: 0 additions & 1 deletion mbbsd/mbbsd.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"
#include "daemons.h"
#include <sys/wait.h>
Expand Down
1 change: 0 additions & 1 deletion mbbsd/menu.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

// UNREGONLY 改為由 BASIC 來判斷是否為 guest.
Expand Down
1 change: 0 additions & 1 deletion mbbsd/more.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

/*
Expand Down
1 change: 0 additions & 1 deletion mbbsd/name.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

#define COMPLETE_MORE_MSG "按空白鍵可列出更多項目"
Expand Down
1 change: 0 additions & 1 deletion mbbsd/nios.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <unistd.h>
Expand Down
1 change: 0 additions & 1 deletion mbbsd/ordersong.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

#define lockreturn(unmode, state) if(lockutmpmode(unmode, state)) return
Expand Down
1 change: 0 additions & 1 deletion mbbsd/passwd.c
@@ -1,4 +1,3 @@
/* $Id$ */
#define PWCU_IMPL
#include "bbs.h"
#include "time.h"
Expand Down
1 change: 0 additions & 1 deletion mbbsd/pmore.c
@@ -1,4 +1,3 @@
/* $Id$ */

/*
* pmore: piaip's more, a new replacement for traditional pager
Expand Down
1 change: 0 additions & 1 deletion mbbsd/psb.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"
#include "daemons.h"

Expand Down
1 change: 0 additions & 1 deletion mbbsd/read.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

static int headers_size = 0;
Expand Down
1 change: 0 additions & 1 deletion mbbsd/record.c
@@ -1,4 +1,3 @@
/* $Id$ */

#include "bbs.h"

Expand Down
1 change: 0 additions & 1 deletion mbbsd/register.c
@@ -1,4 +1,3 @@
/* $Id$ */
#define PWCU_IMPL
#include "bbs.h"

Expand Down
1 change: 0 additions & 1 deletion mbbsd/screen.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

#if !defined(USE_PFTERM)
Expand Down
1 change: 0 additions & 1 deletion mbbsd/stuff.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

// TODO remove this
Expand Down
1 change: 0 additions & 1 deletion mbbsd/syspost.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

int post_msg2(const char* bname, const char* title, const char *msg,
Expand Down
1 change: 0 additions & 1 deletion mbbsd/talk.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"
#include "daemons.h"

Expand Down
1 change: 0 additions & 1 deletion mbbsd/term.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"
#include <termios.h>

Expand Down
1 change: 0 additions & 1 deletion mbbsd/timecap.c
@@ -1,4 +1,3 @@
/* $Id $ */
#include "bbs.h"

// Time Capsule / Magical Index
Expand Down
1 change: 0 additions & 1 deletion mbbsd/user.c
@@ -1,4 +1,3 @@
/* $Id$ */
#define PWCU_IMPL
#include "bbs.h"

Expand Down
1 change: 0 additions & 1 deletion mbbsd/var.c
@@ -1,4 +1,3 @@
/* $Id$ */
#define INCLUDE_VAR_H
#include "bbs.h"

Expand Down
1 change: 0 additions & 1 deletion mbbsd/vote.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

// XXX TODO bvote ���ڪ� vote control file ���ɷ|���P�B...
Expand Down
1 change: 0 additions & 1 deletion mbbsd/voteboard.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

#define VOTEBOARD "NewBoard"
Expand Down
1 change: 0 additions & 1 deletion mbbsd/vtuikit.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "vtkbd.h"
#include "bbs.h"

Expand Down
1 change: 0 additions & 1 deletion mbbsd/xyz.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

int
Expand Down
1 change: 0 additions & 1 deletion util/account.c
@@ -1,4 +1,3 @@
/* $Id$ */

#include <stdio.h>
#include <stdlib.h>
Expand Down
1 change: 0 additions & 1 deletion util/angel.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"
#include "daemons.h"

Expand Down
1 change: 0 additions & 1 deletion util/bbsctl.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

#ifdef __FreeBSD__
Expand Down
1 change: 0 additions & 1 deletion util/bbsmail.c
@@ -1,4 +1,3 @@
/* $Id$ */
#define _UTIL_C_
#include "bbs.h"

Expand Down
1 change: 0 additions & 1 deletion util/bbsrf.c
@@ -1,4 +1,3 @@
/* $Id$ */

#include <stdio.h>
#include <string.h>
Expand Down
2 changes: 0 additions & 2 deletions util/boardlist.c
@@ -1,4 +1,3 @@
/* $Id$ */
/* �o�O�ΨӱN�𪬤�����X�� perl module (�i�H�����O man/ �ϥ�) */
#include "bbs.h"
/* ���� hash �����e�p�U:
Expand Down Expand Up @@ -167,7 +166,6 @@ int main(int argc, char **argv)
"# this is auto-generated perl module from boardlist.c\n"
"# please do NOT modify this directly!\n"
"# usage: make boardlist; ./boardlist | perl\n"
"# Id of boardlist.c: $Id$\n"
"use DB_File;\n"
"use Data::Serializer;\n"
"\n"
Expand Down
1 change: 0 additions & 1 deletion util/broadcast.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"
#include <getopt.h>

Expand Down
1 change: 0 additions & 1 deletion util/buildir.c
@@ -1,4 +1,3 @@
/* $Id$ */
#include "bbs.h"

int dirselect(const struct dirent *dir)
Expand Down
1 change: 0 additions & 1 deletion util/chesscountry.c
@@ -1,4 +1,3 @@
/* $Id$ */
/*-------------------------------------------------------*/
/* copied from util/cchess.c ( NTU FPG BBS Ver 1.00 ) */
/*-------------------------------------------------------*/
Expand Down
1 change: 0 additions & 1 deletion util/chkhbf.c
@@ -1,4 +1,3 @@
/* $Id$ */
#define _UTIL_C_
#include "bbs.h"

Expand Down
1 change: 0 additions & 1 deletion util/cleanpasswd.c
@@ -1,4 +1,3 @@
/* $Id$ */
#define _UTIL_C_
#include "bbs.h"

Expand Down
1 change: 0 additions & 1 deletion util/deluserfile.c
@@ -1,4 +1,3 @@
/* $Id$ */
/* �۰ʬ�user�ؿ��ɮ׵{�� */

#include "bbs.h"
Expand Down
1 change: 0 additions & 1 deletion util/expire.c
@@ -1,4 +1,3 @@
/* $Id$ */
/* �۰ʬ�H�u��{�� */

#include "bbs.h"
Expand Down

0 comments on commit 5809b04

Please sign in to comment.