diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-11-08 23:05:52 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-08 23:05:52 +0000 |
commit | bf0ca10aef46f7004a551a00a9849fa6231d3071 (patch) | |
tree | 1f6f64aef14557d2b58a40e3fd297db0a14a5616 | |
parent | 2bfbae8fa26d95785076d6200faecde0fab38240 (diff) | |
download | build-bf0ca10aef46f7004a551a00a9849fa6231d3071.tar.gz build-bf0ca10aef46f7004a551a00a9849fa6231d3071.tar.bz2 build-bf0ca10aef46f7004a551a00a9849fa6231d3071.tar.xz build-bf0ca10aef46f7004a551a00a9849fa6231d3071.zip |
Build files deserve copyrights too.
Diffstat (limited to '')
-rw-r--r-- | default.bld | 7 | ||||
-rw-r--r-- | pkg.bld | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/default.bld b/default.bld index 265da03..a21a069 100644 --- a/default.bld +++ b/default.bld | |||
@@ -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 | # default.bld for build mark 3. This guy does it all, so watch out! | 9 | # default.bld for build mark 3. This guy does it all, so watch out! |
3 | # :) | 10 | # :) |
@@ -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 | action "default" | 9 | action "default" |
3 | { | 10 | { |