Skip to content

Commit e898395

Browse files
committed
Update license info
1 parent 054f083 commit e898395

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+666
-521
lines changed

Assets/WzLib/Scripts/Helpers/ErrorLogger.cs

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
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

1720
using System;
1821
using System.Collections.Generic;

Assets/WzLib/Scripts/MapleCryptoLib/AESEncryption.cs

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
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

1720
using System;
1821
using System.IO;

Assets/WzLib/Scripts/MapleCryptoLib/CryptoConstants.cs

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
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

1720
namespace MapleLib.MapleCryptoLib
1821
{

Assets/WzLib/Scripts/MapleCryptoLib/MapleCrypto.cs

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
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

1720
using System;
1821

Assets/WzLib/Scripts/MapleCryptoLib/MapleCustomEncryption.cs

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
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

1720
namespace MapleLib.MapleCryptoLib
1821
{

Assets/WzLib/Scripts/WzLib/IPropertyContainer.cs

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
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

1720
using System;
1821
using System.Collections.Generic;

Assets/WzLib/Scripts/WzLib/Util/WzBinaryReader.cs

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
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

1720
using System;
1821
using System.IO;

Assets/WzLib/Scripts/WzLib/Util/WzBinaryWriter.cs

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
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

1720
using System.Collections;
1821
using System.Collections.Generic;
@@ -249,4 +252,4 @@ public override void Close()
249252

250253
#endregion
251254
}
252-
}
255+
}

Assets/WzLib/Scripts/WzLib/Util/WzKeyGenerator.cs

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
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

1720
using System;
1821
using System.IO;
@@ -53,4 +56,4 @@ public static WzMutableKey GenerateWzKey(byte[] WzIv)
5356
}
5457
#endregion
5558
}
56-
}
59+
}

Assets/WzLib/Scripts/WzLib/Util/WzMutableKey.cs

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
/* MapleLib - A general-purpose MapleStory library
2-
* Copyright (C) 2015 haha01haha01 and contributors
3-
2+
*
3+
* Copyright (C) 2009-2015 Snow and haha01haha01
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

1720
using System;
1821
using System.IO;

Assets/WzLib/Scripts/WzLib/Util/WzTool.cs

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
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

1720
using System;
1821
using System.Collections;

Assets/WzLib/Scripts/WzLib/Util/XmlUtil.cs

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
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

1720
using System;
1821
using System.Collections;

0 commit comments

Comments
 (0)