Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Removed Continuum and updated license
Browse files Browse the repository at this point in the history
  • Loading branch information
Flibio committed Feb 24, 2018
1 parent b9fb40d commit 3827602
Show file tree
Hide file tree
Showing 65 changed files with 62 additions and 229 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ notifications:
install:
- 'chmod +x ./gradlew'
script: gradle shadowJar
after_success:
- 'chmod +x ./continuum.sh'
- './continuum.sh'
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 - 2017 Flibio
Copyright (c) 2015 - 2018 Flibio
Copyright (c) Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ All issues should be reported to the GitHub issue tracker [here](https://ore.spo

[**Downloads**][2]

[**Development Builds**][3]

[**Support Me**][1]

[1]: http://flibio.weebly.com/support-me.html
[2]: https://ore.spongepowered.org/Flibio/JobsLite/versions
[3]: continuum.flibio.net/project/JobsLite
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sourceCompatibility = '1.8'
targetCompatibility = '1.8'

group 'me.flibio'
version '1.8.0'
version '1.8.1'

defaultTasks 'licenseFormat', 'clean', 'build'

Expand Down
54 changes: 0 additions & 54 deletions continuum.sh

This file was deleted.

4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=JobsLite
owner=Flibio
apiVersion=7.0.0-SNAPSHOT
apiVersion=7.1.0-SNAPSHOT
inceptionYear=2015
currentYear=2017
currentYear=2018
107 changes: 0 additions & 107 deletions src/main/java/me/flibio/jobslite/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/java/me/flibio/jobslite/JobsLite.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/flibio/jobslite/PluginInfo.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/flibio/jobslite/api/Job.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/flibio/jobslite/api/JobManager.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/flibio/jobslite/api/PlayerManager.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/flibio/jobslite/api/Reward.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/flibio/jobslite/bstats/Metrics.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/flibio/jobslite/commands/AddCommand.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/flibio/jobslite/commands/InfoCommand.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/flibio/jobslite/commands/JobsCommand.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/flibio/jobslite/commands/JoinCommand.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/flibio/jobslite/creation/CreatingJob.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of JobsLite, licensed under the MIT License (MIT).
*
* Copyright (c) 2015 - 2017 Flibio
* Copyright (c) 2015 - 2018 Flibio
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Loading

0 comments on commit 3827602

Please sign in to comment.