From 305d608fe508b8e2c31df9282cc6f987260a76b1 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 15 Nov 2007 21:43:26 +0000 Subject: Final changes moving to the actually liscense-ified version, plus I fixed a compile error I introduced last commit. --- Makefile.legacy | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.legacy') diff --git a/Makefile.legacy b/Makefile.legacy index 0afb4a0..02c233e 100644 --- a/Makefile.legacy +++ b/Makefile.legacy @@ -1,3 +1,10 @@ +# +# Copyright (C) 2007 Xagasoft, All rights reserved. +# +# This file is part of the libbu++ library and is released under the +# terms of the license contained in the file LICENSE. +# + OBJS:=$(patsubst %.cpp,%.o,$(wildcard src/*.cpp)) USRCS:=$(wildcard src/unit/*.cpp) UOBJS:=$(patsubst %.cpp,%.o,$(USRCS)) -- cgit v1.2.3