Skip to content

Commit 2f043df

Browse files
committed
[Project] Minor license fixes
1 parent b528636 commit 2f043df

File tree

78 files changed

+35
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+35
-173
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (c) 2020 JetBrains-Research
3+
Copyright (c) 2020, 2021 JetBrains-Research
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

cubool/include/cubool/cubool.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
5-
/* Copyright (c) 2020 JetBrains-Research */
4+
/* Copyright (c) 2020, 2021 JetBrains-Research */
65
/* */
76
/* Permission is hereby granted, free of charge, to any person obtaining a copy */
87
/* of this software and associated documentation files (the "Software"), to deal */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#ifndef CUBOOL_CUBOOL_H

cubool/sources/backend/backend_base.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
54
/* Copyright (c) 2020, 2021 JetBrains-Research */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#ifndef CUBOOL_BACKEND_BASE_HPP

cubool/sources/backend/matrix_base.hpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
5-
/* Copyright (c) 2020 JetBrains-Research */
4+
/* Copyright (c) 2020, 2021 JetBrains-Research */
65
/* */
76
/* Permission is hereby granted, free of charge, to any person obtaining a copy */
87
/* of this software and associated documentation files (the "Software"), to deal */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#ifndef CUBOOL_MATRIX_BASE_HPP

cubool/sources/core/config.hpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
5-
/* Copyright (c) 2020 JetBrains-Research */
4+
/* Copyright (c) 2020, 2021 JetBrains-Research */
65
/* */
76
/* Permission is hereby granted, free of charge, to any person obtaining a copy */
87
/* of this software and associated documentation files (the "Software"), to deal */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#ifndef CUBOOL_CONFIG_HPP

cubool/sources/core/error.hpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
5-
/* Copyright (c) 2020 JetBrains-Research */
4+
/* Copyright (c) 2020, 2021 JetBrains-Research */
65
/* */
76
/* Permission is hereby granted, free of charge, to any person obtaining a copy */
87
/* of this software and associated documentation files (the "Software"), to deal */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#ifndef CUBOOL_ERROR_HPP

cubool/sources/core/library.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
54
/* Copyright (c) 2020, 2021 JetBrains-Research */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#include <core/library.hpp>

cubool/sources/core/library.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
54
/* Copyright (c) 2020, 2021 JetBrains-Research */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#ifndef CUBOOL_LIBRARY_HPP

cubool/sources/core/matrix.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
54
/* Copyright (c) 2020, 2021 JetBrains-Research */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#include <core/matrix.hpp>

cubool/sources/core/matrix.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
54
/* Copyright (c) 2020, 2021 JetBrains-Research */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#ifndef CUBOOL_MATRIX_HPP

cubool/sources/core/version.hpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
5-
/* Copyright (c) 2020 JetBrains-Research */
4+
/* Copyright (c) 2020, 2021 JetBrains-Research */
65
/* */
76
/* Permission is hereby granted, free of charge, to any person obtaining a copy */
87
/* of this software and associated documentation files (the "Software"), to deal */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#ifndef CUBOOL_VERSION_HPP

cubool/sources/cuBool_About_Get.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
54
/* Copyright (c) 2020, 2021 JetBrains-Research */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#include <cuBool_Common.hpp>

cubool/sources/cuBool_Common.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
54
/* Copyright (c) 2020, 2021 JetBrains-Research */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#ifndef CUBOOL_CUBOOL_COMMON_HPP

cubool/sources/cuBool_Finalize.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
54
/* Copyright (c) 2020, 2021 JetBrains-Research */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#include <cuBool_Common.hpp>

cubool/sources/cuBool_Initialize.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
54
/* Copyright (c) 2020, 2021 JetBrains-Research */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#include <cuBool_Common.hpp>

cubool/sources/cuBool_Kronecker.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
54
/* Copyright (c) 2020, 2021 JetBrains-Research */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#include <cuBool_Common.hpp>

cubool/sources/cuBool_LicenseInfo_Get.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
54
/* Copyright (c) 2020, 2021 JetBrains-Research */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#include <cuBool_Common.hpp>

cubool/sources/cuBool_Matrix_Build.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
54
/* Copyright (c) 2020, 2021 JetBrains-Research */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#include <cuBool_Common.hpp>

cubool/sources/cuBool_Matrix_Duplicate.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
54
/* Copyright (c) 2020, 2021 JetBrains-Research */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#include <cuBool_Common.hpp>

cubool/sources/cuBool_Matrix_EWiseAdd.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**********************************************************************************/
2-
/* */
32
/* MIT License */
43
/* */
54
/* Copyright (c) 2020, 2021 JetBrains-Research */
@@ -21,7 +20,6 @@
2120
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
2221
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
2322
/* SOFTWARE. */
24-
/* */
2523
/**********************************************************************************/
2624

2725
#include <cuBool_Common.hpp>

0 commit comments

Comments
 (0)