Skip to content

Commit 909910e

Browse files
author
Hugo Mercier
committed
Add missing licence/copyright
1 parent 2f411af commit 909910e

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

src/providers/virtual/qgsslottofunction.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/***************************************************************************
2+
begin : Jan 2016
3+
copyright : (C) 2016 Hugo Mercier, Oslandia
4+
email : hugo dot mercier at oslandia dot com
5+
***************************************************************************/
6+
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
#ifndef QGSSLOT_TO_FUNCTION_H
217
#define QGSSLOT_TO_FUNCTION_H
318

src/providers/virtual/qgsvirtuallayerqueryparser.cpp

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/***************************************************************************
2+
qgsvirtuallayerqueryparser.cpp : SQL query parser utility functions
3+
begin : Jan 2016
4+
copyright : (C) 2016 Hugo Mercier, Oslandia
5+
email : hugo dot mercier at oslandia dot com
6+
***************************************************************************/
7+
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+
117
#include "qgsvirtuallayerqueryparser.h"
218
#include "qgsvirtuallayersqlitehelper.h"
319
#include "qgsvirtuallayerblob.h"

src/providers/virtual/qgsvirtuallayerqueryparser.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/***************************************************************************
2+
qgsvirtuallayerqueryparser.h : SQL query parser utility functions
3+
begin : Jan 2016
4+
copyright : (C) 2016 Hugo Mercier, Oslandia
5+
email : hugo dot mercier at oslandia dot com
6+
***************************************************************************/
7+
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+
117
#ifndef QGSVIRTUALLAYER_QUERY_PARSER_H
218
#define QGSVIRTUALLAYER_QUERY_PARSER_H
319

0 commit comments

Comments
 (0)