Skip to content

Commit df24749

Browse files
committed
Update copyright notices to 2024 year
1 parent dc1f3e0 commit df24749

File tree

13 files changed

+37
-12
lines changed

13 files changed

+37
-12
lines changed

LICENSE

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2016, Magnus Hallin
3+
Copyright (c) 2016-2024 Magnus Hallin <[email protected]>,
4+
Christoph Herzog <[email protected]>,
5+
Christian Legnitto <[email protected]>,
6+
Ilya Solovyiov <[email protected]>,
7+
48
All rights reserved.
59

610
Redistribution and use in source and binary forms, with or without

juniper/LICENSE

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2016-2022, Magnus Hallin
3+
Copyright (c) 2016-2024 Magnus Hallin <[email protected]>,
4+
Christoph Herzog <[email protected]>,
5+
Christian Legnitto <[email protected]>,
6+
Ilya Solovyiov <[email protected]>,
7+
48
All rights reserved.
59

610
Redistribution and use in source and binary forms, with or without

juniper_actix/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ edition = "2021"
55
rust-version = "1.73"
66
description = "`juniper` GraphQL integration with `actix-web`."
77
license = "BSD-2-Clause"
8-
authors = ["Jordao Rosario <[email protected]>"]
8+
authors = [
9+
"Jordao Rosario <[email protected]>",
10+
"Kai Ren <[email protected]>",
11+
]
912
documentation = "https://docs.rs/juniper_actix"
1013
homepage = "https://github.com/graphql-rust/juniper/tree/master/juniper_actix"
1114
repository = "https://github.com/graphql-rust/juniper"

juniper_actix/LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2018-2022, Jordao Rosario
3+
Copyright (c) 2018-2024 Jordao Rosario <[email protected]>,
4+
45
All rights reserved.
56

67
Redistribution and use in source and binary forms, with or without

juniper_axum/LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2022-2023, Benno Tielen, Kai Ren
3+
Copyright (c) 2022-2024 Benno Tielen <[email protected]>,
4+
45
All rights reserved.
56

67
Redistribution and use in source and binary forms, with or without

juniper_codegen/LICENSE

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2016-2022, Magnus Hallin
3+
Copyright (c) 2016-2024 Magnus Hallin <[email protected]>,
4+
Christoph Herzog <[email protected]>,
5+
Ilya Solovyiov <[email protected]>,
6+
47
All rights reserved.
58

69
Redistribution and use in source and binary forms, with or without

juniper_graphql_ws/LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2018-2023, Christopher Brown
3+
Copyright (c) 2018-2024 Christopher Brown <[email protected]>,
4+
45
All rights reserved.
56

67
Redistribution and use in source and binary forms, with or without

juniper_hyper/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ edition = "2021"
55
rust-version = "1.73"
66
description = "`juniper` GraphQL integration with `hyper`."
77
license = "BSD-2-Clause"
8-
authors = ["Damir Vandic <[email protected]>"]
8+
authors = [
9+
"Damir Vandic <[email protected]>",
10+
"Kai Ren <[email protected]>",
11+
]
912
documentation = "https://docs.rs/juniper_hyper"
1013
homepage = "https://github.com/graphql-rust/juniper/tree/master/juniper_hyper"
1114
repository = "https://github.com/graphql-rust/juniper"

juniper_hyper/LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2018-2022, Damir Vandic
3+
Copyright (c) 2018-2024 Damir Vandic <[email protected]>,
4+
45
All rights reserved.
56

67
Redistribution and use in source and binary forms, with or without

juniper_rocket/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "BSD-2-Clause"
88
authors = [
99
"Magnus Hallin <[email protected]>",
1010
"Christoph Herzog <[email protected]>",
11+
"Kai Ren <[email protected]>",
1112
]
1213
documentation = "https://docs.rs/juniper_rocket"
1314
homepage = "https://github.com/graphql-rust/juniper/tree/master/juniper_rocket"

0 commit comments

Comments
 (0)