From dae71f180120d7a7e22262220410913d77aa1767 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:25:57 +0200 Subject: Remove author field from file header Too much effort to maintain. --- common/threads/driver.cxx | 1 - common/threads/makefile | 1 - common/threads/test.hxx | 1 - 3 files changed, 3 deletions(-) (limited to 'common/threads') diff --git a/common/threads/driver.cxx b/common/threads/driver.cxx index 192a3b7..848030b 100644 --- a/common/threads/driver.cxx +++ b/common/threads/driver.cxx @@ -1,5 +1,4 @@ // file : common/threads/driver.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/threads/makefile b/common/threads/makefile index e9aef66..351980a 100644 --- a/common/threads/makefile +++ b/common/threads/makefile @@ -1,5 +1,4 @@ # file : common/threads/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/threads/test.hxx b/common/threads/test.hxx index 3f129f2..90e5b7c 100644 --- a/common/threads/test.hxx +++ b/common/threads/test.hxx @@ -1,5 +1,4 @@ // file : common/template/test.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -- cgit v1.1