From 9a7ad5f7c8de3f1d1eb0e33f89668f94e5d3a7f6 Mon Sep 17 00:00:00 2001 From: C Date: Wed, 26 Dec 2012 10:30:11 +0700 Subject: Removed non-copyright related text and added spacing after license notice --- src/cxa_finalize.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cxa_finalize.c') diff --git a/src/cxa_finalize.c b/src/cxa_finalize.c index 42f9943..c02d70d 100644 --- a/src/cxa_finalize.c +++ b/src/cxa_finalize.c @@ -1,6 +1,5 @@ /** * Copyright (c) 2012 David Chisnall. - * This work was funded by TBricks. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,6 +20,8 @@ * IN THE SOFTWARE. * */ + + void __cxa_finalize(void *d ); extern void __dso_handle; -- cgit v1.2.3