diff --git a/package.json b/package.json index 927e935..05f70f8 100644 --- a/package.json +++ b/package.json @@ -48,12 +48,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/prosopo-io/contract.git" + "url": "git+https://github.com/prosopo/contract.git" }, "bugs": { - "url": "https://github.com/prosopo-io/contract/issues" + "url": "https://github.com/prosopo/contract/issues" }, - "homepage": "https://github.com/prosopo-io/contract#readme", + "homepage": "https://github.com/prosopo/contract#readme", "publishConfig": { "registry": "https://registry.npmjs.org" }, diff --git a/src/abi/index.ts b/src/abi/index.ts index 01fade7..86fcd4f 100644 --- a/src/abi/index.ts +++ b/src/abi/index.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of contract . +// This file is part of contract . // // contract is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/contract/buildTx.ts b/src/contract/buildTx.ts index 0f5a46e..f62c9ba 100644 --- a/src/contract/buildTx.ts +++ b/src/contract/buildTx.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of contract . +// This file is part of contract . // // contract is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/contract/contract.ts b/src/contract/contract.ts index d8c22cd..ad4e73c 100644 --- a/src/contract/contract.ts +++ b/src/contract/contract.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of contract . +// This file is part of contract . // // contract is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/contract/definitions.ts b/src/contract/definitions.ts index 888653f..10e2857 100644 --- a/src/contract/definitions.ts +++ b/src/contract/definitions.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of provider . +// This file is part of provider . // // provider is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/contract/helpers.ts b/src/contract/helpers.ts index fd67735..90f2ba3 100644 --- a/src/contract/helpers.ts +++ b/src/contract/helpers.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of provider . +// This file is part of provider . // // provider is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/contract/index.ts b/src/contract/index.ts index 6cbb606..4a827ad 100644 --- a/src/contract/index.ts +++ b/src/contract/index.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of contract . +// This file is part of contract . // // contract is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/contract/interface.ts b/src/contract/interface.ts index a279c66..3464fe0 100644 --- a/src/contract/interface.ts +++ b/src/contract/interface.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of provider . +// This file is part of provider . // // provider is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/handlers.ts b/src/handlers.ts index df3c02d..3c0a496 100644 --- a/src/handlers.ts +++ b/src/handlers.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of contract . +// This file is part of contract . // // contract is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/index.ts b/src/index.ts index bea08c7..2ac9353 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of provider . +// This file is part of provider . // // provider is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/logger.ts b/src/logger.ts index 5faa11e..089cd2d 100644 --- a/src/logger.ts +++ b/src/logger.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of contract . +// This file is part of contract . // // contract is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/network/network.ts b/src/network/network.ts index 7cb4a6c..ac571b8 100644 --- a/src/network/network.ts +++ b/src/network/network.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of contract . +// This file is part of contract . // // contract is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/signer/accountsigner.ts b/src/signer/accountsigner.ts index 8f00d47..bc65869 100644 --- a/src/signer/accountsigner.ts +++ b/src/signer/accountsigner.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of contract . +// This file is part of contract . // // contract is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/signer/signer.ts b/src/signer/signer.ts index 64dfd96..2651e59 100644 --- a/src/signer/signer.ts +++ b/src/signer/signer.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of contract . +// This file is part of contract . // // contract is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/types/artifacts.ts b/src/types/artifacts.ts index 088249a..9801c7a 100644 --- a/src/types/artifacts.ts +++ b/src/types/artifacts.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of contract . +// This file is part of contract . // // contract is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/types/contract.ts b/src/types/contract.ts index 8047d9f..1b5a9e3 100644 --- a/src/types/contract.ts +++ b/src/types/contract.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of contract . +// This file is part of contract . // // contract is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/types/index.ts b/src/types/index.ts index 77d868f..4b548d5 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of provider . +// This file is part of provider . // // provider is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/types/network.ts b/src/types/network.ts index 6d72bb6..ec69a9e 100644 --- a/src/types/network.ts +++ b/src/types/network.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of contract . +// This file is part of contract . // // contract is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/types/prosopo.ts b/src/types/prosopo.ts index 00a0dd6..555835d 100644 --- a/src/types/prosopo.ts +++ b/src/types/prosopo.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of contract . +// This file is part of contract . // // contract is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/types/signer.ts b/src/types/signer.ts index 7e42711..10259fa 100644 --- a/src/types/signer.ts +++ b/src/types/signer.ts @@ -1,5 +1,5 @@ // Copyright (C) 2021-2022 Prosopo (UK) Ltd. -// This file is part of contract . +// This file is part of contract . // // contract is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by