Updated copyright year
This commit is contained in:
parent
93fc15532a
commit
9278182b10
@ -79,7 +79,7 @@ I am working hard on continuously developing and maintaining Lychee. Please cons
|
|||||||
|
|
||||||
(MIT License)
|
(MIT License)
|
||||||
|
|
||||||
Copyright (C) 2014 [Tobias Reich](http://electerious.com)
|
Copyright (C) 2015 [Tobias Reich](http://electerious.com)
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ The plugin-system of Lychee allows you to execute scripts, when a certain action
|
|||||||
###
|
###
|
||||||
# @name ExamplePlugin
|
# @name ExamplePlugin
|
||||||
# @author Tobias Reich
|
# @author Tobias Reich
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -104,7 +104,7 @@ $config = "<?php
|
|||||||
###
|
###
|
||||||
# @name Configuration
|
# @name Configuration
|
||||||
# @author Tobias Reich
|
# @author Tobias Reich
|
||||||
# @copyright 2014 Tobias Reich
|
# @copyright 2015 Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if(!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if(!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
###
|
###
|
||||||
# @name Check Plugin
|
# @name Check Plugin
|
||||||
# @author Tobias Reich
|
# @author Tobias Reich
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
# @description This file takes a look at your Lychee-configuration and displays all errors it can find.
|
# @description This file takes a look at your Lychee-configuration and displays all errors it can find.
|
||||||
###
|
###
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
###
|
###
|
||||||
# @name Display Log Plugin
|
# @name Display Log Plugin
|
||||||
# @author Tobias Reich
|
# @author Tobias Reich
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
# @description This file queries the database for log messages and displays them if present.
|
# @description This file queries the database for log messages and displays them if present.
|
||||||
###
|
###
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user