diff options
Diffstat (limited to 'docs/es/file-headers.md')
| -rw-r--r-- | docs/es/file-headers.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/es/file-headers.md b/docs/es/file-headers.md new file mode 100644 index 0000000..bfcb575 --- /dev/null +++ b/docs/es/file-headers.md @@ -0,0 +1,23 @@ +# Encabezados de archivo + +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. + */ +``` + +**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> + */ +``` |
