Skip to content

Commit

Permalink
Version 0.9.2
Browse files Browse the repository at this point in the history
- Updated copyright year in various places.
  • Loading branch information
jhuckaby committed Dec 17, 2021
1 parent 3593ef8 commit 90ada98
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The MIT License (MIT)

Copyright (c) 2015 - 2018 Joseph Huckaby
Copyright (c) 2015 - 2022 Joseph Huckaby

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3472,7 +3472,7 @@ Cronicle was built using these awesome Node modules:

The MIT License (MIT)

Copyright (c) 2015 - 2018 Joseph Huckaby
Copyright (c) 2015 - 2022 Joseph Huckaby

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion bin/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ logonly( "\nStarting install run: " + (new Date()).toString() + "\n" );

print(
"\nCronicle Installer v" + installer_version + "\n" +
"Copyright (c) 2015 - 2018 PixlCore.com. MIT Licensed.\n" +
"Copyright (c) 2015 - 2022 PixlCore.com. MIT Licensed.\n" +
"Log File: " + log_file + "\n\n"
);

Expand Down
2 changes: 1 addition & 1 deletion htdocs/index-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<div id="d_footer">
<div class="left">
<a href="https://github.com/jhuckaby/Cronicle" target="_blank">Cronicle</a> is
&copy; 2015 - 2020 by <a href="http://pixlcore.com" target="_blank">PixlCore</a>.
&copy; 2015 - 2022 by <a href="http://pixlcore.com" target="_blank">PixlCore</a>.
Released under the <a href="https://github.com/jhuckaby/Cronicle/blob/master/LICENSE.md" target="_blank">MIT License</a>.
</div>
<div id="d_footer_version" class="right">
Expand Down
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

// Cronicle Server - Main entry point
// Copyright (c) 2015 - 2018 Joseph Huckaby
// Copyright (c) 2015 - 2022 Joseph Huckaby
// Released under the MIT License

// Emit warning for broken versions of node v10
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Cronicle",
"version": "0.9.1",
"version": "0.9.2",
"description": "A simple, distributed task scheduler and runner with a web based UI.",
"author": "Joseph Huckaby <[email protected]>",
"homepage": "https://github.com/jhuckaby/Cronicle",
Expand Down

0 comments on commit 90ada98

Please sign in to comment.