Skip to content

Commit 7b4a9b6

Browse files
committedOct 4, 2012
add copyright notices
1 parent 89f1051 commit 7b4a9b6

File tree

216 files changed

+5668
-379
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+5668
-379
lines changed
 

‎doc/build.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
#!/bin/bash
2+
###########################################################################
3+
# build.sh
4+
# ---------------------
5+
# Date : November 2010
6+
# Copyright : (C) 2010 by Tim Sutton
7+
# Email : tim dot linfiniti at com
8+
###########################################################################
9+
# #
10+
# This program is free software; you can redistribute it and/or modify #
11+
# it under the terms of the GNU General Public License as published by #
12+
# the Free Software Foundation; either version 2 of the License, or #
13+
# (at your option) any later version. #
14+
# #
15+
###########################################################################
16+
217
txt2tags -o ../INSTALL -t txt INSTALL.t2t
318
txt2tags -o INSTALL.html -t html INSTALL.t2t
419
txt2tags -o INSTALL.tex -t tex INSTALL.t2t

‎mac/extras/1-release-extra.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
#!/bin/sh
2+
###########################################################################
3+
# 1-release-extra.sh
4+
# ---------------------
5+
# Date : May 2009
6+
# Copyright : (C) 2009 by William Kyngesburye
7+
# Email : kyngchaos at kyngchaos dot com
8+
###########################################################################
9+
# #
10+
# This program is free software; you can redistribute it and/or modify #
11+
# it under the terms of the GNU General Public License as published by #
12+
# the Free Software Foundation; either version 2 of the License, or #
13+
# (at your option) any later version. #
14+
# #
15+
###########################################################################
16+
217
# Copy supportibng libraries (except Qt) to openModeller bundle
318
# and make search paths for them relative to bundle
419

0 commit comments

Comments
 (0)
Please sign in to comment.