From 2b9e0adecd97475982f41853de53f3a9ac0ffcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Livro=20=22Per=C3=ADcias=20em=20Telecomunica=C3=A7=C3=B5es?= Date: Sun, 8 Mar 2026 16:07:12 +0000 Subject: [PATCH] Initial commit --- CHANGELOG.md | 19 +++++++++++++++++++ LICENSE.md | 14 ++++++++++++++ README.md | 28 ++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 LICENSE.md create mode 100644 README.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fcd87fc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +--- + +## [Unreleased] + +### Added +- Initial repository structure +- Documentation folders +- Template files + +--- + +## [1.0.0] - 2026 + +### Added +- Initial release \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..30bd302 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,14 @@ +MIT License + +Copyright (c) 2026 Onei Barros Jr. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software. + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..25a127f --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Nome do Projeto + +Descrição do projeto. + +Este repositório faz parte do laboratório técnico: + +https://git.maiswebsites.com + +--- + +## Estrutura + +src/ +scripts/ +examples/ +docs/ + +--- + +## Objetivo + +Descreva aqui o objetivo do projeto. + +--- + +## Autor + +Eng. Onei Barros Jr. \ No newline at end of file