diff options
| author | Julio A. Leyva Osorio <tony931023@gmail.com> | 2022-02-22 03:07:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-22 09:07:15 +0100 |
| commit | 0b029676597e656dffa684f1e8d86f9251dd5831 (patch) | |
| tree | ede2feda73aea592379e6996c4ac5a254dca708a /docs/es/file-headers.md | |
| parent | 8dddfdb3ba6b99288fda47e6db6bf9e5e31d8ed8 (diff) | |
| download | wiki-0b029676597e656dffa684f1e8d86f9251dd5831.tar.gz wiki-0b029676597e656dffa684f1e8d86f9251dd5831.tar.bz2 wiki-0b029676597e656dffa684f1e8d86f9251dd5831.zip | |
Update and Create getting-started (#689)
* Update server-setup.md
* Update es/server-setup.md
* Update
* Update sidebar.html (es) Pr 619
* Update contribute.md (es - en) Pr 619
* Updating code getting-started Pr 619
* create es/getting-started Pr 619
* Updating code how-to-create-a-db-pr Pr 619
* Create es/how-to-create-a-db-pr Pr 619
* Update es/documentation-index.md
* Create es/exitcodes.md
* Update (es-en) windows-requirements.md
* Update and create (es-en) how-to-use-gperftool.md
* Update es/file-headers.md
* Update VS2019
Diffstat (limited to 'docs/es/file-headers.md')
| -rw-r--r-- | docs/es/file-headers.md | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/docs/es/file-headers.md b/docs/es/file-headers.md index 2478693..a8d8980 100644 --- a/docs/es/file-headers.md +++ b/docs/es/file-headers.md @@ -2,22 +2,27 @@ Para limpiar los archivos, usamos un formato estándar para los nuevos encabezados de archivos. -XXXX = año de inicio -YYYY = año activo - **Código independiente de AzerothCore (sin código anterior de nadie):** ```cpp /* - * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license, you may redistribute it and/or modify it under version 3 of the License, or (at your option), any later version. + * This file is part of the AzerothCore Project. See AUTHORS file for Copyright information + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published by the + * Free Software Foundation; either version 3 of the License, or (at your + * option) any later version. + * + * This program 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 Affero General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. */ ``` **Con código anterior de fuentes externas o desarrolladores:** -```cpp -/* - * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v3 license, you may redistribute it and/or modify it under version 3 of the License, or (at your option), any later version. - * Copyright (C) XXXX-YYYY external-teamname <url> - */ -``` +Asegúrese de que el autor original esté presente en el archivo [AUTHORS](https://github.com/azerothcore/azerothcore-wotlk/blob/master/AUTHORS), de lo contrario, ese autor debe agregarse aquí. Si el código proviene de otra organización, solo debe asegurarse de que el nombre de la organización exista. |
