Skip to content

Commit

Permalink
Remove subversion Id tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Mar 10, 2010
1 parent 3e15b25 commit 2460364
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 37 deletions.
2 changes: 0 additions & 2 deletions Client/IRC.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

# Rocco's IRC bot stuff.

package Client::IRC;
Expand Down
2 changes: 0 additions & 2 deletions Client/MUD.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

# Rocco's PerlMud bot stuff.

package Client::MUD;
Expand Down
2 changes: 0 additions & 2 deletions Client/Web.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

# The PerlMud web client portion of our program.

use strict;
Expand Down
2 changes: 0 additions & 2 deletions Database/File.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

# Manage the link database (in a file).
#
# Public interface:
Expand Down
2 changes: 0 additions & 2 deletions Database/Postgres.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

# Manage the link database (in Postgres).
#
# Public interface:
Expand Down
8 changes: 3 additions & 5 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# $Id$

This is a temporary license until the authors can decide upon one.

Memephage is Copyright (C) 2002 by Rocco Caputo <troc+mp@pobox.com>,
Richard Soderberg <coral@crysflame.com>, and Matt Cashner
<eek@eekeek.org>. All rights are reserved.
Memephage is Copyright (C) 2002-2010 by Rocco Caputo
<rcaputo+mp@cpan.org>, Richard Soderberg <coral@crysflame.com>, and
Matt Cashner <eek@eekeek.org>. All rights are reserved.

Memephage is free software; you may redistribute it and/or modify it
under the same terms as Perl itself.
8 changes: 3 additions & 5 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
$Id$

-----
About
-----
Expand Down Expand Up @@ -91,9 +89,9 @@ Errors
Support
-------

Support is through memephage's SourceForge project. See:
http://sf.net/projects/memephage/ for task trackers, forums, and other
tasty morsels.
http://github.com/rcaputo/bot-memephage
http://gitorious.org/bot-memephage
http://sf.net/projects/memephage/

---
End
Expand Down
2 changes: 0 additions & 2 deletions Server/Web.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

# The PerlMud web server portion of our program.

use strict;
Expand Down
2 changes: 0 additions & 2 deletions Util/Conf.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

# Configuration reading and holding.

package Util::Conf;
Expand Down
2 changes: 0 additions & 2 deletions Util/Database.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

# Manage the link database.

package Util::Database;
Expand Down
2 changes: 0 additions & 2 deletions Util/Link.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

# Manage links.

package Util::Link;
Expand Down
2 changes: 0 additions & 2 deletions Util/Web.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

# Rocco's POE web server helper functions. Do URL en/decoding. Load
# static pages, and do template things with them.

Expand Down
4 changes: 1 addition & 3 deletions docs/schema.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/* memephage SQL schema
*
* $Id$ */
/* memephage SQL schema */

CREATE TABLE clique (
sequence SERIAL PRIMARY KEY,
Expand Down
2 changes: 0 additions & 2 deletions docs/schema.text
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

# to each their own.
clique
sequence number
Expand Down
2 changes: 0 additions & 2 deletions tools/email-pipe.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!perl

# $Id$

# Instructions:
# This is a mail filter. It can be used from .forwards, aliases,
# Mail::Audit, and the like. I hard-coded the IP address; maybe
Expand Down

0 comments on commit 2460364

Please sign in to comment.