From 2bfbae8fa26d95785076d6200faecde0fab38240 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 8 Nov 2012 23:03:46 +0000 Subject: ...apparently I forgot to copyright this. Now it's BSD licensed. --- src/buildparser.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/buildparser.cpp') diff --git a/src/buildparser.cpp b/src/buildparser.cpp index 6ab23cd..818ea80 100644 --- a/src/buildparser.cpp +++ b/src/buildparser.cpp @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * + * This file is part of the Xagasoft Build and is released under the + * terms of the license contained in the file LICENSE. + */ #include "buildparser.h" #include "ast.h" #include "build.yy.h" -- cgit v1.2.3