Skip to content

Commit 6e66eef

Browse files
committed
add missing copyright headers
1 parent 9c7dbb9 commit 6e66eef

File tree

99 files changed

+1359
-130
lines changed

Some content is hidden

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

99 files changed

+1359
-130
lines changed

ci/travis/linux/after_script.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1+
###########################################################################
2+
# after_script.sh
3+
# ---------------------
4+
# Date : September 2015
5+
# Copyright : (C) 2015 by Matthias Kuhn
6+
# Email : matthias at opengis dot ch
7+
###########################################################################
8+
# #
9+
# This program is free software; you can redistribute it and/or modify #
10+
# it under the terms of the GNU General Public License as published by #
11+
# the Free Software Foundation; either version 2 of the License, or #
12+
# (at your option) any later version. #
13+
# #
14+
###########################################################################
15+
116
[ -r /tmp/ctest-important.log ] && cat /tmp/ctest-important.log

ci/travis/linux/before_install.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
#!/bin/bash
2+
###########################################################################
3+
# before_install.sh
4+
# ---------------------
5+
# Date : August 2015
6+
# Copyright : (C) 2015 by Nyall Dawson
7+
# Email : nyall dot dawson at gmail 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

318
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
419
${DIR}/qt${QT_VERSION}/before_install.sh

ci/travis/linux/before_script.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
###########################################################################
2+
# before_script.sh
3+
# ---------------------
4+
# Date : August 2015
5+
# Copyright : (C) 2015 by Nyall Dawson
6+
# Email : nyall dot dawson at gmail dot com
7+
###########################################################################
8+
# #
9+
# This program is free software; you can redistribute it and/or modify #
10+
# it under the terms of the GNU General Public License as published by #
11+
# the Free Software Foundation; either version 2 of the License, or #
12+
# (at your option) any later version. #
13+
# #
14+
###########################################################################
15+
116
printf "[qgis_test]\nhost=localhost\ndbname=qgis_test\nuser=postgres" > ~/.pg_service.conf
217

318
export PGUSER=postgres

ci/travis/linux/install.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
#!/bin/bash
2+
###########################################################################
3+
# install.sh
4+
# ---------------------
5+
# Date : August 2015
6+
# Copyright : (C) 2015 by Nyall Dawson
7+
# Email : nyall dot dawson at gmail 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

318
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
419
${DIR}/qt${QT_VERSION}/install.sh

ci/travis/linux/qt4/before_install.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
###########################################################################
2+
# before_install.sh
3+
# ---------------------
4+
# Date : March 2016
5+
# Copyright : (C) 2016 by Matthias Kuhn
6+
# Email : matthias at opengis dot ch
7+
###########################################################################
8+
# #
9+
# This program is free software; you can redistribute it and/or modify #
10+
# it under the terms of the GNU General Public License as published by #
11+
# the Free Software Foundation; either version 2 of the License, or #
12+
# (at your option) any later version. #
13+
# #
14+
###########################################################################
15+
116
export DEBIAN_FRONTEND=noninteractive
217

318
pushd ${HOME}

ci/travis/linux/qt4/install.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
###########################################################################
2+
# install.sh
3+
# ---------------------
4+
# Date : March 2016
5+
# Copyright : (C) 2016 by Matthias Kuhn
6+
# Email : matthias at opengis dot ch
7+
###########################################################################
8+
# #
9+
# This program is free software; you can redistribute it and/or modify #
10+
# it under the terms of the GNU General Public License as published by #
11+
# the Free Software Foundation; either version 2 of the License, or #
12+
# (at your option) any later version. #
13+
# #
14+
###########################################################################
15+
116
mkdir build
217
cd build
318

ci/travis/linux/qt4/script.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
###########################################################################
2+
# script.sh
3+
# ---------------------
4+
# Date : March 2016
5+
# Copyright : (C) 2016 by Matthias Kuhn
6+
# Email : matthias at opengis dot ch
7+
###########################################################################
8+
# #
9+
# This program is free software; you can redistribute it and/or modify #
10+
# it under the terms of the GNU General Public License as published by #
11+
# the Free Software Foundation; either version 2 of the License, or #
12+
# (at your option) any later version. #
13+
# #
14+
###########################################################################
15+
116
export PYTHONPATH=${HOME}/osgeo4travis/lib/python2.7/site-packages/
217
export PATH=${HOME}/osgeo4travis/bin:${HOME}/osgeo4travis/sbin:${PATH}
318
export LD_LIBRARY_PATH=${HOME}/osgeo4travis/lib

ci/travis/linux/qt5/before_install.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
###########################################################################
2+
# before_install.sh
3+
# ---------------------
4+
# Date : March 2016
5+
# Copyright : (C) 2016 by Matthias Kuhn
6+
# Email : matthias at opengis dot ch
7+
###########################################################################
8+
# #
9+
# This program is free software; you can redistribute it and/or modify #
10+
# it under the terms of the GNU General Public License as published by #
11+
# the Free Software Foundation; either version 2 of the License, or #
12+
# (at your option) any later version. #
13+
# #
14+
###########################################################################
15+
116
export DEBIAN_FRONTEND=noninteractive
217
export CORES=2
318

ci/travis/linux/qt5/install.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
###########################################################################
2+
# install.sh
3+
# ---------------------
4+
# Date : March 2016
5+
# Copyright : (C) 2016 by Matthias Kuhn
6+
# Email : matthias at opengis dot ch
7+
###########################################################################
8+
# #
9+
# This program is free software; you can redistribute it and/or modify #
10+
# it under the terms of the GNU General Public License as published by #
11+
# the Free Software Foundation; either version 2 of the License, or #
12+
# (at your option) any later version. #
13+
# #
14+
###########################################################################
15+
116
mkdir build
217
cd build
318

ci/travis/linux/qt5/script.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
###########################################################################
2+
# script.sh
3+
# ---------------------
4+
# Date : March 2016
5+
# Copyright : (C) 2016 by Matthias Kuhn
6+
# Email : matthias at opengis dot ch
7+
###########################################################################
8+
# #
9+
# This program is free software; you can redistribute it and/or modify #
10+
# it under the terms of the GNU General Public License as published by #
11+
# the Free Software Foundation; either version 2 of the License, or #
12+
# (at your option) any later version. #
13+
# #
14+
###########################################################################
15+
116
export PYTHONPATH=${HOME}/osgeo4travis/lib/python3.3/site-packages/
217
export PATH=${HOME}/osgeo4travis/bin:${HOME}/osgeo4travis/sbin:${PATH}
318
export LD_LIBRARY_PATH=${HOME}/osgeo4travis/lib

ci/travis/linux/script.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
#!/bin/bash
2+
###########################################################################
3+
# script.sh
4+
# ---------------------
5+
# Date : August 2015
6+
# Copyright : (C) 2015 by Nyall Dawson
7+
# Email : nyall dot dawson at gmail 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

318
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
419
${DIR}/qt${QT_VERSION}/script.sh

ci/travis/osx/before_install.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
###########################################################################
2+
# before_install.sh
3+
# ---------------------
4+
# Date : August 2015
5+
# Copyright : (C) 2015 by Nyall Dawson
6+
# Email : nyall dot dawson at gmail dot com
7+
###########################################################################
8+
# #
9+
# This program is free software; you can redistribute it and/or modify #
10+
# it under the terms of the GNU General Public License as published by #
11+
# the Free Software Foundation; either version 2 of the License, or #
12+
# (at your option) any later version. #
13+
# #
14+
###########################################################################
15+
116
brew tap osgeo/osgeo4mac
217
brew update
318
brew install osgeo/osgeo4mac/qgis-28 --without-postgis --without-postgresql --without-grass --without-gpsbabel --only-dependencies

ci/travis/osx/install.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
###########################################################################
2+
# install.sh
3+
# ---------------------
4+
# Date : August 2015
5+
# Copyright : (C) 2015 by Nyall Dawson
6+
# Email : nyall dot dawson at gmail dot com
7+
###########################################################################
8+
# #
9+
# This program is free software; you can redistribute it and/or modify #
10+
# it under the terms of the GNU General Public License as published by #
11+
# the Free Software Foundation; either version 2 of the License, or #
12+
# (at your option) any later version. #
13+
# #
14+
###########################################################################
15+
116
mkdir build
217
cd build
318
#no PGTEST for OSX - can't get postgres to start with brew install

ci/travis/osx/script.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
###########################################################################
2+
# script.sh
3+
# ---------------------
4+
# Date : August 2015
5+
# Copyright : (C) 2015 by Nyall Dawson
6+
# Email : nyall dot dawson at gmail dot com
7+
###########################################################################
8+
# #
9+
# This program is free software; you can redistribute it and/or modify #
10+
# it under the terms of the GNU General Public License as published by #
11+
# the Free Software Foundation; either version 2 of the License, or #
12+
# (at your option) any later version. #
13+
# #
14+
###########################################################################
15+
116
echo $PATH
217

318
export PATH=/usr/bin:${PATH}

ms-windows/cygwin/package.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
#!/bin/bash
2+
###########################################################################
3+
# package.sh
4+
# ---------------------
5+
# Date : April 2013
6+
# Copyright : (C) 2013 by Juergen E. Fischer
7+
# Email : jef at norbit dot de
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

318
set -e
419

scripts/addcopyright.sh

+28-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
# licensecheck -r src
1818

19+
export LC_TIME=C
20+
1921
set -e
2022

2123
if [ $# -gt 0 ]; then
@@ -155,7 +157,7 @@ for i in $FILES; do
155157
authoremail="loi at faunalia dot it"
156158
;;
157159

158-
"Nathan Woodrow")
160+
"Nathan Woodrow"|Nathan)
159161
authorname="Nathan Woodrow"
160162
authoremail="woodrow dot nathan at gmail dot com"
161163
;;
@@ -190,6 +192,31 @@ for i in $FILES; do
190192
authoremail="elpaso at itopen dot it"
191193
;;
192194

195+
"Patrick Valsecchi")
196+
authorname="Patrick Valsecchi"
197+
authoremail="patrick dot valsecchi at camptocamp dot com"
198+
;;
199+
200+
"Stéphane Brunner")
201+
authorname="Stéphane Brunner"
202+
authoremail="stephane dot brunner at camptocamp dot com"
203+
;;
204+
205+
"ersts")
206+
authorname="Peter Ersts"
207+
authoremail="ersts at amnh dot org"
208+
;;
209+
210+
"Etienne Tourigny")
211+
authorname="Etienne Tourigny"
212+
authoremail="etourigny dot dev at gmail dot com"
213+
;;
214+
215+
"Nyall Dawson")
216+
authorname="Nyall Dawson"
217+
authoremail="nyall dot dawson at gmail dot com"
218+
;;
219+
193220
*)
194221
echo "Author $author not found."
195222
exit 1

scripts/astyle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ for f in "$@"; do
7878

7979
*.cpp|*.h|*.c|*.h|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.hpp)
8080
if [ -x "$f" ]; then
81-
chmod a-x "$f"
81+
chmod a-x "$f"
8282
fi
8383
cmd=astyleit
8484
;;

scripts/chkcopyrights.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717

1818
licensecheck -r . |
19-
egrep -v "\/debian\/|.\/src\/plugins\/dxf2shp_converter\/dxflib|\.\/ms-windows\/osgeo4w\/untgz\/|\.\/src\/app\/gps\/qwtpolar-0.1|\.\/src\/app\/gps\/qwtpolar-1.0|: BSD \(3 clause\)|: GPL \(v[23] or later\)$|: LGPL \(v2 or later\)$|: MIT\/X11 \(BSD like\)$|: Apache \(v2\.0\) GPL \(v2 or later\)$|: LGPL$|: Apache \(v2\.0\)$|: zlib\/libpng$|: GPL LGPL$|GENERATED FILE" |
19+
egrep -v "\/debian\/|.\/src\/plugins\/dxf2shp_converter\/dxflib|\.\/python\/ext-libs|\.\/ms-windows\/osgeo4w\/untgz\/|\.\/src\/app\/gps\/qwtpolar-|\.\/src\/app\/gps\/qwtpolar-1.0|: BSD \(3 clause\)|: GPL \(v[23] or later\)$|: LGPL \(v2 or later\)$|: MIT\/X11 \(BSD like\)$|: Apache \(v2\.0\) GPL \(v2 or later\)$|: LGPL$|: Apache \(v2\.0\)$|: zlib\/libpng$|: GPL LGPL$|GENERATED FILE" |
2020
sed -e "s/:.*$//"

scripts/create-transifex-resources.sh

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
#!/bin/bash
2+
###########################################################################
3+
# create-transifex-resources.sh
4+
# ---------------------
5+
# Date : March 2013
6+
# Copyright : (C) 2013 by Tim Sutton
7+
# Email : tim at linfiniti 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

318
# This script is used to register QGIS translatable resources with Transifex
419
# http://transifex.com

0 commit comments

Comments
 (0)