# 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 , 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 , 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 */ ```