11/* MapleLib - A general-purpose MapleStory library
2+ *
23 * Copyright (C) 2009-2015 Snow and haha01haha01
3-
4+ * Copyright (C) 2021 Jen-Chieh Shen
5+ *
46 * This program is free software: you can redistribute it and/or modify
5- it under the terms of the GNU General Public License as published by
6- the Free Software Foundation, either version 3 of the License, or
7- (at your option) any later version.
8-
7+ * it under the terms of the GNU General Public License as published by
8+ * the Free Software Foundation, either version 3 of the License, or
9+ * (at your option) any later version.
10+ *
911 * This program is distributed in the hope that it will be useful,
10- but WITHOUT ANY WARRANTY; without even the implied warranty of
11- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12- GNU General Public License for more details.
13-
12+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+ * GNU General Public License for more details.
15+ *
1416 * You should have received a copy of the GNU General Public License
15- along with this program. If not, see <http://www.gnu.org/licenses/>.*/
17+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
18+ */
1619
1720using System . Collections ;
1821using System . Collections . Generic ;
@@ -249,4 +252,4 @@ public override void Close()
249252
250253 #endregion
251254 }
252- }
255+ }
0 commit comments