Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing licence/copyright
  • Loading branch information
Hugo Mercier committed Jan 29, 2016
1 parent 2f411af commit 909910e
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/providers/virtual/qgsslottofunction.h
@@ -1,3 +1,18 @@
/***************************************************************************
begin : Jan 2016
copyright : (C) 2016 Hugo Mercier, Oslandia
email : hugo dot mercier at oslandia 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. *
* *
***************************************************************************/

#ifndef QGSSLOT_TO_FUNCTION_H
#define QGSSLOT_TO_FUNCTION_H

Expand Down
16 changes: 16 additions & 0 deletions src/providers/virtual/qgsvirtuallayerqueryparser.cpp
@@ -1,3 +1,19 @@
/***************************************************************************
qgsvirtuallayerqueryparser.cpp : SQL query parser utility functions
begin : Jan 2016
copyright : (C) 2016 Hugo Mercier, Oslandia
email : hugo dot mercier at oslandia 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. *
* *
***************************************************************************/

#include "qgsvirtuallayerqueryparser.h"
#include "qgsvirtuallayersqlitehelper.h"
#include "qgsvirtuallayerblob.h"
Expand Down
16 changes: 16 additions & 0 deletions src/providers/virtual/qgsvirtuallayerqueryparser.h
@@ -1,3 +1,19 @@
/***************************************************************************
qgsvirtuallayerqueryparser.h : SQL query parser utility functions
begin : Jan 2016
copyright : (C) 2016 Hugo Mercier, Oslandia
email : hugo dot mercier at oslandia 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. *
* *
***************************************************************************/

#ifndef QGSVIRTUALLAYER_QUERY_PARSER_H
#define QGSVIRTUALLAYER_QUERY_PARSER_H

Expand Down

0 comments on commit 909910e

Please sign in to comment.