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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -1,4 +1,19 @@
#!/bin/bash
###########################################################################
# quickpackage.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. #
# #
###########################################################################


# This script is just for if you want to run the nsis (under linux) part
# of the package building process. Typically you should use
Expand Down
26 changes: 23 additions & 3 deletions python/__init__.py
@@ -1,4 +1,24 @@
# Copyright 2006 Quantum GIS Development team
#
# This file is a part of python bindings for Quantum GIS
# -*- coding: utf-8 -*-

"""
***************************************************************************
__init__.py
---------------------
Date : January 2007
Copyright : (C) 2007 by Martin Dobias
Email : wonder.sk at gmail.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. *
* *
***************************************************************************
"""

__author__ = 'Martin Dobias'
__date__ = 'January 2007'
__copyright__ = '(C) 2007, Martin Dobias'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'
25 changes: 25 additions & 0 deletions python/help.py
@@ -1,3 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
help.py
---------------------
Date : September 2012
Copyright : (C) 2012 by Salvatore Larosa
Email : lrssvtml at gmail 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. *
* *
***************************************************************************
"""

__author__ = 'Salvatore Larosa'
__date__ = 'September 2012'
__copyright__ = '(C) 2012, Salvatore Larosa'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4 import QtCore, QtGui, QtWebKit
from PyQt4.QtCore import *
from PyQt4.QtGui import *
Expand Down
25 changes: 25 additions & 0 deletions python/plugins/osm/OsmAddRelationDlg.py
@@ -1,3 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
OsmAddRelationDlg.py
---------------------
Date : August 2009
Copyright : (C) 2009 by Martin Dobias
Email : wonder.sk at gmail.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. *
* *
***************************************************************************
"""

__author__ = 'Martin Dobias'
__date__ = 'August 2009'
__copyright__ = '(C) 2009, Martin Dobias'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

"""@package OsmAddRelationDlg
The main class of this module (OsmAddRelationDlg) is descendant of "Create OSM Relation" dialog.
Expand Down
25 changes: 25 additions & 0 deletions python/plugins/osm/OsmDatabaseManager.py
@@ -1,3 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
OsmDatabaseManager.py
---------------------
Date : August 2009
Copyright : (C) 2009 by Martin Dobias
Email : wonder.sk at gmail.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. *
* *
***************************************************************************
"""

__author__ = 'Martin Dobias'
__date__ = 'August 2009'
__copyright__ = '(C) 2009, Martin Dobias'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

"""@package OsmDatabaseManager
This module provides methods to manipulate with database where OSM data are stored.
Expand Down

0 comments on commit 7b4a9b6

Please sign in to comment.