aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/allocator
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/allocator')
-rw-r--r--examples/cxx/hybrid/allocator/arena.cxx1
-rw-r--r--examples/cxx/hybrid/allocator/arena.hxx1
-rw-r--r--examples/cxx/hybrid/allocator/driver.cxx1
-rw-r--r--examples/cxx/hybrid/allocator/makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/examples/cxx/hybrid/allocator/arena.cxx b/examples/cxx/hybrid/allocator/arena.cxx
index facb852..814522f 100644
--- a/examples/cxx/hybrid/allocator/arena.cxx
+++ b/examples/cxx/hybrid/allocator/arena.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/allocator/arena.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <stdio.h>
diff --git a/examples/cxx/hybrid/allocator/arena.hxx b/examples/cxx/hybrid/allocator/arena.hxx
index 0463a38..b8be998 100644
--- a/examples/cxx/hybrid/allocator/arena.hxx
+++ b/examples/cxx/hybrid/allocator/arena.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/allocator/arena.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef ARENA_HXX
diff --git a/examples/cxx/hybrid/allocator/driver.cxx b/examples/cxx/hybrid/allocator/driver.cxx
index 1e943ee..c10a9a2 100644
--- a/examples/cxx/hybrid/allocator/driver.cxx
+++ b/examples/cxx/hybrid/allocator/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/allocator/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <stdio.h>
diff --git a/examples/cxx/hybrid/allocator/makefile b/examples/cxx/hybrid/allocator/makefile
index 58d77ce..1268979 100644
--- a/examples/cxx/hybrid/allocator/makefile
+++ b/examples/cxx/hybrid/allocator/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/allocator/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