Skip to content

Commit f2bdf60

Browse files
committed
chore: update copyright for 2023
1 parent ae096b7 commit f2bdf60

File tree

104 files changed

+127
-103
lines changed

Some content is hidden

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

104 files changed

+127
-103
lines changed

.idea/copyright/NPCLib.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/DefaultPosition.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/Npc.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/NpcActionController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/NpcTracker.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/Platform.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/PlatformTaskManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/PlatformVersionAccessor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/PlatformWorldAccessor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/Position.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/event/AttackNpcEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/event/HideNpcEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/event/InteractNpcEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/event/NpcEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/event/PlayerNpcEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/event/ShowNpcEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/flag/DefaultNpcFlag.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/flag/NpcFlag.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/flag/NpcFlaggedBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/flag/NpcFlaggedObject.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/log/JulPlatformLogger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/log/NopPlatformLogger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/log/PlatformLogger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultCachedProfileResolver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultProfileProperty.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultResolvedProfile.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/profile/DefaultUnresolvedProfile.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/profile/MojangProfileResolver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/profile/Profile.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/profile/ProfileProperty.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/profile/ProfileResolver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/protocol/DefaultNpcSpecificOutboundPacket.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/protocol/NpcSpecificOutboundPacket.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/protocol/OutboundPacket.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/protocol/PlatformPacketAdapter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/protocol/chat/Component.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/protocol/chat/DefaultComponent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/EntityAnimation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/EntityPose.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/EntityStatus.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/ItemSlot.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/protocol/enums/PlayerInfoAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/github/juliarn/npclib/api/protocol/meta/DefaultEntityMetadata.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of npc-lib, licensed under the MIT License (MIT).
33
*
4-
* Copyright (c) 2022 Julian M., Pasqual K. and contributors
4+
* Copyright (c) 2023 Julian M., Pasqual K. and contributors
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)