From 79d82382b3ea1b7d77e3a47a96a786557588787a Mon Sep 17 00:00:00 2001 From: Max Gaukler Date: Tue, 11 Sep 2018 16:05:17 +0200 Subject: Clarify licenses - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library --- src/livarot/BitLigne.cpp | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src/livarot/BitLigne.cpp') diff --git a/src/livarot/BitLigne.cpp b/src/livarot/BitLigne.cpp index 53ab06c1d..2e44359f8 100644 --- a/src/livarot/BitLigne.cpp +++ b/src/livarot/BitLigne.cpp @@ -1,10 +1,13 @@ -/* - * BitLigne.cpp - * nlivarot - * - * Created by fred on Wed Jul 23 2003. - * public domain +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Fred * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "BitLigne.h" -- cgit v1.2.3