Commit 34ccd692 authored by Rafael S Castilho's avatar Rafael S Castilho
Browse files

license part 1

parent f8264c64
Showing with 81 additions and 675 deletions
+81 -675
# Copyright (C) 2021 Centro de Computacao Cientifica e Software Livre
# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
# This file is part of ensalamento-back.
# ensalamento-back is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# ensalamento-back is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with ensalamento-back If not, see <https://www.gnu.org/licenses/>.
FROM node:8.12-stretch
LABEL maintainer="horstmannmat <mch15@inf.ufpr.br>"
......
This diff is collapsed.
<!--
Copyright (C) 2021 Centro de Computacao Cientifica e Software Livre
Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
This file is part of ensalamento-back.
ensalamento-back is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
ensalamento-back is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with ensalamento-back If not, see <https://www.gnu.org/licenses/>. -->
# Ensalamento-back
## Getting Started
......
Subproject commit 383577954bf310b817507cecfcea9048396c0fbb
Subproject commit 0218b69b045f5b0c11e1eb695d93735a314be66f
# Copyright (C) 2021 Centro de Computacao Cientifica e Software Livre
# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
# This file is part of ensalamento-back.
# ensalamento-back is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# ensalamento-back is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with ensalamento-back If not, see <https://www.gnu.org/licenses/>.
version: "3" # version matters, see https://docs.docker.com/compose/networking/
services:
ensalamento-postgres:
......
# Copyright (C) 2021 Centro de Computacao Cientifica e Software Livre
# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
# This file is part of ensalamento-back.
# ensalamento-back is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# ensalamento-back is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with ensalamento-back If not, see <https://www.gnu.org/licenses/>.
#!/usr/bin/env bash
set -e
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment