aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/binary/xdr
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/binary/xdr')
-rw-r--r--examples/cxx/hybrid/binary/xdr/driver.cxx1
-rw-r--r--examples/cxx/hybrid/binary/xdr/makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/cxx/hybrid/binary/xdr/driver.cxx b/examples/cxx/hybrid/binary/xdr/driver.cxx
index 5216a63..0d05e57 100644
--- a/examples/cxx/hybrid/binary/xdr/driver.cxx
+++ b/examples/cxx/hybrid/binary/xdr/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/binary/xdr/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <stddef.h> // size_t
diff --git a/examples/cxx/hybrid/binary/xdr/makefile b/examples/cxx/hybrid/binary/xdr/makefile
index d66d286..2ecb974 100644
--- a/examples/cxx/hybrid/binary/xdr/makefile
+++ b/examples/cxx/hybrid/binary/xdr/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/binary/xdr/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file