add copyright notice
This commit is contained in:
24
tests/app.c
24
tests/app.c
@@ -1,7 +1,23 @@
|
||||
//
|
||||
// Created by maxim on 27.11.23.
|
||||
//
|
||||
|
||||
/*
|
||||
* libyadisk - A C library for interacting with Yandex.Disk API
|
||||
*
|
||||
* This file is part of libyadisk.
|
||||
*
|
||||
* Copyright (C) 2023 Maxim Slipenko
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Lesser General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
|
||||
*/
|
||||
#include <yadisk.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
Reference in New Issue
Block a user