Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

18847 - update certify text for amalgamations #603

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-create-ui",
"version": "5.6.15",
"version": "5.6.16",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand Down
9 changes: 1 addition & 8 deletions src/resources/AmalgamationRegular/BC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,7 @@ export const AmalgamationRegResourceBc: AmalgamationRegResourceIF = {
},
reviewAndConfirm: {
completingPartyStatement: {
certifyStatements: [
'An original signature has been placed on each of those signature lines,',

`I have no reason to believe that the signature placed on a signature line is not the
signature of the person whose name is set out under that signature line, and`,

'I have relevant knowledge of the company and that I am authorized to make this filing.'
],
certifyStatements: [],
certifyClause: `Note: It is an offence to make a false or misleading statement in respect
of a material fact in a record submitted to the Corporate Registry for filing.
See section 427 of the Business Corporations Act.`,
Expand Down
13 changes: 1 addition & 12 deletions src/resources/AmalgamationRegular/BEN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,7 @@ export const AmalgamationRegResourceBen: AmalgamationRegResourceIF = {
},
reviewAndConfirm: {
completingPartyStatement: {
certifyStatements: [
`The Company Articles and the Incorporation Agreement both contain a signature
line for each person identified as an incorporator in the Incorporation Application
with the name of that person set out legibly under the signature line,`,

'An original signature has been placed on each of those signature lines,',

`I have no reason to believe that the signature placed on a signature line is not the
signature of the person whose name is set out under that signature line, and`,

'I have relevant knowledge of the company and that I am authorized to make this filing.'
],
certifyStatements: [],
certifyClause: `Note: It is an offence to make a false or misleading statement in respect
of a material fact in a record submitted to the Corporate Registry for filing.
See section 427 of the Business Corporations Act.`,
Expand Down
9 changes: 1 addition & 8 deletions src/resources/AmalgamationRegular/CC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,7 @@ export const AmalgamationRegResourceCc: AmalgamationRegResourceIF = {
},
reviewAndConfirm: {
completingPartyStatement: {
certifyStatements: [
'An original signature has been placed on each of those signature lines,',

`I have no reason to believe that the signature placed on a signature line is not the
signature of the person whose name is set out under that signature line, and`,

'I have relevant knowledge of the company and that I am authorized to make this filing.'
],
certifyStatements: [],
certifyClause: `Note: It is an offence to make a false or misleading statement in respect
of a material fact in a record submitted to the Corporate Registry for filing.
See section 427 of the Business Corporations Act.`,
Expand Down
9 changes: 1 addition & 8 deletions src/resources/AmalgamationRegular/ULC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,7 @@ export const AmalgamationRegResourceUlc: AmalgamationRegResourceIF = {
},
reviewAndConfirm: {
completingPartyStatement: {
certifyStatements: [
'An original signature has been placed on each of those signature lines,',

`I have no reason to believe that the signature placed on a signature line is not the
signature of the person whose name is set out under that signature line, and`,

'I have relevant knowledge of the company and that I am authorized to make this filing.'
],
certifyStatements: [],
certifyClause: `Note: It is an offence to make a false or misleading statement in respect
of a material fact in a record submitted to the Corporate Registry for filing.
See section 427 of the Business Corporations Act.`,
Expand Down