Skip to content

Commit e74d55a

Browse files
Updated Copyright (2018)
1 parent d52ac14 commit e74d55a

File tree

500 files changed

+837
-814
lines changed

Some content is hidden

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

500 files changed

+837
-814
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2015-2017 Austin Keener & Michael Ritter & Florian Spieß
189+
Copyright 2015-2018 Austin Keener & Michael Ritter & Florian Spieß
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2017 Austin Keener & Michael Ritter & Florian Spieß
2+
* Copyright 2015-2018 Austin Keener & Michael Ritter & Florian Spieß
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/examples/java/MessageListenerExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2017 Austin Keener & Michael Ritter & Florian Spieß
2+
* Copyright 2015-2018 Austin Keener & Michael Ritter & Florian Spieß
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/com/iwebpp/crypto/TweetNaclFast.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* This is taken from:
33
* <a href="https://github.com/InstantWebP2P/tweetnacl-java">https://github.com/InstantWebP2P/tweetnacl-java</a><br>
44
* All credit goes to the original author.

src/main/java/net/dv8tion/jda/bot/JDABot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2017 Austin Keener & Michael Ritter & Florian Spieß
2+
* Copyright 2015-2018 Austin Keener & Michael Ritter & Florian Spieß
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/dv8tion/jda/bot/entities/ApplicationInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2017 Austin Keener & Michael Ritter & Florian Spieß
2+
* Copyright 2015-2018 Austin Keener & Michael Ritter & Florian Spieß
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/dv8tion/jda/bot/entities/impl/ApplicationInfoImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2017 Austin Keener & Michael Ritter & Florian Spieß
2+
* Copyright 2015-2018 Austin Keener & Michael Ritter & Florian Spieß
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/dv8tion/jda/bot/entities/impl/JDABotImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2017 Austin Keener & Michael Ritter & Florian Spieß
2+
* Copyright 2015-2018 Austin Keener & Michael Ritter & Florian Spieß
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/dv8tion/jda/bot/sharding/DefaultShardManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2017 Austin Keener & Michael Ritter & Florian Spieß
2+
* Copyright 2015-2018 Austin Keener & Michael Ritter & Florian Spieß
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/dv8tion/jda/bot/sharding/DefaultShardManagerBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2017 Austin Keener & Michael Ritter & Florian Spieß
2+
* Copyright 2015-2018 Austin Keener & Michael Ritter & Florian Spieß
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)