Skip to content

Commit 52eeb57

Browse files
authored
Spreadsheet: Update copyright block
1 parent 5c2f7e5 commit 52eeb57

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

src/Mod/Spreadsheet/App/Cell.cpp

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
1-
/***************************************************************************
2-
* Copyright (c) 2015 Eivind Kvedalen <eivind@kvedalen.name> *
3-
* *
4-
* This file is part of the FreeCAD CAx development system. *
5-
* *
6-
* This library is free software; you can redistribute it and/or *
7-
* modify it under the terms of the GNU Library General Public *
8-
* License as published by the Free Software Foundation; either *
9-
* version 2 of the License, or (at your option) any later version. *
10-
* *
11-
* This library is distributed in the hope that it will be useful, *
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14-
* GNU Library General Public License for more details. *
15-
* *
16-
* You should have received a copy of the GNU Library General Public *
17-
* License along with this library; see the file COPYING.LIB. If not, *
18-
* write to the Free Software Foundation, Inc., 59 Temple Place, *
19-
* Suite 330, Boston, MA 02111-1307, USA *
20-
* *
1+
// SPDX-License-Identifier: LGPL-2.1-or-later
2+
/****************************************************************************
3+
* *
4+
* Copyright (c) 2015 Eivind Kvedalen <eivind@kvedalen.name> *
5+
* *
6+
* This file is part of FreeCAD. *
7+
* *
8+
* FreeCAD is free software: you can redistribute it and/or modify it *
9+
* under the terms of the GNU Lesser General Public License as *
10+
* published by the Free Software Foundation, either version 2.1 of the *
11+
* License, or (at your option) any later version. *
12+
* *
13+
* FreeCAD is distributed in the hope that it will be useful, but *
14+
* WITHOUT ANY WARRANTY; without even the implied warranty of *
15+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
16+
* Lesser General Public License for more details. *
17+
* *
18+
* You should have received a copy of the GNU Lesser General Public *
19+
* License along with FreeCAD. If not, see *
20+
* <https://www.gnu.org/licenses/>. *
21+
* *
2122
***************************************************************************/
2223

2324
#include "PreCompiled.h"

0 commit comments

Comments
 (0)