Skip to content

Commit 2b61da9

Browse files
update copyright text (#42)
1 parent 072d236 commit 2b61da9

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

FILE_TEMPLATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2021 Manta Network.
1+
// Copyright 2019-2022 Manta Network.
22
// This file is part of manta-signer.
33
//
44
// manta-signer is free software: you can redistribute it and/or modify

examples/test_server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2021 Manta Network.
1+
// Copyright 2019-2022 Manta Network.
22
// This file is part of manta-signer.
33
//
44
// manta-signer is free software: you can redistribute it and/or modify

src/batching.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2021 Manta Network.
1+
// Copyright 2019-2022 Manta Network.
22
// This file is part of manta-signer.
33
//
44
// manta-signer is free software: you can redistribute it and/or modify

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2021 Manta Network.
1+
// Copyright 2019-2022 Manta Network.
22
// This file is part of manta-signer.
33
//
44
// manta-signer is free software: you can redistribute it and/or modify

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2021 Manta Network.
1+
// Copyright 2019-2022 Manta Network.
22
// This file is part of manta-signer.
33
//
44
// manta-signer is free software: you can redistribute it and/or modify

src/secret.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2021 Manta Network.
1+
// Copyright 2019-2022 Manta Network.
22
// This file is part of manta-signer.
33
//
44
// manta-signer is free software: you can redistribute it and/or modify

src/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2021 Manta Network.
1+
// Copyright 2019-2022 Manta Network.
22
// This file is part of manta-signer.
33
//
44
// manta-signer is free software: you can redistribute it and/or modify

ui/public/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<img src="Square89x89Logo.png" />
4040
<h3>Manta Signer</h3>
4141
<p>Version 0.5.1</p>
42-
<p>Copyright © 2019-2021 Manta Network</p>
42+
<p>Copyright © 2019-2022 Manta Network</p>
4343
<p>
4444
<a href="https://github.com/manta-network/manta-signer">manta-network/manta-signer</a>
4545
</p>
@@ -48,4 +48,4 @@ <h3>Manta Signer</h3>
4848
</main>
4949
</body>
5050

51-
</html>
51+
</html>

ui/src-tauri/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2021 Manta Network.
1+
// Copyright 2019-2022 Manta Network.
22
// This file is part of manta-signer.
33
//
44
// manta-signer is free software: you can redistribute it and/or modify

ui/src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"resources": ["*.bin"],
2525
"externalBin": [],
26-
"copyright": "Copyright 2019-2021 Manta Network",
26+
"copyright": "Copyright 2019-2022 Manta Network",
2727
"category": "DeveloperTool",
2828
"shortDescription": "Manta Network Signer",
2929
"longDescription": "",
@@ -86,4 +86,4 @@
8686
"iconAsTemplate": true
8787
}
8888
}
89-
}
89+
}

0 commit comments

Comments
 (0)