summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2017-11-08 08:45:28 -0800
committerRalph Giles <giles@thaumas.net>2017-11-08 08:45:28 -0800
commitf56d8af4d07d7c852d6f58abce428711a2f1eda4 (patch)
treeb795b1c291e323b5a9a7103574f7b207505d614e /src
parent862163e51f87fa5bf57b437dd502052da597c723 (diff)
downloadogg-git-f56d8af4d07d7c852d6f58abce428711a2f1eda4.tar.gz
Remove obsolete $Id$ svn substitution marks.
Subversion, like cvs, had a mechanism for replacing inline template text on checkout for representing things like 'last modified date'. Git does not support this, so remove the template strings from file header comments. Also less aggressive language is os_types.h.
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