Skip to content

Commit 4892f49

Browse files
committed
constructive
1 parent 0e4847c commit 4892f49

31 files changed

+71
-71
lines changed

LICENSE-Apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ APPENDIX: How to apply the Apache License to your work.
187187
identification within third-party archives.
188188

189189
Copyright 2024 The Telescope AUTHORS
190-
Copyright 2024 Interweb, Inc. <developers@interweb.co>
190+
Copyright 2025 Constructive <developers@constructive.io>
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
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,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2024 The Telescope AUTHORS
4-
Copyright (c) 2024 Interweb, Inc. <developers@interweb.co>
4+
Copyright (c) 2025 Constructive <developers@constructive.io>
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<a href="https://github.com/hyperweb-io/telescope/actions/workflows/run-tests.yaml">
1212
<img height="20" src="https://github.com/hyperweb-io/telescope/actions/workflows/run-tests.yaml/badge.svg" />
1313
</a>
14-
<a href="https://github.com/hyperweb-io/lib-count">
15-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Ftelescope%2Ftotal.json"/>
14+
<a href="https://github.com/constructive-io/lib-count">
15+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Ftelescope%2Ftotal.json"/>
1616
</a>
17-
<a href="https://github.com/hyperweb-io/lib-count">
18-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Ftelescope%2Fmonthly.json"/>
17+
<a href="https://github.com/constructive-io/lib-count">
18+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Ftelescope%2Fmonthly.json"/>
1919
</a>
2020
<br />
2121
<a href="https://github.com/hyperweb-io/telescope/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"command": {
1414
"create": {
1515
"homepage": "https://github.com/hyperweb-io/telescope",
16-
"license": "SEE LICENSE IN LICENSE",
16+
"license": "MIT",
1717
"access": "restricted"
1818
},
1919
"publish": {

package-lock.json

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ast/LICENSE-Apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ APPENDIX: How to apply the Apache License to your work.
187187
identification within third-party archives.
188188

189189
Copyright 2024 The Telescope AUTHORS
190-
Copyright 2024 Interweb, Inc. <developers@interweb.co>
190+
Copyright 2025 Constructive <developers@constructive.io>
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
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,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2024 The Telescope AUTHORS
4-
Copyright (c) 2024 Interweb, Inc. <developers@interweb.co>
4+
Copyright (c) 2025 Constructive <developers@constructive.io>
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
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
@@ -53,7 +53,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
5353

5454
## Credits
5555

56-
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
56+
🛠 Built by the [Constructive](https://constructive.io) team — makers of [Hyperweb](https://hyperweb.io)
5757

5858
## Disclaimer
5959

packages/ast/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "@cosmology/ast",
33
"version": "2.0.3",
44
"description": "Cosmos TypeScript AST generation",
5-
"author": "Dan Lynch <[email protected]>",
5+
"author": "Constructive <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/telescope/tree/master/packages/ast#readme",
7-
"license": "SEE LICENSE IN LICENSE",
7+
"license": "MIT",
88
"main": "main/index.js",
99
"module": "module/index.js",
1010
"typings": "types/index.d.ts",

packages/lcd/LICENSE-Apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ APPENDIX: How to apply the Apache License to your work.
187187
identification within third-party archives.
188188

189189
Copyright 2024 The Telescope AUTHORS
190-
Copyright 2024 Interweb, Inc. <developers@interweb.co>
190+
Copyright 2025 Constructive <developers@constructive.io>
191191

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

0 commit comments

Comments
 (0)