summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bitwise.c1
-rw-r--r--src/framing.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/bitwise.c b/src/bitwise.c
index fa2b572..81865ef 100644
--- a/src/bitwise.c
+++ b/src/bitwise.c
@@ -11,7 +11,6 @@
********************************************************************
function: packing variable sized words into an octet stream
- last mod: $Id$
********************************************************************/
diff --git a/src/framing.c b/src/framing.c
index ee29651..5e09f2d 100644
--- a/src/framing.c
+++ b/src/framing.c
@@ -12,7 +12,6 @@
function: code raw packets into framed OggSquish stream and
decode Ogg streams back into raw packets
- last mod: $Id$
note: The CRC code is directly derived from public domain code by
Ross Williams (ross@guest.adelaide.edu.au). See docs/framing.html