Skip to content

Commit 38efe53

Browse files
committed
pkg
1 parent 9f7a1f7 commit 38efe53

File tree

15 files changed

+23
-23
lines changed

15 files changed

+23
-23
lines changed

LICENSE-Apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (c) 2024 Interweb, Inc. <developers@interweb.co>
189+
Copyright (c) 2025 Constructive <developers@constructive.io>
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Interweb, Inc. <developers@interweb.co>
3+
Copyright (c) 2025 Constructive <developers@constructive.io>
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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Generate TypeScript SDKs for your CosmWasm smart contracts
1010
<a href="https://github.com/hyperweb-io/ts-codegen/actions/workflows/run-tests.yaml">
1111
<img height="20" src="https://github.com/hyperweb-io/ts-codegen/actions/workflows/run-tests.yaml/badge.svg" />
1212
</a>
13-
<a href="https://github.com/hyperweb-io/lib-count">
14-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Ftotal.json"/>
13+
<a href="https://github.com/constructive-io/lib-count">
14+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Ftotal.json"/>
1515
</a>
16-
<a href="https://github.com/hyperweb-io/lib-count">
17-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Fmonthly.json"/>
16+
<a href="https://github.com/constructive-io/lib-count">
17+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Fmonthly.json"/>
1818
</a>
1919
<br />
2020
<a href="https://github.com/hyperweb-io/ts-codegen/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
@@ -657,7 +657,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
657657

658658
## Credits
659659

660-
🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
660+
🛠 Built by the [Constructive](https://constructive.io) team — makers of [Hyperweb](https://hyperweb.io)
661661

662662

663663
## Disclaimer

packages/ast/LICENSE-Apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (c) 2024 Interweb, Inc. <developers@interweb.co>
189+
Copyright (c) 2025 Constructive <developers@constructive.io>
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

packages/ast/LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Interweb, Inc. <developers@interweb.co>
3+
Copyright (c) 2025 Constructive <developers@constructive.io>
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

packages/ast/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
147147

148148
## Credits
149149

150-
🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
150+
🛠 Built by the [Constructive](https://constructive.io) team — makers of [Hyperweb](https://hyperweb.io)
151151

152152

153153
## Disclaimer

packages/ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cosmwasm/ts-codegen-ast",
33
"version": "1.9.3",
44
"description": "CosmWasm TypeScript AST generation",
5-
"author": "Dan Lynch <[email protected]>",
5+
"author": "Constructive <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/ts-codegen/tree/master/packages/ast#readme",
77
"license": "SEE LICENSE IN LICENSE",
88
"main": "index.js",

packages/ts-codegen/LICENSE-Apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (c) 2024 Interweb, Inc. <developers@interweb.co>
189+
Copyright (c) 2025 Constructive <developers@constructive.io>
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

packages/ts-codegen/LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Interweb, Inc. <developers@interweb.co>
3+
Copyright (c) 2025 Constructive <developers@constructive.io>
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

packages/ts-codegen/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Generate TypeScript SDKs for your CosmWasm smart contracts
1010
<a href="https://github.com/hyperweb-io/ts-codegen/actions/workflows/run-tests.yaml">
1111
<img height="20" src="https://github.com/hyperweb-io/ts-codegen/actions/workflows/run-tests.yaml/badge.svg" />
1212
</a>
13-
<a href="https://github.com/hyperweb-io/lib-count">
14-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Ftotal.json"/>
13+
<a href="https://github.com/constructive-io/lib-count">
14+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Ftotal.json"/>
1515
</a>
16-
<a href="https://github.com/hyperweb-io/lib-count">
17-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Fmonthly.json"/>
16+
<a href="https://github.com/constructive-io/lib-count">
17+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Fmonthly.json"/>
1818
</a>
1919
<br />
2020
<a href="https://github.com/hyperweb-io/ts-codegen/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
@@ -657,7 +657,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
657657

658658
## Credits
659659

660-
🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
660+
🛠 Built by the [Constructive](https://constructive.io) team — makers of [Hyperweb](https://hyperweb.io)
661661

662662

663663
## Disclaimer

0 commit comments

Comments
 (0)