Browse Source

[sqflite] Add missed license

merge-requests/10/head
Denis Glazkov 2 years ago committed by Vitaliy Zarubin
parent
commit
5262392bf4
  1. 4
      packages/sqflite/sqflite_aurora/aurora/include/sqflite_aurora/globals.h
  2. 3
      packages/sqflite/sqflite_aurora/example/aurora/CMakeLists.txt
  3. 4
      packages/sqflite/sqflite_aurora/example/aurora/main.cpp

4
packages/sqflite/sqflite_aurora/aurora/include/sqflite_aurora/globals.h

@ -1,3 +1,7 @@
/*
* Copyright (c) 2023. Open Mobile Platform LLC.
* License: Proprietary.
*/
#ifndef FLUTTER_PLUGIN_SQFLITE_GLOBALS_H
#define FLUTTER_PLUGIN_SQFLITE_GLOBALS_H

3
packages/sqflite/sqflite_aurora/example/aurora/CMakeLists.txt

@ -1,3 +1,6 @@
# Copyright (c) 2023. Open Mobile Platform LLC.
# License: Proprietary.
cmake_minimum_required(VERSION 3.10)
project(com.example.sqflite_aurora_example LANGUAGES CXX)

4
packages/sqflite/sqflite_aurora/example/aurora/main.cpp

@ -1,3 +1,7 @@
/*
* Copyright (c) 2023. Open Mobile Platform LLC.
* License: Proprietary.
*/
#include <flutter/application.h>
#include "generated_plugin_registrant.h"

Loading…
Cancel
Save