Skip to content

Commit 6f8b952

Browse files
committed
Tweak copyright notices
1 parent 119b943 commit 6f8b952

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

cloud/app-emissary-provisioner/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Copyright (C) 2017-2021 BinaryMist Limited. All rights reserved.
22

3-
// This file is part of purpleteam.
3+
// This file is part of PurpleTeam.
44

5-
// purpleteam is free software: you can redistribute it and/or modify
5+
// PurpleTeam is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU Affero General Public License as published by
77
// the Free Software Foundation version 3.
88

9-
// purpleteam is distributed in the hope that it will be useful,
9+
// PurpleTeam is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU Affero General Public License for more details.
1313

1414
// You should have received a copy of the GNU Affero General Public License
15-
// along with purpleteam. If not, see <https://www.gnu.org/licenses/>.
15+
// along with PurpleTeam. If not, see <https://www.gnu.org/licenses/>.
1616

1717
// Doc: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecs/index.html
1818
const { ECSClient, CreateServiceCommand } = require('@aws-sdk/client-ecs');

cloud/s2-deprovisioner/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Copyright (C) 2017-2021 BinaryMist Limited. All rights reserved.
22

3-
// This file is part of purpleteam.
3+
// This file is part of PurpleTeam.
44

5-
// purpleteam is free software: you can redistribute it and/or modify
5+
// PurpleTeam is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU Affero General Public License as published by
77
// the Free Software Foundation version 3.
88

9-
// purpleteam is distributed in the hope that it will be useful,
9+
// PurpleTeam is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU Affero General Public License for more details.
1313

1414
// You should have received a copy of the GNU Affero General Public License
15-
// along with purpleteam. If not, see <https://www.gnu.org/licenses/>.
15+
// along with PurpleTeam. If not, see <https://www.gnu.org/licenses/>.
1616

1717
// Doc: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecs/index.html
1818
const { ECSClient, DeleteServiceCommand } = require('@aws-sdk/client-ecs');

local/app-emissary-provisioner/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Copyright (C) 2017-2021 BinaryMist Limited. All rights reserved.
22

3-
// This file is part of purpleteam.
3+
// This file is part of PurpleTeam.
44

5-
// purpleteam is free software: you can redistribute it and/or modify
5+
// PurpleTeam is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU Affero General Public License as published by
77
// the Free Software Foundation version 3.
88

9-
// purpleteam is distributed in the hope that it will be useful,
9+
// PurpleTeam is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU Affero General Public License for more details.
1313

1414
// You should have received a copy of the GNU Affero General Public License
15-
// along with purpleteam. If not, see <https://www.gnu.org/licenses/>.
15+
// along with PurpleTeam. If not, see <https://www.gnu.org/licenses/>.
1616

1717
const axios = require('axios');
1818

local/s2-deprovisioner/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Copyright (C) 2017-2021 BinaryMist Limited. All rights reserved.
22

3-
// This file is part of purpleteam.
3+
// This file is part of PurpleTeam.
44

5-
// purpleteam is free software: you can redistribute it and/or modify
5+
// PurpleTeam is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU Affero General Public License as published by
77
// the Free Software Foundation version 3.
88

9-
// purpleteam is distributed in the hope that it will be useful,
9+
// PurpleTeam is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU Affero General Public License for more details.
1313

1414
// You should have received a copy of the GNU Affero General Public License
15-
// along with purpleteam. If not, see <https://www.gnu.org/licenses/>.
15+
// along with PurpleTeam. If not, see <https://www.gnu.org/licenses/>.
1616

1717
const axios = require('axios');
1818

local/selenium-standalone-provisioner/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Copyright (C) 2017-2021 BinaryMist Limited. All rights reserved.
22

3-
// This file is part of purpleteam.
3+
// This file is part of PurpleTeam.
44

5-
// purpleteam is free software: you can redistribute it and/or modify
5+
// PurpleTeam is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU Affero General Public License as published by
77
// the Free Software Foundation version 3.
88

9-
// purpleteam is distributed in the hope that it will be useful,
9+
// PurpleTeam is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU Affero General Public License for more details.
1313

1414
// You should have received a copy of the GNU Affero General Public License
15-
// along with purpleteam. If not, see <https://www.gnu.org/licenses/>.
15+
// along with PurpleTeam. If not, see <https://www.gnu.org/licenses/>.
1616

1717
const axios = require('axios');
1818

0 commit comments

Comments
 (0)