Skip to content

Commit

Permalink
Update dependencies and license headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
RezzedUp committed Feb 4, 2024
1 parent 19ff002 commit 6e50aec
Show file tree
Hide file tree
Showing 38 changed files with 42 additions and 42 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.rezzedup</groupId>
<artifactId>discordsrv-staff-chat</artifactId>
<version>1.4.5</version>
<version>1.4.6</version>

<name>DiscordSRV-Staff-Chat</name>
<inceptionYear>2017</inceptionYear>
Expand Down Expand Up @@ -48,14 +48,14 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19-R0.1-SNAPSHOT</version>
<version>1.20.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- DiscordSRV (via scarsz-nexus) -->
<dependency>
<groupId>com.discordsrv</groupId>
<artifactId>discordsrv</artifactId>
<version>1.25.1</version>
<version>1.27.0</version>
<scope>provided</scope>
</dependency>
<!-- PlaceholderAPI (via jitpack.io) -->
Expand Down Expand Up @@ -88,13 +88,13 @@
<dependency>
<groupId>com.github.zafarkhaja</groupId>
<artifactId>java-semver</artifactId>
<version>0.9.0</version>
<version>0.10.2</version>
</dependency>
<!-- bStats (via maven-central) -->
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>3.0.0</version>
<version>3.0.2</version>
</dependency>
<!-- Nullness Annotations: @NullOr (via maven-central) -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/rezzedup/discordsrv/staffchat/Data.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* The MIT License
* Copyright © 2017-2022 RezzedUp and Contributors
* Copyright © 2017-2024 RezzedUp and Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 6e50aec

Please sign in to comment.