Skip to content

Commit

Permalink
Switch to MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed May 18, 2022
1 parent e1cf012 commit 8a3fc6f
Show file tree
Hide file tree
Showing 2,025 changed files with 8,735 additions and 32,600 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

cmake_minimum_required(VERSION 3.10)
project(Lima)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
Expand Down
28 changes: 13 additions & 15 deletions COPYING
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
LIMA is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MIT License

LIMA 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 Affero General Public License for more details.
Copyright (c) 2022 CEA LIST

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

You should have received a copy of the GNU Affero General Public License
along with LIMA. If not, see <http://www.gnu.org/licenses/>

========================================================================
LIMA includes several Free/Libre Open Source Software and data used. They are
listed below. The full text of their respective licence is reproduced here or


LIMA includes several Free/Libre Open Source Software and data used. They are
listed below. The full text of their respective licence is reproduced here or
in the LICENCES folder.

========================================================================
Some classes from KDE libraries
---------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions Doxyfile.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

# Doxyfile 1.5.1-KDevelop

#---------------------------------------------------------------------------
Expand Down
661 changes: 0 additions & 661 deletions LICENSE

This file was deleted.

File renamed without changes.
10 changes: 10 additions & 0 deletions LICENSES/MIT
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
MIT License

Copyright (c) 2022 CEA LIST

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

File renamed without changes.
File renamed without changes.
19 changes: 4 additions & 15 deletions SetCompilerFlags.cmake
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
# Copyright 2002-2013 CEA LIST
# Copyright 2002-2013 CEA LIST
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# This file is part of LIMA.
#
# LIMA is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# LIMA 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 Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with LIMA. If not, see <http://www.gnu.org/licenses/>
# SPDX-License-Identifier: MIT

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

option(SHORTEN_POR_CORPUS_FOR_SVMLEARN "Use a shortened corpus for SVMTlearn to reduce learning time" OFF)
Expand Down
3 changes: 3 additions & 0 deletions SystemSpecificInformations.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

# define a set of string with may-be useful readable name
# this file is meant to be included in a CMakeLists.txt
Expand Down
19 changes: 4 additions & 15 deletions cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
# Copyright 2002-2013 CEA LIST
#
# This file is part of LIMA.
# Copyright 2002-2013 CEA LIST
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# LIMA is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# LIMA 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 Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with LIMA. If not, see <http://www.gnu.org/licenses/>
# SPDX-License-Identifier: MIT

add_subdirectory(Modules)
4 changes: 4 additions & 0 deletions cmake/Modules/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

install(FILES
Eigen_VERSION.cmake
FindEigen.cmake
Expand Down
4 changes: 4 additions & 0 deletions cmake/Modules/Eigen_VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

set(Eigen_URL https://bitbucket.org/eigen/eigen/get/429aa5254200.tar.gz,http://mirror.bazel.build/bitbucket.org/eigen/eigen/get/429aa5254200.tar.gz,)
set(Eigen_ARCHIVE_HASH 429aa5254200)
set(Eigen_HASH SHA256=61d8b6fc4279dd1dda986fb1677d15e3d641c07a3ea5abe255790b1f0c0c14e9)
Expand Down
4 changes: 4 additions & 0 deletions cmake/Modules/FindEigen.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

# Finds the required directories to include Eigen. Since Eigen is
# only header files, there is no library to locate, and therefore
# no *_LIBRARIES variable is set.
Expand Down
28 changes: 2 additions & 26 deletions cmake/Modules/FindEnchant.cmake
Original file line number Diff line number Diff line change
@@ -1,31 +1,7 @@
# - Try to find Enchant
# Once done, this will define
#
# ENCHANT_INCLUDE_DIRS - the Enchant include drectories
# ENCHANT_LIBRARIES - link these to use Enchant
#
# Copyright (C) 2012 Samsung Electronics
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND ITS CONTRIBUTORS ``AS
# IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR ITS
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# SPDX-License-Identifier: MIT

find_package(PkgConfig)
pkg_check_modules(PC_ENCHANT enchant)
Expand Down
4 changes: 4 additions & 0 deletions cmake/Modules/FindProtobuf.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

include(FindPackageHandleStandardArgs)
include(Protobuf_VERSION)
unset(PROTOBUF_FOUND)
Expand Down
6 changes: 4 additions & 2 deletions cmake/Modules/FindQHttpServer.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# - Find the native QHttpServer includes and library

# created from FindPNG.cmake (Copyright 2002-2009 Kitware, Inc.)
# by Gael de Chalendar (CEA LIST)
# Copyright 2002-2009 Kitware, Inc.)
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

# - Find the native QHttpServer includes and library
#
Expand Down
6 changes: 4 additions & 2 deletions cmake/Modules/FindSOCI.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# - Find the native soci includes and library

# created from FindPNG.cmake (Copyright 2002-2009 Kitware, Inc.)
# by Gael de Chalendar (CEA LIST)
# Copyright 2002-2009 Kitware, Inc.)
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

# - Find the native SOCI includes and library
#
Expand Down
4 changes: 4 additions & 0 deletions cmake/Modules/FindTensorFlow.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

# Locates the tensorFlow library and include directories.

include(FindPackageHandleStandardArgs)
Expand Down
6 changes: 4 additions & 2 deletions cmake/Modules/FindTre.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# - Find the native tre includes and library

# created from FindPNG.cmake (Copyright 2002-2009 Kitware, Inc.)
# by Olivier Mesnard (CEA LIST)
# Copyright 2002-2009 Kitware, Inc.)
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

# - Find the native tre includes and library
#
Expand Down
4 changes: 4 additions & 0 deletions cmake/Modules/Protobuf_VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

set(Protobuf_INSTALL_DIR "${TF_SOURCES_PATH}/google/")
4 changes: 4 additions & 0 deletions continuous_integration/build_manylinux.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

set -o errexit
set -o pipefail
set -o nounset
Expand Down
4 changes: 4 additions & 0 deletions continuous_integration/build_qt5.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

# vim: tabstop=4 shiftwidth=4 softtabstop=4
# -*- sh-basic-offset: 4 -*-

Expand Down
4 changes: 4 additions & 0 deletions continuous_integration/docker_push.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

set -o errexit
set -o pipefail
set -o nounset
Expand Down
4 changes: 4 additions & 0 deletions continuous_integration/qhttpserver.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

GITHUB_TOKEN="$1"

set -o errexit
Expand Down
4 changes: 4 additions & 0 deletions continuous_integration/svmtool-cpp.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

GITHUB_TOKEN="$1"

set -o errexit
Expand Down
4 changes: 4 additions & 0 deletions continuous_integration/svmtool.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# SPDX-License-Identifier: MIT

GITHUB_TOKEN="$1"

set -o errexit
Expand Down
16 changes: 2 additions & 14 deletions deeplima/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
# Copyright 2021 CEA LIST
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# This file is part of LIMA.
#
# LIMA is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# LIMA 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 Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with LIMA. If not, see <https://www.gnu.org/licenses/>
# SPDX-License-Identifier: MIT

cmake_minimum_required(VERSION 3.10)

Expand Down
16 changes: 2 additions & 14 deletions deeplima/apps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
# Copyright 2021 CEA LIST
# SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
#
# This file is part of LIMA.
#
# LIMA is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# LIMA 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 Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with LIMA. If not, see <https://www.gnu.org/licenses/>
# SPDX-License-Identifier: MIT

add_executable(deeplima-train-segm
train-segm.cpp
Expand Down
22 changes: 4 additions & 18 deletions deeplima/apps/deeplima.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
Copyright 2021 CEA LIST
This file is part of LIMA.
LIMA is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
LIMA 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with LIMA. If not, see <http://www.gnu.org/licenses/>
*/
// Copyright 2021 CEA LIST
// SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
//
// SPDX-License-Identifier: MIT

#include <iostream>
#include <fstream>
Expand Down
22 changes: 4 additions & 18 deletions deeplima/apps/train-ner.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
Copyright 2021 CEA LIST
This file is part of LIMA.
LIMA is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
LIMA 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with LIMA. If not, see <http://www.gnu.org/licenses/>
*/
// Copyright 2021 CEA LIST
// SPDX-FileCopyrightText: 2022 CEA LIST <[email protected]>
//
// SPDX-License-Identifier: MIT

#include <iostream>
#include <iomanip>
Expand Down
Loading

0 comments on commit 8a3fc6f

Please sign in to comment.