Skip to content

Commit

Permalink
add copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 4, 2012
1 parent 89f1051 commit 7b4a9b6
Show file tree
Hide file tree
Showing 216 changed files with 5,668 additions and 379 deletions.
15 changes: 15 additions & 0 deletions doc/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/bash
###########################################################################
# build.sh
# ---------------------
# Date : November 2010
# Copyright : (C) 2010 by Tim Sutton
# Email : tim dot linfiniti at com
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
###########################################################################

txt2tags -o ../INSTALL -t txt INSTALL.t2t
txt2tags -o INSTALL.html -t html INSTALL.t2t
txt2tags -o INSTALL.tex -t tex INSTALL.t2t
Expand Down
15 changes: 15 additions & 0 deletions mac/extras/1-release-extra.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/sh
###########################################################################
# 1-release-extra.sh
# ---------------------
# Date : May 2009
# Copyright : (C) 2009 by William Kyngesburye
# Email : kyngchaos at kyngchaos dot com
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
###########################################################################

# Copy supportibng libraries (except Qt) to openModeller bundle
# and make search paths for them relative to bundle

Expand Down
15 changes: 15 additions & 0 deletions mac/extras/2-release-extra-qt.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/sh
###########################################################################
# 2-release-extra-qt.sh
# ---------------------
# Date : May 2009
# Copyright : (C) 2009 by William Kyngesburye
# Email : kyngchaos at kyngchaos dot com
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
###########################################################################

# Copy Qt frameworks to atlas bundle
# and make search paths for them relative to bundle

Expand Down
15 changes: 15 additions & 0 deletions mac/extras/3-dmg.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/bash
###########################################################################
# 3-dmg.sh
# ---------------------
# Date : May 2009
# Copyright : (C) 2009 by William Kyngesburye
# Email : kyngchaos at kyngchaos dot com
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
###########################################################################


#
# A bash script to create a dmg image file of the
Expand Down
15 changes: 15 additions & 0 deletions mac/extras/install-extra.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/sh
###########################################################################
# install-extra.sh
# ---------------------
# Date : May 2009
# Copyright : (C) 2009 by William Kyngesburye
# Email : kyngchaos at kyngchaos dot com
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
###########################################################################

# Make all libs and plugins in qgis bundle relative to bundle
# This allows the bundle to be moved to another folder and still work

Expand Down
15 changes: 15 additions & 0 deletions mac/extras/release-check.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/sh
###########################################################################
# release-check.sh
# ---------------------
# Date : May 2009
# Copyright : (C) 2009 by William Kyngesburye
# Email : kyngchaos at kyngchaos dot com
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
###########################################################################

# Display all paths to supporting libraries
# Output should be visually inspected for paths which haven't been made relative (such as /usr/local)

Expand Down
15 changes: 15 additions & 0 deletions mac/extras/release-extra-grass.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/sh
###########################################################################
# release-extra-grass.sh
# ---------------------
# Date : May 2009
# Copyright : (C) 2009 by William Kyngesburye
# Email : kyngchaos at kyngchaos dot com
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
###########################################################################

# Copy GRASS supporting libraries to qgis bundle
# and make search paths for them relative to bundle

Expand Down
15 changes: 15 additions & 0 deletions mac/extras/release-extra-py.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/sh
###########################################################################
# release-extra-py.sh
# ---------------------
# Date : May 2009
# Copyright : (C) 2009 by William Kyngesburye
# Email : kyngchaos at kyngchaos dot com
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
###########################################################################

# Copy PyQt supporting libraries to qgis bundle
# and make search paths for them relative to bundle

Expand Down
15 changes: 15 additions & 0 deletions mac/extras/release-extra-qt.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/sh
###########################################################################
# release-extra-qt.sh
# ---------------------
# Date : May 2009
# Copyright : (C) 2009 by William Kyngesburye
# Email : kyngchaos at kyngchaos dot com
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
###########################################################################

# Copy Qt frameworks to qgis bundle
# and make search paths for them relative to bundle

Expand Down
15 changes: 15 additions & 0 deletions mac/extras/release-extra.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/sh
###########################################################################
# release-extra.sh
# ---------------------
# Date : May 2009
# Copyright : (C) 2009 by William Kyngesburye
# Email : kyngchaos at kyngchaos dot com
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
###########################################################################

# Copy supporting libraries (except Qt) to qgis bundle
# and make search paths for them relative to bundle

Expand Down
15 changes: 15 additions & 0 deletions mac/extras/release-strip.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/sh
###########################################################################
# release-strip.sh
# ---------------------
# Date : May 2009
# Copyright : (C) 2009 by William Kyngesburye
# Email : kyngchaos at kyngchaos dot com
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
###########################################################################

# Strip all non-global symbols

PREFIX=qgis1.0.0.app/Contents/MacOS
Expand Down
15 changes: 15 additions & 0 deletions mac/xcode/bundle-template.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/sh
###########################################################################
# bundle-template.sh
# ---------------------
# Date : March 2009
# Copyright : (C) 2009 by William Kyngesburye
# Email : kyngchaos at kyngchaos dot com
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
###########################################################################


# bundle-template.sh
# Qgis
Expand Down
14 changes: 14 additions & 0 deletions mac/xcode/src/x_python_dummy.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/***************************************************************************
x_python_dummy.cpp
---------------------
begin : January 2010
copyright : (C) 2010 by William Kyngesburye
email : kyngchaos at kyngchaos dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
/*
* x_python_dummy.cpp
* Qgis
Expand Down
15 changes: 15 additions & 0 deletions ms-windows/quickpackage.sh