Skip to content

Commit 3ffc209

Browse files
committed
change project license to MIT and bump version to 1.1.0
1 parent db3d637 commit 3ffc209

File tree

193 files changed

+403
-939
lines changed

Some content is hidden

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

193 files changed

+403
-939
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Monotone Changelog
22

3+
## 1.1.0 (2025-02-13)
4+
5+
Changing the project license to MIT
6+
37
## 1.0.0 (2024-04-16)
48

59
**The first public Monotone GA release.**

LICENSE-LGPL

Lines changed: 0 additions & 165 deletions
This file was deleted.

LICENSE.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
2-
Monotone is double licensed and available under the terms of **GNU LGPL v3** (Open-Source Community License) or **Commercial License**.
3-
4-
5-
#### Community License (GNU LGPL v3).
6-
7-
8-
Unless the licensee is holding a valid Commercial License, the terms and conditions that the licensee accepts when downloading, using, modifying, or distributing the software apply under the GNU Lesser General Public License v3.
9-
10-
11-
#### Commercial License.
12-
13-
14-
Licensees holding valid commercial Monotone licenses may use this software under the terms of a written agreement between you and the Monotone company or its original author and copyright owner, Dmitry Simonenko.
15-
16-
17-
For further information, use the contact form at https://monotone.studio/contact-us.
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2025 Dmitry Simonenko
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in
7+
the Software without restriction, including without limitation the rights to
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

cli/bench.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
// embeddable cloud-native storage for events
66
// and time-series data.
77
//
8-
// Copyright (c) 2023-2024 Dmitry Simonenko
9-
// Copyright (c) 2023-2024 Monotone
8+
// Copyright (c) 2023-2025 Dmitry Simonenko
109
//
11-
// Distributed under the terms of GNU LGPL v3 or
12-
// Monotone Commercial License.
10+
// MIT Licensed.
1311
//
1412

1513
#include <monotone_private.h>

cli/bench.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
// embeddable cloud-native storage for events
77
// and time-series data.
88
//
9-
// Copyright (c) 2023-2024 Dmitry Simonenko
10-
// Copyright (c) 2023-2024 Monotone
9+
// Copyright (c) 2023-2025 Dmitry Simonenko
1110
//
12-
// Distributed under the terms of GNU LGPL v3 or
13-
// Monotone Commercial License.
11+
// MIT Licensed.
1412
//
1513

1614
typedef struct Instance Instance;

cli/monotone.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
// embeddable cloud-native storage for events
66
// and time-series data.
77
//
8-
// Copyright (c) 2023-2024 Dmitry Simonenko
9-
// Copyright (c) 2023-2024 Monotone
8+
// Copyright (c) 2023-2025 Dmitry Simonenko
109
//
11-
// Distributed under the terms of GNU LGPL v3 or
12-
// Monotone Commercial License.
10+
// MIT Licensed.
1311
//
1412

1513
#include <monotone_private.h>

monotone/cloud/cloud/cloud.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
// embeddable cloud-native storage for events
77
// and time-series data.
88
//
9-
// Copyright (c) 2023-2024 Dmitry Simonenko
10-
// Copyright (c) 2023-2024 Monotone
9+
// Copyright (c) 2023-2025 Dmitry Simonenko
1110
//
12-
// Distributed under the terms of GNU LGPL v3 or
13-
// Monotone Commercial License.
11+
// MIT Licensed.
1412
//
1513

1614
typedef struct CloudIf CloudIf;

monotone/cloud/cloud/cloud_config.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
// embeddable cloud-native storage for events
77
// and time-series data.
88
//
9-
// Copyright (c) 2023-2024 Dmitry Simonenko
10-
// Copyright (c) 2023-2024 Monotone
9+
// Copyright (c) 2023-2025 Dmitry Simonenko
1110
//
12-
// Distributed under the terms of GNU LGPL v3 or
13-
// Monotone Commercial License.
11+
// MIT Licensed.
1412
//
1513

1614
typedef struct CloudConfig CloudConfig;

monotone/cloud/cloud/cloud_mgr.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
// embeddable cloud-native storage for events
66
// and time-series data.
77
//
8-
// Copyright (c) 2023-2024 Dmitry Simonenko
9-
// Copyright (c) 2023-2024 Monotone
8+
// Copyright (c) 2023-2025 Dmitry Simonenko
109
//
11-
// Distributed under the terms of GNU LGPL v3 or
12-
// Monotone Commercial License.
10+
// MIT Licensed.
1311
//
1412

1513
#include <monotone_runtime.h>

0 commit comments

Comments
 (0)