Skip to content

Commit f530936

Browse files
committed
chore(branding): Update license header branding
1 parent 51789b4 commit f530936

33 files changed

Lines changed: 106 additions & 195 deletions

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A clear and concise description of what you expected to happen.
2222
**Screenshots**
2323
If applicable, add screenshots to help explain your problem.
2424

25-
**TrinityAdmin Information**
25+
**AzerothCoreAdmin Information**
2626
- Revision number: '...'
2727

2828
**Additional context**

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ about: Suggest an idea for this project
44

55
---
66

7-
**TrinityAdmin Information**
7+
**AzerothCoreAdmin Information**
88
-Revision number: What version are you using ?
99

1010
**Is your feature request related to a problem? Please describe.**

Commands/Commands_Char.lua

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
-------------------------------------------------------------------------------------------------------------
22
--
3-
-- TrinityAdmin Version 3.x
4-
-- TrinityAdmin is a derivative of MangAdmin.
3+
-- AzerothCoreAdmin is a derivative of TrinityAdminand MangAdmin.
54
--
65
-- Copyright (C) 2018 Free Software Foundation, Inc.
76
-- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
@@ -12,10 +11,8 @@
1211
-- along with this program; if not, write to the Free Software
1312
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1413
--
15-
-- Official Forums: http://groups.google.com/group/trinityadmin
16-
-- GoogleCode Website: http://code.google.com/p/trinityadmin/
17-
-- Subversion Repository: http://trinityadmin.googlecode.com/svn/
18-
-- Dev Blog: http://trinityadmin.blogspot.com/
14+
-- Official repository: https://github.com/LightDestory/AzerothCoreAdmin
15+
--
1916
-------------------------------------------------------------------------------------------------------------
2017

2118
function ModelRotateLeft()

Commands/Commands_GO.lua

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
-------------------------------------------------------------------------------------------------------------
22
--
3-
-- TrinityAdmin Version 3.x
4-
-- TrinityAdmin is a derivative of MangAdmin.
3+
-- AzerothCoreAdmin is a derivative of TrinityAdminand MangAdmin.
54
--
65
-- Copyright (C) 2018 Free Software Foundation, Inc.
76
-- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
@@ -12,10 +11,8 @@
1211
-- along with this program; if not, write to the Free Software
1312
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1413
--
15-
-- Official Forums: http://groups.google.com/group/trinityadmin
16-
-- GoogleCode Website: http://code.google.com/p/trinityadmin/
17-
-- Subversion Repository: http://trinityadmin.googlecode.com/svn/
18-
-- Dev Blog: http://trinityadmin.blogspot.com/
14+
-- Official repository: https://github.com/LightDestory/AzerothCoreAdmin
15+
--
1916
-------------------------------------------------------------------------------------------------------------
2017

2118
function OBJGo()

Commands/Commands_Misc.lua

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
-------------------------------------------------------------------------------------------------------------
22
--
3-
-- TrinityAdmin Version 3.x
4-
-- TrinityAdmin is a derivative of MangAdmin.
3+
-- AzerothCoreAdmin is a derivative of TrinityAdminand MangAdmin.
54
--
65
-- Copyright (C) 2018 Free Software Foundation, Inc.
76
-- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
@@ -12,10 +11,8 @@
1211
-- along with this program; if not, write to the Free Software
1312
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1413
--
15-
-- Official Forums: http://groups.google.com/group/trinityadmin
16-
-- GoogleCode Website: http://code.google.com/p/trinityadmin/
17-
-- Subversion Repository: http://trinityadmin.googlecode.com/svn/
18-
-- Dev Blog: http://trinityadmin.blogspot.com/
14+
-- Official repository: https://github.com/LightDestory/AzerothCoreAdmin
15+
--
1916
-------------------------------------------------------------------------------------------------------------
2017

2118
function ApplyStyleChanges()

Commands/Commands_NPC.lua

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
-------------------------------------------------------------------------------------------------------------
22
--
3-
-- TrinityAdmin Version 3.x
4-
-- TrinityAdmin is a derivative of MangAdmin.
3+
-- AzerothCoreAdmin is a derivative of TrinityAdminand MangAdmin.
54
--
65
-- Copyright (C) 2018 Free Software Foundation, Inc.
76
-- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
@@ -12,10 +11,8 @@
1211
-- along with this program; if not, write to the Free Software
1312
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1413
--
15-
-- Official Forums: http://groups.google.com/group/trinityadmin
16-
-- GoogleCode Website: http://code.google.com/p/trinityadmin/
17-
-- Subversion Repository: http://trinityadmin.googlecode.com/svn/
18-
-- Dev Blog: http://trinityadmin.blogspot.com/
14+
-- Official repository: https://github.com/LightDestory/AzerothCoreAdmin
15+
--
1916
-------------------------------------------------------------------------------------------------------------
2017

2118
function InitModelFrameNPC()

Commands/Commands_Server.lua

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
-------------------------------------------------------------------------------------------------------------
22
--
3-
-- TrinityAdmin Version 3.x
4-
-- TrinityAdmin is a derivative of MangAdmin.
3+
-- AzerothCoreAdmin is a derivative of TrinityAdminand MangAdmin.
54
--
65
-- Copyright (C) 2018 Free Software Foundation, Inc.
76
-- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
@@ -12,10 +11,8 @@
1211
-- along with this program; if not, write to the Free Software
1312
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1413
--
15-
-- Official Forums: http://groups.google.com/group/trinityadmin
16-
-- GoogleCode Website: http://code.google.com/p/trinityadmin/
17-
-- Subversion Repository: http://trinityadmin.googlecode.com/svn/
18-
-- Dev Blog: http://trinityadmin.blogspot.com/
14+
-- Official repository: https://github.com/LightDestory/AzerothCoreAdmin
15+
--
1916
-------------------------------------------------------------------------------------------------------------
2017

2118
function Announce(value)

Commands/Commands_Tele.lua

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
-------------------------------------------------------------------------------------------------------------
22
--
3-
-- TrinityAdmin Version 3.x
4-
-- TrinityAdmin is a derivative of MangAdmin.
3+
-- AzerothCoreAdmin is a derivative of TrinityAdminand MangAdmin.
54
--
65
-- Copyright (C) 2018 Free Software Foundation, Inc.
76
-- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
@@ -12,10 +11,8 @@
1211
-- along with this program; if not, write to the Free Software
1312
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1413
--
15-
-- Official Forums: http://groups.google.com/group/trinityadmin
16-
-- GoogleCode Website: http://code.google.com/p/trinityadmin/
17-
-- Subversion Repository: http://trinityadmin.googlecode.com/svn/
18-
-- Dev Blog: http://trinityadmin.blogspot.com/
14+
-- Official repository: https://github.com/LightDestory/AzerothCoreAdmin
15+
--
1916
-------------------------------------------------------------------------------------------------------------
2017

2118
function TeleScrollUpdate()

Commands/Commands_Ticket.lua

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
-------------------------------------------------------------------------------------------------------------
22
--
3-
-- TrinityAdmin Version 3.x
4-
-- TrinityAdmin is a derivative of MangAdmin.
3+
-- AzerothCoreAdmin is a derivative of TrinityAdminand MangAdmin.
54
--
65
-- Copyright (C) 2018 Free Software Foundation, Inc.
76
-- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
@@ -12,10 +11,8 @@
1211
-- along with this program; if not, write to the Free Software
1312
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1413
--
15-
-- Official Forums: http://groups.google.com/group/trinityadmin
16-
-- GoogleCode Website: http://code.google.com/p/trinityadmin/
17-
-- Subversion Repository: http://trinityadmin.googlecode.com/svn/
18-
-- Dev Blog: http://trinityadmin.blogspot.com/
14+
-- Official repository: https://github.com/LightDestory/AzerothCoreAdmin
15+
--
1916
-------------------------------------------------------------------------------------------------------------
2017

2118
function ShowTicketTab()

Commands/Commands_Who.lua

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
-------------------------------------------------------------------------------------------------------------
22
--
3-
-- TrinityAdmin Version 3.x
4-
-- TrinityAdmin is a derivative of MangAdmin.
3+
-- AzerothCoreAdmin is a derivative of TrinityAdminand MangAdmin.
54
--
65
-- Copyright (C) 2018 Free Software Foundation, Inc.
76
-- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
@@ -12,10 +11,8 @@
1211
-- along with this program; if not, write to the Free Software
1312
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1413
--
15-
-- Official Forums: http://groups.google.com/group/trinityadmin
16-
-- GoogleCode Website: http://code.google.com/p/trinityadmin/
17-
-- Subversion Repository: http://trinityadmin.googlecode.com/svn/
18-
-- Dev Blog: http://trinityadmin.blogspot.com/
14+
-- Official repository: https://github.com/LightDestory/AzerothCoreAdmin
15+
--
1916
-------------------------------------------------------------------------------------------------------------
2017

2118
function WhoUpdate()

0 commit comments

Comments
 (0)