Skip to content

Commit

Permalink
Copyright updates; Add headers to feature iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
ddehaan committed Jan 31, 2013
1 parent 95e34e7 commit 0d1f3d2
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 8 deletions.
17 changes: 17 additions & 0 deletions src/providers/sqlanywhere/qgssqlanywherefeatureiterator.cpp
@@ -1,3 +1,20 @@
/***************************************************************************
qgssqlanywherefeatureiterator.cpp - QGIS feature iterator for SQL Anywhere DBMS
--------------------------
begin : Jan 2013
copyright : (C) 2013 by SAP AG or an SAP affiliate company.
author : David DeHaan, Mary Steele
email : ddehaan at sybase 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 3 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/

#include "qgssqlanywherefeatureiterator.h"
#include "qgssqlanywhereprovider.h"

Expand Down
17 changes: 17 additions & 0 deletions src/providers/sqlanywhere/qgssqlanywherefeatureiterator.h
@@ -1,3 +1,20 @@
/***************************************************************************
qgssqlanywherefeatureiterator.h - QGIS feature iterator for SQL Anywhere DBMS
--------------------------
begin : Jan 2013
copyright : (C) 2013 by SAP AG or an SAP affiliate company.
author : David DeHaan, Mary Steele
email : ddehaan at sybase 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 3 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/

#ifndef QGSSQLANYWHEREFEATUREITERATOR_H
#define QGSSQLANYWHEREFEATUREITERATOR_H

Expand Down
4 changes: 2 additions & 2 deletions src/providers/sqlanywhere/qgssqlanywhereprovider.cpp
Expand Up @@ -2,8 +2,8 @@
qgssqlanywhereprovider.cpp - QGIS data provider for SQL Anywhere DBMS
--------------------------
begin : Dec 2010
copyright : (C) 2010 by iAnywhere Solutions, Inc.
author : David DeHaan
copyright : (C) 2013 by SAP AG or an SAP affiliate company.
author : David DeHaan, Mary Steele
email : ddehaan at sybase dot com
***************************************************************************
Expand Down
4 changes: 2 additions & 2 deletions src/providers/sqlanywhere/qgssqlanywhereprovider.h
Expand Up @@ -2,8 +2,8 @@
qgssqlanywhereprovider.h - QGIS data provider for SQL Anywhere DBMS
------------------------
begin : Dec 2010
copyright : (C) 2010 by iAnywhere Solutions, Inc.
author : David DeHaan
copyright : (C) 2013 by SAP AG or an SAP affiliate company.
author : David DeHaan, Mary Steele
email : ddehaan at sybase dot com
***************************************************************************
Expand Down
Expand Up @@ -2,7 +2,7 @@
sqlanyconnection.cpp - Class for pooling connections to a SQL Anywhere DBMS
--------------------------
begin : Dec 2010
copyright : (C) 2010 by iAnywhere Solutions, Inc.
copyright : (C) 2013 by SAP AG or an SAP affiliate company.
author : David DeHaan
email : ddehaan at sybase dot com
Expand Down
Expand Up @@ -2,7 +2,7 @@
sqlanyconnection.h - Class for pooling connections to a SQL Anywhere DBMS
------------------------
begin : Dec 2010
copyright : (C) 2010 by iAnywhere Solutions, Inc.
copyright : (C) 2013 by SAP AG or an SAP affiliate company.
author : David DeHaan
email : ddehaan at sybase dot com
Expand Down
Expand Up @@ -2,7 +2,7 @@
sqlanystatement.cpp - Class for representing a SQL Anywhere statement
--------------------------
begin : Dec 2010
copyright : (C) 2010 by iAnywhere Solutions, Inc.
copyright : (C) 2013 by SAP AG or an SAP affiliate company.
author : David DeHaan
email : ddehaan at sybase dot com
Expand Down
Expand Up @@ -2,7 +2,7 @@
sqlanystatement.h - Class for representing a SQL Anywhere statement
------------------------
begin : Dec 2010
copyright : (C) 2010 by iAnywhere Solutions, Inc.
copyright : (C) 2013 by SAP AG or an SAP affiliate company.
author : David DeHaan
email : ddehaan at sybase dot com
Expand Down

0 comments on commit 0d1f3d2

Please sign in to comment.