Skip to content

Commit 0a4e2c9

Browse files
Jenny Leabutzopower
Jenny Lea
authored andcommitted
Add header to scripts that were missing it
Signed-off-by: Marco Garofalo <[email protected]>
1 parent 01275c3 commit 0a4e2c9

File tree

6 files changed

+174
-5
lines changed

6 files changed

+174
-5
lines changed

deps.sh

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
#!/bin/bash
2-
2+
#
3+
# Postfacto, a free, open-source and self-hosted retro tool aimed at helping
4+
# remote teams.
5+
#
6+
# Copyright (C) 2016 - Present Pivotal Software, Inc.
7+
#
8+
# This program is free software: you can redistribute it and/or modify
9+
#
10+
# it under the terms of the GNU Affero General Public License as
11+
#
12+
# published by the Free Software Foundation, either version 3 of the
13+
#
14+
# License, or (at your option) any later version.
15+
#
16+
#
17+
#
18+
# This program is distributed in the hope that it will be useful,
19+
#
20+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
21+
#
22+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23+
#
24+
# GNU Affero General Public License for more details.
25+
#
26+
#
27+
#
28+
# You should have received a copy of the GNU Affero General Public License
29+
#
30+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
331
set -e
432

533
BASE_DIR="$(dirname "$0")"

docker.sh

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
#!/bin/bash
2-
2+
#
3+
# Postfacto, a free, open-source and self-hosted retro tool aimed at helping
4+
# remote teams.
5+
#
6+
# Copyright (C) 2016 - Present Pivotal Software, Inc.
7+
#
8+
# This program is free software: you can redistribute it and/or modify
9+
#
10+
# it under the terms of the GNU Affero General Public License as
11+
#
12+
# published by the Free Software Foundation, either version 3 of the
13+
#
14+
# License, or (at your option) any later version.
15+
#
16+
#
17+
#
18+
# This program is distributed in the hope that it will be useful,
19+
#
20+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
21+
#
22+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23+
#
24+
# GNU Affero General Public License for more details.
25+
#
26+
#
27+
#
28+
# You should have received a copy of the GNU Affero General Public License
29+
#
30+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
331
mkdir -p "$(pwd)/docker_node_modules"
432

533
docker run -it \

docker/ci-push

+29
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11
#!/bin/bash
2+
#
3+
# Postfacto, a free, open-source and self-hosted retro tool aimed at helping
4+
# remote teams.
5+
#
6+
# Copyright (C) 2016 - Present Pivotal Software, Inc.
7+
#
8+
# This program is free software: you can redistribute it and/or modify
9+
#
10+
# it under the terms of the GNU Affero General Public License as
11+
#
12+
# published by the Free Software Foundation, either version 3 of the
13+
#
14+
# License, or (at your option) any later version.
15+
#
16+
#
17+
#
18+
# This program is distributed in the hope that it will be useful,
19+
#
20+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
21+
#
22+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23+
#
24+
# GNU Affero General Public License for more details.
25+
#
26+
#
27+
#
28+
# You should have received a copy of the GNU Affero General Public License
29+
#
30+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
231
set -e
332

433
TAG=$1

e2e.sh

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
#!/bin/bash
2-
2+
#
3+
# Postfacto, a free, open-source and self-hosted retro tool aimed at helping
4+
# remote teams.
5+
#
6+
# Copyright (C) 2016 - Present Pivotal Software, Inc.
7+
#
8+
# This program is free software: you can redistribute it and/or modify
9+
#
10+
# it under the terms of the GNU Affero General Public License as
11+
#
12+
# published by the Free Software Foundation, either version 3 of the
13+
#
14+
# License, or (at your option) any later version.
15+
#
16+
#
17+
#
18+
# This program is distributed in the hope that it will be useful,
19+
#
20+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
21+
#
22+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23+
#
24+
# GNU Affero General Public License for more details.
25+
#
26+
#
27+
#
28+
# You should have received a copy of the GNU Affero General Public License
29+
#
30+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
331
set -e
432

533
BASE_DIR="$(dirname "$0")"

run.sh

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
#!/bin/bash
2-
2+
#
3+
# Postfacto, a free, open-source and self-hosted retro tool aimed at helping
4+
# remote teams.
5+
#
6+
# Copyright (C) 2016 - Present Pivotal Software, Inc.
7+
#
8+
# This program is free software: you can redistribute it and/or modify
9+
#
10+
# it under the terms of the GNU Affero General Public License as
11+
#
12+
# published by the Free Software Foundation, either version 3 of the
13+
#
14+
# License, or (at your option) any later version.
15+
#
16+
#
17+
#
18+
# This program is distributed in the hope that it will be useful,
19+
#
20+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
21+
#
22+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23+
#
24+
# GNU Affero General Public License for more details.
25+
#
26+
#
27+
#
28+
# You should have received a copy of the GNU Affero General Public License
29+
#
30+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
331
set -e
432

533
BASE_DIR="$(dirname "$0")"

test.sh

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
#!/bin/bash
2-
2+
#
3+
# Postfacto, a free, open-source and self-hosted retro tool aimed at helping
4+
# remote teams.
5+
#
6+
# Copyright (C) 2016 - Present Pivotal Software, Inc.
7+
#
8+
# This program is free software: you can redistribute it and/or modify
9+
#
10+
# it under the terms of the GNU Affero General Public License as
11+
#
12+
# published by the Free Software Foundation, either version 3 of the
13+
#
14+
# License, or (at your option) any later version.
15+
#
16+
#
17+
#
18+
# This program is distributed in the hope that it will be useful,
19+
#
20+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
21+
#
22+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23+
#
24+
# GNU Affero General Public License for more details.
25+
#
26+
#
27+
#
28+
# You should have received a copy of the GNU Affero General Public License
29+
#
30+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
331
set -e
432

533
BASE_DIR="$(dirname "$0")"

0 commit comments

Comments
 (0)