aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-11-08 23:03:46 +0000
committerMike Buland <eichlan@xagasoft.com>2012-11-08 23:03:46 +0000
commit2bfbae8fa26d95785076d6200faecde0fab38240 (patch)
tree01a797fe070d4d3c3de7dd6b61b251847e82333c
parent52be1ef0d126f09ba943c7afcf367e7d9347f2fd (diff)
downloadbuild-2bfbae8fa26d95785076d6200faecde0fab38240.tar.gz
build-2bfbae8fa26d95785076d6200faecde0fab38240.tar.bz2
build-2bfbae8fa26d95785076d6200faecde0fab38240.tar.xz
build-2bfbae8fa26d95785076d6200faecde0fab38240.zip
...apparently I forgot to copyright this. Now it's BSD licensed.
-rw-r--r--src/action.cpp7
-rw-r--r--src/action.h7
-rw-r--r--src/ast.cpp6
-rw-r--r--src/ast.h7
-rw-r--r--src/astbranch.cpp6
-rw-r--r--src/astbranch.h7
-rw-r--r--src/astleaf.cpp6
-rw-r--r--src/astleaf.h7
-rw-r--r--src/astnode.cpp6
-rw-r--r--src/astnode.h7
-rw-r--r--src/build.l7
-rw-r--r--src/build.y7
-rw-r--r--src/buildparser.cpp6
-rw-r--r--src/buildparser.h7
-rw-r--r--src/cache.cpp6
-rw-r--r--src/cache.h7
-rw-r--r--src/condition.cpp7
-rw-r--r--src/condition.h7
-rw-r--r--src/conditionalways.cpp7
-rw-r--r--src/conditionalways.h7
-rw-r--r--src/conditionfileexists.cpp7
-rw-r--r--src/conditionfileexists.h7
-rw-r--r--src/conditionfiletime.cpp7
-rw-r--r--src/conditionfiletime.h7
-rw-r--r--src/conditionnever.cpp7
-rw-r--r--src/conditionnever.h7
-rw-r--r--src/conditionplugger.cpp7
-rw-r--r--src/conditionplugger.h7
-rw-r--r--src/context.cpp7
-rw-r--r--src/context.h7
-rw-r--r--src/filemgr.cpp7
-rw-r--r--src/filemgr.h7
-rw-r--r--src/function.cpp7
-rw-r--r--src/function.h7
-rw-r--r--src/functionast.cpp7
-rw-r--r--src/functionast.h7
-rw-r--r--src/functionclose.cpp7
-rw-r--r--src/functionclose.h7
-rw-r--r--src/functiondirname.cpp7
-rw-r--r--src/functiondirname.h7
-rw-r--r--src/functiondirs.cpp7
-rw-r--r--src/functiondirs.h7
-rw-r--r--src/functionexecute.cpp7
-rw-r--r--src/functionexecute.h7
-rw-r--r--src/functionexists.cpp7
-rw-r--r--src/functionexists.h7
-rw-r--r--src/functionfilename.cpp7
-rw-r--r--src/functionfilename.h7
-rw-r--r--src/functionfiles.cpp7
-rw-r--r--src/functionfiles.h7
-rw-r--r--src/functiongetmakedeps.cpp7
-rw-r--r--src/functiongetmakedeps.h7
-rw-r--r--src/functionmatches.cpp7
-rw-r--r--src/functionmatches.h7
-rw-r--r--src/functionopen.cpp7
-rw-r--r--src/functionopen.h7
-rw-r--r--src/functionplugger.cpp7
-rw-r--r--src/functionplugger.h7
-rw-r--r--src/functionrange.cpp7
-rw-r--r--src/functionrange.h7
-rw-r--r--src/functionread.cpp7
-rw-r--r--src/functionread.h7
-rw-r--r--src/functionregex.cpp7
-rw-r--r--src/functionregex.h7
-rw-r--r--src/functionreplace.cpp7
-rw-r--r--src/functionreplace.h7
-rw-r--r--src/functiontargets.cpp7
-rw-r--r--src/functiontargets.h7
-rw-r--r--src/functiontostring.cpp7
-rw-r--r--src/functiontostring.h7
-rw-r--r--src/functionunique.cpp7
-rw-r--r--src/functionunique.h7
-rw-r--r--src/functionunlink.cpp7
-rw-r--r--src/functionunlink.h7
-rw-r--r--src/functionwrite.cpp7
-rw-r--r--src/functionwrite.h7
-rw-r--r--src/location.cpp7
-rw-r--r--src/location.h7
-rw-r--r--src/main.cpp7
-rw-r--r--src/profile.cpp7
-rw-r--r--src/profile.h7
-rw-r--r--src/rule.cpp7
-rw-r--r--src/rule.h7
-rw-r--r--src/runner.cpp7
-rw-r--r--src/runner.h7
-rw-r--r--src/target.cpp7
-rw-r--r--src/target.h7
-rw-r--r--src/types.h7
-rw-r--r--src/variable.cpp7
-rw-r--r--src/variable.h7
-rw-r--r--src/view.cpp7
-rw-r--r--src/view.h7
-rw-r--r--src/viewdefault.cpp7
-rw-r--r--src/viewdefault.h7
-rw-r--r--src/viewmake.cpp7
-rw-r--r--src/viewmake.h7
-rw-r--r--src/viewplugger.cpp7
-rw-r--r--src/viewplugger.h7
98 files changed, 680 insertions, 0 deletions
diff --git a/src/action.cpp b/src/action.cpp
index e06fb45..6576a13 100644
--- a/src/action.cpp
+++ b/src/action.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "action.h" 8#include "action.h"
2#include "ast.h" 9#include "ast.h"
3#include "astbranch.h" 10#include "astbranch.h"
diff --git a/src/action.h b/src/action.h
index 0808fdb..bd30ba4 100644
--- a/src/action.h
+++ b/src/action.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef ACTION_H 8#ifndef ACTION_H
2#define ACTION_H 9#define ACTION_H
3 10
diff --git a/src/ast.cpp b/src/ast.cpp
index 6c03607..ecc3c96 100644
--- a/src/ast.cpp
+++ b/src/ast.cpp
@@ -1,3 +1,9 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
1#include "ast.h" 7#include "ast.h"
2 8
3#include "astleaf.h" 9#include "astleaf.h"
diff --git a/src/ast.h b/src/ast.h
index b859064..2007fe0 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef AST_H 8#ifndef AST_H
2#define AST_H 9#define AST_H
3 10
diff --git a/src/astbranch.cpp b/src/astbranch.cpp
index 83ecdd7..6ba8440 100644
--- a/src/astbranch.cpp
+++ b/src/astbranch.cpp
@@ -1,3 +1,9 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
1#include "astbranch.h" 7#include "astbranch.h"
2 8
3AstBranch::AstBranch( const Location &loc, Type eType ) : 9AstBranch::AstBranch( const Location &loc, Type eType ) :
diff --git a/src/astbranch.h b/src/astbranch.h
index 8140d3c..91f936a 100644
--- a/src/astbranch.h
+++ b/src/astbranch.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef AST_BRANCH_H 8#ifndef AST_BRANCH_H
2#define AST_BRANCH_H 9#define AST_BRANCH_H
3 10
diff --git a/src/astleaf.cpp b/src/astleaf.cpp
index f9ede90..33cfc60 100644
--- a/src/astleaf.cpp
+++ b/src/astleaf.cpp
@@ -1,3 +1,9 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
1#include "astleaf.h" 7#include "astleaf.h"
2 8
3AstLeaf::AstLeaf( const Location &loc, Type eType ) : 9AstLeaf::AstLeaf( const Location &loc, Type eType ) :
diff --git a/src/astleaf.h b/src/astleaf.h
index f78e593..f69a9fe 100644
--- a/src/astleaf.h
+++ b/src/astleaf.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef AST_LEAF_H 8#ifndef AST_LEAF_H
2#define AST_LEAF_H 9#define AST_LEAF_H
3 10
diff --git a/src/astnode.cpp b/src/astnode.cpp
index 1e86bdd..19b193a 100644
--- a/src/astnode.cpp
+++ b/src/astnode.cpp
@@ -1,3 +1,9 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
1#include "astnode.h" 7#include "astnode.h"
2#include "astleaf.h" 8#include "astleaf.h"
3#include "astbranch.h" 9#include "astbranch.h"
diff --git a/src/astnode.h b/src/astnode.h
index f3b2d70..c27a686 100644
--- a/src/astnode.h
+++ b/src/astnode.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef AST_NODE_H 8#ifndef AST_NODE_H
2#define AST_NODE_H 9#define AST_NODE_H
3 10
diff --git a/src/build.l b/src/build.l
index 7a77bfc..6c900f0 100644
--- a/src/build.l
+++ b/src/build.l
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1%{ 8%{
2 #include "buildparser.h" 9 #include "buildparser.h"
3 #include "bu/string.h" 10 #include "bu/string.h"
diff --git a/src/build.y b/src/build.y
index ae8a696..6a56b2a 100644
--- a/src/build.y
+++ b/src/build.y
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1%defines 8%defines
2%{ /* Prologue -- decls and stuff */ 9%{ /* Prologue -- decls and stuff */
3 #include "buildparser.h" 10 #include "buildparser.h"
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 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
1#include "buildparser.h" 7#include "buildparser.h"
2#include "ast.h" 8#include "ast.h"
3#include "build.yy.h" 9#include "build.yy.h"
diff --git a/src/buildparser.h b/src/buildparser.h
index a6149f0..b4dc046 100644
--- a/src/buildparser.h
+++ b/src/buildparser.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BUILD_PARSER_H 8#ifndef BUILD_PARSER_H
2#define BUILD_PARSER_H 9#define BUILD_PARSER_H
3 10
diff --git a/src/cache.cpp b/src/cache.cpp
index 8d6a91e..e3b4b7e 100644
--- a/src/cache.cpp
+++ b/src/cache.cpp
@@ -1,3 +1,9 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
1#include "cache.h" 7#include "cache.h"
2#include <bu/file.h> 8#include <bu/file.h>
3#include <bu/archive.h> 9#include <bu/archive.h>
diff --git a/src/cache.h b/src/cache.h
index 9a53803..41d1ded 100644
--- a/src/cache.h
+++ b/src/cache.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef CACHE_H 8#ifndef CACHE_H
2#define CACHE_H 9#define CACHE_H
3 10
diff --git a/src/condition.cpp b/src/condition.cpp
index ec87c0e..db690bb 100644
--- a/src/condition.cpp
+++ b/src/condition.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "condition.h" 8#include "condition.h"
2 9
3Condition::Condition() 10Condition::Condition()
diff --git a/src/condition.h b/src/condition.h
index a6b38bb..0bb0082 100644
--- a/src/condition.h
+++ b/src/condition.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef CONDITION_H 8#ifndef CONDITION_H
2#define CONDITION_H 9#define CONDITION_H
3 10
diff --git a/src/conditionalways.cpp b/src/conditionalways.cpp
index c5fc0b0..f3d32d6 100644
--- a/src/conditionalways.cpp
+++ b/src/conditionalways.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "conditionalways.h" 8#include "conditionalways.h"
2#include "target.h" 9#include "target.h"
3 10
diff --git a/src/conditionalways.h b/src/conditionalways.h
index 2ac5a79..8094fef 100644
--- a/src/conditionalways.h
+++ b/src/conditionalways.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef CONDITION_ALWAYS_H 8#ifndef CONDITION_ALWAYS_H
2#define CONDITION_ALWAYS_H 9#define CONDITION_ALWAYS_H
3 10
diff --git a/src/conditionfileexists.cpp b/src/conditionfileexists.cpp
index fd21716..c5923a6 100644
--- a/src/conditionfileexists.cpp
+++ b/src/conditionfileexists.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "conditionfileexists.h" 8#include "conditionfileexists.h"
2#include "target.h" 9#include "target.h"
3 10
diff --git a/src/conditionfileexists.h b/src/conditionfileexists.h
index f1fe568..d612e18 100644
--- a/src/conditionfileexists.h
+++ b/src/conditionfileexists.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef CONDITION_FILE_EXISTS_H 8#ifndef CONDITION_FILE_EXISTS_H
2#define CONDITION_FILE_EXISTS_H 9#define CONDITION_FILE_EXISTS_H
3 10
diff --git a/src/conditionfiletime.cpp b/src/conditionfiletime.cpp
index 82d147c..9d66253 100644
--- a/src/conditionfiletime.cpp
+++ b/src/conditionfiletime.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "conditionfiletime.h" 8#include "conditionfiletime.h"
2#include "target.h" 9#include "target.h"
3 10
diff --git a/src/conditionfiletime.h b/src/conditionfiletime.h
index 54cc83b..90e024f 100644
--- a/src/conditionfiletime.h
+++ b/src/conditionfiletime.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef CONDITION_FILE_TIME_H 8#ifndef CONDITION_FILE_TIME_H
2#define CONDITION_FILE_TIME_H 9#define CONDITION_FILE_TIME_H
3 10
diff --git a/src/conditionnever.cpp b/src/conditionnever.cpp
index 74f493b..fec67d7 100644
--- a/src/conditionnever.cpp
+++ b/src/conditionnever.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "conditionnever.h" 8#include "conditionnever.h"
2#include "target.h" 9#include "target.h"
3 10
diff --git a/src/conditionnever.h b/src/conditionnever.h
index d0b6e22..65e89b7 100644
--- a/src/conditionnever.h
+++ b/src/conditionnever.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef CONDITION_NEVER_H 8#ifndef CONDITION_NEVER_H
2#define CONDITION_NEVER_H 9#define CONDITION_NEVER_H
3 10
diff --git a/src/conditionplugger.cpp b/src/conditionplugger.cpp
index 6eb54cf..56068af 100644
--- a/src/conditionplugger.cpp
+++ b/src/conditionplugger.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "conditionplugger.h" 8#include "conditionplugger.h"
2 9
3#include <sys/types.h> 10#include <sys/types.h>
diff --git a/src/conditionplugger.h b/src/conditionplugger.h
index 294614b..cab1e9d 100644
--- a/src/conditionplugger.h
+++ b/src/conditionplugger.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef CONDITION_PLUGGER_H 8#ifndef CONDITION_PLUGGER_H
2#define CONDITION_PLUGGER_H 9#define CONDITION_PLUGGER_H
3 10
diff --git a/src/context.cpp b/src/context.cpp
index 7f0c56f..ba960b5 100644
--- a/src/context.cpp
+++ b/src/context.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "context.h" 8#include "context.h"
2#include "target.h" 9#include "target.h"
3#include "rule.h" 10#include "rule.h"
diff --git a/src/context.h b/src/context.h
index 8dc7527..decf661 100644
--- a/src/context.h
+++ b/src/context.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef CONTEXT_H 8#ifndef CONTEXT_H
2#define CONTEXT_H 9#define CONTEXT_H
3 10
diff --git a/src/filemgr.cpp b/src/filemgr.cpp
index 16f2ba7..408a4b1 100644
--- a/src/filemgr.cpp
+++ b/src/filemgr.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "filemgr.h" 8#include "filemgr.h"
2 9
3FileMgr::FileMgr() : 10FileMgr::FileMgr() :
diff --git a/src/filemgr.h b/src/filemgr.h
index 5241eee..74117c0 100644
--- a/src/filemgr.h
+++ b/src/filemgr.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FILE_MGR_H 8#ifndef FILE_MGR_H
2#define FILE_MGR_H 9#define FILE_MGR_H
3 10
diff --git a/src/function.cpp b/src/function.cpp
index c4bf966..8d4ef1e 100644
--- a/src/function.cpp
+++ b/src/function.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "function.h" 8#include "function.h"
2 9
3Function::Function() : 10Function::Function() :
diff --git a/src/function.h b/src/function.h
index 71d87ba..430a854 100644
--- a/src/function.h
+++ b/src/function.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_H 8#ifndef FUNCTION_H
2#define FUNCTION_H 9#define FUNCTION_H
3 10
diff --git a/src/functionast.cpp b/src/functionast.cpp
index 437ddd4..13034fd 100644
--- a/src/functionast.cpp
+++ b/src/functionast.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionast.h" 8#include "functionast.h"
2#include "astbranch.h" 9#include "astbranch.h"
3#include "astleaf.h" 10#include "astleaf.h"
diff --git a/src/functionast.h b/src/functionast.h
index 75af751..dae0ed0 100644
--- a/src/functionast.h
+++ b/src/functionast.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_AST_H 8#ifndef FUNCTION_AST_H
2#define FUNCTION_AST_H 9#define FUNCTION_AST_H
3 10
diff --git a/src/functionclose.cpp b/src/functionclose.cpp
index 173e224..301c11c 100644
--- a/src/functionclose.cpp
+++ b/src/functionclose.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionclose.h" 8#include "functionclose.h"
2#include "filemgr.h" 9#include "filemgr.h"
3 10
diff --git a/src/functionclose.h b/src/functionclose.h
index 225dca0..f2f7e6b 100644
--- a/src/functionclose.h
+++ b/src/functionclose.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_CLOSE_H 8#ifndef FUNCTION_CLOSE_H
2#define FUNCTION_CLOSE_H 9#define FUNCTION_CLOSE_H
3 10
diff --git a/src/functiondirname.cpp b/src/functiondirname.cpp
index c33771e..51eef64 100644
--- a/src/functiondirname.cpp
+++ b/src/functiondirname.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functiondirname.h" 8#include "functiondirname.h"
2 9
3#include <bu/plugger.h> 10#include <bu/plugger.h>
diff --git a/src/functiondirname.h b/src/functiondirname.h
index 763e243..caa294d 100644
--- a/src/functiondirname.h
+++ b/src/functiondirname.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_DIR_NAME_H 8#ifndef FUNCTION_DIR_NAME_H
2#define FUNCTION_DIR_NAME_H 9#define FUNCTION_DIR_NAME_H
3 10
diff --git a/src/functiondirs.cpp b/src/functiondirs.cpp
index 8ed0442..99c6c79 100644
--- a/src/functiondirs.cpp
+++ b/src/functiondirs.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functiondirs.h" 8#include "functiondirs.h"
2 9
3#include <sys/types.h> 10#include <sys/types.h>
diff --git a/src/functiondirs.h b/src/functiondirs.h
index 60522dc..946f3f0 100644
--- a/src/functiondirs.h
+++ b/src/functiondirs.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_DIRS_H 8#ifndef FUNCTION_DIRS_H
2#define FUNCTION_DIRS_H 9#define FUNCTION_DIRS_H
3 10
diff --git a/src/functionexecute.cpp b/src/functionexecute.cpp
index cad65fa..733ae47 100644
--- a/src/functionexecute.cpp
+++ b/src/functionexecute.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionexecute.h" 8#include "functionexecute.h"
2#include "context.h" 9#include "context.h"
3#include "view.h" 10#include "view.h"
diff --git a/src/functionexecute.h b/src/functionexecute.h
index 3066440..bca1d7a 100644
--- a/src/functionexecute.h
+++ b/src/functionexecute.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_EXECUTE_H 8#ifndef FUNCTION_EXECUTE_H
2#define FUNCTION_EXECUTE_H 9#define FUNCTION_EXECUTE_H
3 10
diff --git a/src/functionexists.cpp b/src/functionexists.cpp
index 0fad1e1..918cbaa 100644
--- a/src/functionexists.cpp
+++ b/src/functionexists.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionexists.h" 8#include "functionexists.h"
2 9
3#include <unistd.h> 10#include <unistd.h>
diff --git a/src/functionexists.h b/src/functionexists.h
index e2e7688..d165109 100644
--- a/src/functionexists.h
+++ b/src/functionexists.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_EXISTS_H 8#ifndef FUNCTION_EXISTS_H
2#define FUNCTION_EXISTS_H 9#define FUNCTION_EXISTS_H
3 10
diff --git a/src/functionfilename.cpp b/src/functionfilename.cpp
index 36cb61c..385c71d 100644
--- a/src/functionfilename.cpp
+++ b/src/functionfilename.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionfilename.h" 8#include "functionfilename.h"
2 9
3#include <bu/plugger.h> 10#include <bu/plugger.h>
diff --git a/src/functionfilename.h b/src/functionfilename.h
index 2bead88..5cdfbc5 100644
--- a/src/functionfilename.h
+++ b/src/functionfilename.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_FILE_NAME_H 8#ifndef FUNCTION_FILE_NAME_H
2#define FUNCTION_FILE_NAME_H 9#define FUNCTION_FILE_NAME_H
3 10
diff --git a/src/functionfiles.cpp b/src/functionfiles.cpp
index 051ee3a..32af33a 100644
--- a/src/functionfiles.cpp
+++ b/src/functionfiles.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionfiles.h" 8#include "functionfiles.h"
2 9
3#include <sys/types.h> 10#include <sys/types.h>
diff --git a/src/functionfiles.h b/src/functionfiles.h
index af04132..1a41fb1 100644
--- a/src/functionfiles.h
+++ b/src/functionfiles.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_FILES_H 8#ifndef FUNCTION_FILES_H
2#define FUNCTION_FILES_H 9#define FUNCTION_FILES_H
3 10
diff --git a/src/functiongetmakedeps.cpp b/src/functiongetmakedeps.cpp
index 22cf4aa..7dc25ab 100644
--- a/src/functiongetmakedeps.cpp
+++ b/src/functiongetmakedeps.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functiongetmakedeps.h" 8#include "functiongetmakedeps.h"
2#include "context.h" 9#include "context.h"
3#include "view.h" 10#include "view.h"
diff --git a/src/functiongetmakedeps.h b/src/functiongetmakedeps.h
index caa0952..67cf2a2 100644
--- a/src/functiongetmakedeps.h
+++ b/src/functiongetmakedeps.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_GET_MAKE_DEPS_H 8#ifndef FUNCTION_GET_MAKE_DEPS_H
2#define FUNCTION_GET_MAKE_DEPS_H 9#define FUNCTION_GET_MAKE_DEPS_H
3 10
diff --git a/src/functionmatches.cpp b/src/functionmatches.cpp
index b5b5b64..899f629 100644
--- a/src/functionmatches.cpp
+++ b/src/functionmatches.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionmatches.h" 8#include "functionmatches.h"
2 9
3#include <unistd.h> 10#include <unistd.h>
diff --git a/src/functionmatches.h b/src/functionmatches.h
index b569e0b..1e4066b 100644
--- a/src/functionmatches.h
+++ b/src/functionmatches.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_MATCHES_H 8#ifndef FUNCTION_MATCHES_H
2#define FUNCTION_MATCHES_H 9#define FUNCTION_MATCHES_H
3 10
diff --git a/src/functionopen.cpp b/src/functionopen.cpp
index 075f43c..fed8616 100644
--- a/src/functionopen.cpp
+++ b/src/functionopen.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionopen.h" 8#include "functionopen.h"
2#include "filemgr.h" 9#include "filemgr.h"
3 10
diff --git a/src/functionopen.h b/src/functionopen.h
index 27a18ad..694efb7 100644
--- a/src/functionopen.h
+++ b/src/functionopen.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_OPEN_H 8#ifndef FUNCTION_OPEN_H
2#define FUNCTION_OPEN_H 9#define FUNCTION_OPEN_H
3 10
diff --git a/src/functionplugger.cpp b/src/functionplugger.cpp
index 3999021..a391130 100644
--- a/src/functionplugger.cpp
+++ b/src/functionplugger.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionplugger.h" 8#include "functionplugger.h"
2 9
3#include <sys/types.h> 10#include <sys/types.h>
diff --git a/src/functionplugger.h b/src/functionplugger.h
index 12655f7..9041d36 100644
--- a/src/functionplugger.h
+++ b/src/functionplugger.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_PLUGGER_H 8#ifndef FUNCTION_PLUGGER_H
2#define FUNCTION_PLUGGER_H 9#define FUNCTION_PLUGGER_H
3 10
diff --git a/src/functionrange.cpp b/src/functionrange.cpp
index e6267cf..624f246 100644
--- a/src/functionrange.cpp
+++ b/src/functionrange.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionrange.h" 8#include "functionrange.h"
2 9
3#include <bu/plugger.h> 10#include <bu/plugger.h>
diff --git a/src/functionrange.h b/src/functionrange.h
index ddd7650..0423e34 100644
--- a/src/functionrange.h
+++ b/src/functionrange.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_RANGE_H 8#ifndef FUNCTION_RANGE_H
2#define FUNCTION_RANGE_H 9#define FUNCTION_RANGE_H
3 10
diff --git a/src/functionread.cpp b/src/functionread.cpp
index a59519c..0253568 100644
--- a/src/functionread.cpp
+++ b/src/functionread.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionread.h" 8#include "functionread.h"
2#include "filemgr.h" 9#include "filemgr.h"
3 10
diff --git a/src/functionread.h b/src/functionread.h
index 8bb6e8a..8f718ef 100644
--- a/src/functionread.h
+++ b/src/functionread.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_READ_H 8#ifndef FUNCTION_READ_H
2#define FUNCTION_READ_H 9#define FUNCTION_READ_H
3 10
diff --git a/src/functionregex.cpp b/src/functionregex.cpp
index 007b3fe..85a8ad9 100644
--- a/src/functionregex.cpp
+++ b/src/functionregex.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionregex.h" 8#include "functionregex.h"
2 9
3#include <bu/regex.h> 10#include <bu/regex.h>
diff --git a/src/functionregex.h b/src/functionregex.h
index 1ded9ab..5897a8b 100644
--- a/src/functionregex.h
+++ b/src/functionregex.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_REG_EX_H 8#ifndef FUNCTION_REG_EX_H
2#define FUNCTION_REG_EX_H 9#define FUNCTION_REG_EX_H
3 10
diff --git a/src/functionreplace.cpp b/src/functionreplace.cpp
index 6cf455e..1a2e499 100644
--- a/src/functionreplace.cpp
+++ b/src/functionreplace.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionreplace.h" 8#include "functionreplace.h"
2 9
3#include <bu/plugger.h> 10#include <bu/plugger.h>
diff --git a/src/functionreplace.h b/src/functionreplace.h
index dbecef6..4303ddb 100644
--- a/src/functionreplace.h
+++ b/src/functionreplace.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_REPLACE_H 8#ifndef FUNCTION_REPLACE_H
2#define FUNCTION_REPLACE_H 9#define FUNCTION_REPLACE_H
3 10
diff --git a/src/functiontargets.cpp b/src/functiontargets.cpp
index ad92376..5ded286 100644
--- a/src/functiontargets.cpp
+++ b/src/functiontargets.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functiontargets.h" 8#include "functiontargets.h"
2#include "context.h" 9#include "context.h"
3#include "target.h" 10#include "target.h"
diff --git a/src/functiontargets.h b/src/functiontargets.h
index 6b892e2..221dff8 100644
--- a/src/functiontargets.h
+++ b/src/functiontargets.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_TARGETS_H 8#ifndef FUNCTION_TARGETS_H
2#define FUNCTION_TARGETS_H 9#define FUNCTION_TARGETS_H
3 10
diff --git a/src/functiontostring.cpp b/src/functiontostring.cpp
index b3ffb5b..2885118 100644
--- a/src/functiontostring.cpp
+++ b/src/functiontostring.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functiontostring.h" 8#include "functiontostring.h"
2 9
3#include <stdlib.h> 10#include <stdlib.h>
diff --git a/src/functiontostring.h b/src/functiontostring.h
index 177ecc6..f1de7cb 100644
--- a/src/functiontostring.h
+++ b/src/functiontostring.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_TO_STRING_H 8#ifndef FUNCTION_TO_STRING_H
2#define FUNCTION_TO_STRING_H 9#define FUNCTION_TO_STRING_H
3 10
diff --git a/src/functionunique.cpp b/src/functionunique.cpp
index f12712e..ef249c9 100644
--- a/src/functionunique.cpp
+++ b/src/functionunique.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionunique.h" 8#include "functionunique.h"
2 9
3#include <bu/hash.h> 10#include <bu/hash.h>
diff --git a/src/functionunique.h b/src/functionunique.h
index cb7132a..86bed4b 100644
--- a/src/functionunique.h
+++ b/src/functionunique.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_UNIQUE_H 8#ifndef FUNCTION_UNIQUE_H
2#define FUNCTION_UNIQUE_H 9#define FUNCTION_UNIQUE_H
3 10
diff --git a/src/functionunlink.cpp b/src/functionunlink.cpp
index 590833c..89c458a 100644
--- a/src/functionunlink.cpp
+++ b/src/functionunlink.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionunlink.h" 8#include "functionunlink.h"
2 9
3#include <unistd.h> 10#include <unistd.h>
diff --git a/src/functionunlink.h b/src/functionunlink.h
index ef1c4e4..506ccce 100644
--- a/src/functionunlink.h
+++ b/src/functionunlink.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_UNLINK_H 8#ifndef FUNCTION_UNLINK_H
2#define FUNCTION_UNLINK_H 9#define FUNCTION_UNLINK_H
3 10
diff --git a/src/functionwrite.cpp b/src/functionwrite.cpp
index 4aee4e0..f0f769f 100644
--- a/src/functionwrite.cpp
+++ b/src/functionwrite.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "functionwrite.h" 8#include "functionwrite.h"
2#include "filemgr.h" 9#include "filemgr.h"
3 10
diff --git a/src/functionwrite.h b/src/functionwrite.h
index 6a7678d..a61a913 100644
--- a/src/functionwrite.h
+++ b/src/functionwrite.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FUNCTION_WRITE_H 8#ifndef FUNCTION_WRITE_H
2#define FUNCTION_WRITE_H 9#define FUNCTION_WRITE_H
3 10
diff --git a/src/location.cpp b/src/location.cpp
index 3dba48f..40a77cf 100644
--- a/src/location.cpp
+++ b/src/location.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "location.h" 8#include "location.h"
2#include "build.tab.h" 9#include "build.tab.h"
3 10
diff --git a/src/location.h b/src/location.h
index a141073..4143de5 100644
--- a/src/location.h
+++ b/src/location.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef LOCATION_H 8#ifndef LOCATION_H
2#define LOCATION_H 9#define LOCATION_H
3 10
diff --git a/src/main.cpp b/src/main.cpp
index ded91ba..fd465d7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "buildparser.h" 8#include "buildparser.h"
2#include "context.h" 9#include "context.h"
3#include "ast.h" 10#include "ast.h"
diff --git a/src/profile.cpp b/src/profile.cpp
index 20251c3..8770b92 100644
--- a/src/profile.cpp
+++ b/src/profile.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "profile.h" 8#include "profile.h"
2#include "ast.h" 9#include "ast.h"
3#include "astbranch.h" 10#include "astbranch.h"
diff --git a/src/profile.h b/src/profile.h
index 8490121..e175ef0 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef PROFILE_H 8#ifndef PROFILE_H
2#define PROFILE_H 9#define PROFILE_H
3 10
diff --git a/src/rule.cpp b/src/rule.cpp
index 15b2388..dbcaad1 100644
--- a/src/rule.cpp
+++ b/src/rule.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "rule.h" 8#include "rule.h"
2#include "target.h" 9#include "target.h"
3#include "astbranch.h" 10#include "astbranch.h"
diff --git a/src/rule.h b/src/rule.h
index 5e12a20..38ecc66 100644
--- a/src/rule.h
+++ b/src/rule.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef RULE_H 8#ifndef RULE_H
2#define RULE_H 9#define RULE_H
3 10
diff --git a/src/runner.cpp b/src/runner.cpp
index 766a2f5..13c3bcc 100644
--- a/src/runner.cpp
+++ b/src/runner.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "runner.h" 8#include "runner.h"
2 9
3#include "ast.h" 10#include "ast.h"
diff --git a/src/runner.h b/src/runner.h
index 59f1703..d3ce882 100644
--- a/src/runner.h
+++ b/src/runner.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef RUNNER_H 8#ifndef RUNNER_H
2#define RUNNER_H 9#define RUNNER_H
3 10
diff --git a/src/target.cpp b/src/target.cpp
index 175030c..187d0dd 100644
--- a/src/target.cpp
+++ b/src/target.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "target.h" 8#include "target.h"
2#include "variable.h" 9#include "variable.h"
3#include "condition.h" 10#include "condition.h"
diff --git a/src/target.h b/src/target.h
index e7645dc..8e9d7df 100644
--- a/src/target.h
+++ b/src/target.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef TARGET_H 8#ifndef TARGET_H
2#define TARGET_H 9#define TARGET_H
3 10
diff --git a/src/types.h b/src/types.h
index 9b8ecdf..e9757d3 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef TYPES_H 8#ifndef TYPES_H
2#define TYPES_H 9#define TYPES_H
3 10
diff --git a/src/variable.cpp b/src/variable.cpp
index bef0ca8..fcd42ab 100644
--- a/src/variable.cpp
+++ b/src/variable.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "variable.h" 8#include "variable.h"
2#include "astleaf.h" 9#include "astleaf.h"
3#include "bu/sio.h" 10#include "bu/sio.h"
diff --git a/src/variable.h b/src/variable.h
index f6c2044..579a616 100644
--- a/src/variable.h
+++ b/src/variable.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef VARIABLE_H 8#ifndef VARIABLE_H
2#define VARIABLE_H 9#define VARIABLE_H
3 10
diff --git a/src/view.cpp b/src/view.cpp
index 6dcc9bb..1df574a 100644
--- a/src/view.cpp
+++ b/src/view.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "view.h" 8#include "view.h"
2 9
3View::View() 10View::View()
diff --git a/src/view.h b/src/view.h
index d1e1936..cab67cf 100644
--- a/src/view.h
+++ b/src/view.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef VIEW_H 8#ifndef VIEW_H
2#define VIEW_H 9#define VIEW_H
3 10
diff --git a/src/viewdefault.cpp b/src/viewdefault.cpp
index 815be39..6fe0366 100644
--- a/src/viewdefault.cpp
+++ b/src/viewdefault.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "viewdefault.h" 8#include "viewdefault.h"
2#include "target.h" 9#include "target.h"
3 10
diff --git a/src/viewdefault.h b/src/viewdefault.h
index 35d420b..77b15c3 100644
--- a/src/viewdefault.h
+++ b/src/viewdefault.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef VIEW_DEFAULT_H 8#ifndef VIEW_DEFAULT_H
2#define VIEW_DEFAULT_H 9#define VIEW_DEFAULT_H
3 10
diff --git a/src/viewmake.cpp b/src/viewmake.cpp
index 4b0cc12..5f48690 100644
--- a/src/viewmake.cpp
+++ b/src/viewmake.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "viewmake.h" 8#include "viewmake.h"
2#include "target.h" 9#include "target.h"
3 10
diff --git a/src/viewmake.h b/src/viewmake.h
index 0c50b00..48699fd 100644
--- a/src/viewmake.h
+++ b/src/viewmake.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef VIEW_MAKE_H 8#ifndef VIEW_MAKE_H
2#define VIEW_MAKE_H 9#define VIEW_MAKE_H
3 10
diff --git a/src/viewplugger.cpp b/src/viewplugger.cpp
index 1187ab7..b207b58 100644
--- a/src/viewplugger.cpp
+++ b/src/viewplugger.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "viewplugger.h" 8#include "viewplugger.h"
2 9
3#include <sys/types.h> 10#include <sys/types.h>
diff --git a/src/viewplugger.h b/src/viewplugger.h
index bea5c5f..6e73e44 100644
--- a/src/viewplugger.h
+++ b/src/viewplugger.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the Xagasoft Build and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef VIEW_PLUGGER_H 8#ifndef VIEW_PLUGGER_H
2#define VIEW_PLUGGER_H 9#define VIEW_PLUGGER_H
3 10