Skip to content

Commit e0587aa

Browse files
committed
Updated license
1 parent 4633f89 commit e0587aa

Some content is hidden

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

73 files changed

+73
-86
lines changed

.github/FUNDING.yml

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "jmap-client"
33
description = "JMAP client library for Rust"
44
version = "0.3.2"
55
edition = "2021"
6-
authors = [ "Stalwart Labs Ltd. <[email protected]>"]
6+
authors = [ "Stalwart Labs LLC <[email protected]>"]
77
license = "Apache-2.0 OR MIT"
88
repository = "https://github.com/stalwartlabs/jmap-client"
99
homepage = "https://github.com/stalwartlabs/jmap-client"

README.md

Lines changed: 1 addition & 1 deletion

examples/eventsource.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright Stalwart Labs Ltd. See the COPYING
2+
* Copyright Stalwart Labs LLC See the COPYING
33
* file at the top-level directory of this distribution.
44
*
55
* Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

examples/mailboxes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright Stalwart Labs Ltd. See the COPYING
2+
* Copyright Stalwart Labs LLC See the COPYING
33
* file at the top-level directory of this distribution.
44
*
55
* Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

examples/messages.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright Stalwart Labs Ltd. See the COPYING
2+
* Copyright Stalwart Labs LLC See the COPYING
33
* file at the top-level directory of this distribution.
44
*
55
* Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

examples/result_reference.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright Stalwart Labs Ltd. See the COPYING
2+
* Copyright Stalwart Labs LLC See the COPYING
33
* file at the top-level directory of this distribution.
44
*
55
* Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

examples/websocket.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright Stalwart Labs Ltd. See the COPYING
2+
* Copyright Stalwart Labs LLC See the COPYING
33
* file at the top-level directory of this distribution.
44
*
55
* Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

src/blob/copy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright Stalwart Labs Ltd. See the COPYING
2+
* Copyright Stalwart Labs LLC See the COPYING
33
* file at the top-level directory of this distribution.
44
*
55
* Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

src/blob/download.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright Stalwart Labs Ltd. See the COPYING
2+
* Copyright Stalwart Labs LLC See the COPYING
33
* file at the top-level directory of this distribution.
44
*
55
* Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

0 commit comments

Comments
 (0)