From 252c9ca722d365fc8284c35173302d11fc6cead1 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Tue, 19 Feb 2013 10:54:04 -0500 Subject: [PATCH] Update copyright (c) to 2013! --- ajax.php | 2 +- api/api.inc.php | 2 +- api/cron.php | 2 +- api/http.php | 2 +- api/pipe.php | 2 +- attachment.php | 2 +- captcha.php | 2 +- client.inc.php | 2 +- include/ajax.config.php | 2 +- include/ajax.content.php | 2 +- include/ajax.kbase.php | 2 +- include/ajax.reports.php | 2 +- include/ajax.tickets.php | 2 +- include/ajax.upgrader.php | 2 +- include/ajax.users.php | 2 +- include/class.ajax.php | 2 +- include/class.api.php | 2 +- include/class.attachment.php | 2 +- include/class.banlist.php | 2 +- include/class.canned.php | 2 +- include/class.captcha.php | 2 +- include/class.category.php | 2 +- include/class.client.php | 2 +- include/class.config.php | 2 +- include/class.cron.php | 2 +- include/class.csrf.php | 2 +- include/class.dept.php | 2 +- include/class.dispatcher.php | 2 +- include/class.email.php | 2 +- include/class.export.php | 2 +- include/class.faq.php | 2 +- include/class.file.php | 2 +- include/class.filter.php | 2 +- include/class.format.php | 2 +- include/class.group.php | 2 +- include/class.http.php | 2 +- include/class.knowledgebase.php | 2 +- include/class.lock.php | 2 +- include/class.log.php | 2 +- include/class.mailer.php | 2 +- include/class.mailfetch.php | 2 +- include/class.mailparse.php | 2 +- include/class.mcrypt.php | 2 +- include/class.migrater.php | 4 ++-- include/class.misc.php | 2 +- include/class.nav.php | 2 +- include/class.osticket.php | 2 +- include/class.ostsession.php | 2 +- include/class.pagenate.php | 2 +- include/class.passwd.php | 2 +- include/class.pdf.php | 2 +- include/class.priority.php | 2 +- include/class.setup.php | 2 +- include/class.sla.php | 2 +- include/class.staff.php | 2 +- include/class.team.php | 2 +- include/class.template.php | 2 +- include/class.thread.php | 2 +- include/class.ticket.php | 2 +- include/class.timezone.php | 2 +- include/class.topic.php | 2 +- include/class.upgrader.php | 2 +- include/class.usersession.php | 2 +- include/class.validator.php | 2 +- include/class.variable.php | 2 +- include/mysql.php | 2 +- index.php | 2 +- js/jquery.multifile.js | 2 +- kb/faq.php | 2 +- kb/file.php | 2 +- kb/index.php | 2 +- kb/kb.inc.php | 2 +- l.php | 2 +- login.php | 2 +- logout.php | 2 +- main.inc.php | 2 +- offline.php | 2 +- open.php | 2 +- scp/admin.inc.php | 2 +- scp/ajax.php | 2 +- scp/apikeys.php | 2 +- scp/attachment.php | 2 +- scp/autocron.php | 2 +- scp/banlist.php | 2 +- scp/canned.php | 2 +- scp/categories.php | 2 +- scp/dashboard.php | 2 +- scp/departments.php | 2 +- scp/directory.php | 2 +- scp/emails.php | 2 +- scp/emailtest.php | 2 +- scp/faq.php | 2 +- scp/file.php | 2 +- scp/filters.php | 2 +- scp/groups.php | 2 +- scp/helptopics.php | 2 +- scp/index.php | 2 +- scp/js/ticket.js | 2 +- scp/kb.php | 2 +- scp/l.php | 2 +- scp/login.php | 2 +- scp/logout.php | 2 +- scp/logs.php | 2 +- scp/profile.php | 2 +- scp/settings.php | 2 +- scp/slas.php | 2 +- scp/staff.inc.php | 2 +- scp/staff.php | 2 +- scp/teams.php | 2 +- scp/templates.php | 2 +- scp/tickets.php | 2 +- scp/upgrade.php | 2 +- secure.inc.php | 2 +- setup/inc/class.installer.php | 2 +- setup/install.php | 2 +- setup/setup.inc.php | 2 +- tickets.php | 2 +- 117 files changed, 118 insertions(+), 118 deletions(-) diff --git a/ajax.php b/ajax.php index b40869292..5210b628b 100644 --- a/ajax.php +++ b/ajax.php @@ -5,7 +5,7 @@ Ajax utils for client interface. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/api/api.inc.php b/api/api.inc.php index 5167dc496..351a21570 100644 --- a/api/api.inc.php +++ b/api/api.inc.php @@ -5,7 +5,7 @@ File included on every API page...handles common includes. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/api/cron.php b/api/cron.php index 2e605713e..43ff2b285 100644 --- a/api/cron.php +++ b/api/cron.php @@ -5,7 +5,7 @@ File to handle LOCAL cron job calls. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/api/http.php b/api/http.php index 14eeecd4f..985d8e498 100644 --- a/api/http.php +++ b/api/http.php @@ -5,7 +5,7 @@ HTTP controller for the osTicket API Jared Hancock - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/api/pipe.php b/api/pipe.php index 7429a6367..aa35f8984 100644 --- a/api/pipe.php +++ b/api/pipe.php @@ -6,7 +6,7 @@ Converts piped emails to ticket. Just local - remote must use /api/tickets.email Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/attachment.php b/attachment.php index 819ff5863..d780ae2da 100644 --- a/attachment.php +++ b/attachment.php @@ -6,7 +6,7 @@ Clients should never see the dir paths. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/captcha.php b/captcha.php index 3ab68f746..db1d5cd69 100644 --- a/captcha.php +++ b/captcha.php @@ -5,7 +5,7 @@ Simply returns captcha image. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/client.inc.php b/client.inc.php index ce36e7b68..6fe324bff 100644 --- a/client.inc.php +++ b/client.inc.php @@ -5,7 +5,7 @@ File included on every client page Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/ajax.config.php b/include/ajax.config.php index feb1eb4b0..398b6dccd 100644 --- a/include/ajax.config.php +++ b/include/ajax.config.php @@ -5,7 +5,7 @@ AJAX interface for content fetching...allowed methods. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/ajax.content.php b/include/ajax.content.php index e93030a9e..c9c6b7d78 100644 --- a/include/ajax.content.php +++ b/include/ajax.content.php @@ -5,7 +5,7 @@ AJAX interface for content fetching...allowed methods. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/ajax.kbase.php b/include/ajax.kbase.php index 576b50585..a89161a79 100644 --- a/include/ajax.kbase.php +++ b/include/ajax.kbase.php @@ -5,7 +5,7 @@ AJAX interface for knowledge base related...allowed methods. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/ajax.reports.php b/include/ajax.reports.php index bf8637405..2634bc8d5 100644 --- a/include/ajax.reports.php +++ b/include/ajax.reports.php @@ -7,7 +7,7 @@ pattern rules. Jared Hancock <jared@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/ajax.tickets.php b/include/ajax.tickets.php index 67e0257d4..bb8345780 100644 --- a/include/ajax.tickets.php +++ b/include/ajax.tickets.php @@ -5,7 +5,7 @@ AJAX interface for tickets Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/ajax.upgrader.php b/include/ajax.upgrader.php index b04dfca4f..8b263ba0c 100644 --- a/include/ajax.upgrader.php +++ b/include/ajax.upgrader.php @@ -5,7 +5,7 @@ AJAX interface for Upgrader Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/ajax.users.php b/include/ajax.users.php index 01a0cdbf4..d18f3c332 100644 --- a/include/ajax.users.php +++ b/include/ajax.users.php @@ -6,7 +6,7 @@ XXX: osTicket doesn't support user accounts at the moment. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.ajax.php b/include/class.ajax.php index 5bd26a67e..c852a5517 100644 --- a/include/class.ajax.php +++ b/include/class.ajax.php @@ -6,7 +6,7 @@ will be used to provide functionality common to all Ajax API calls Jared Hancock - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.api.php b/include/class.api.php index f5d2ef5c7..dd0706cea 100644 --- a/include/class.api.php +++ b/include/class.api.php @@ -5,7 +5,7 @@ API Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.attachment.php b/include/class.attachment.php index 442c9865e..e16650ffc 100644 --- a/include/class.attachment.php +++ b/include/class.attachment.php @@ -5,7 +5,7 @@ Attachment Handler - mainly used for lookup...doesn't save! Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.banlist.php b/include/class.banlist.php index c620b1050..590bacb7a 100644 --- a/include/class.banlist.php +++ b/include/class.banlist.php @@ -5,7 +5,7 @@ Banned email addresses handle. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.canned.php b/include/class.canned.php index 392a07ec2..04af9f025 100644 --- a/include/class.canned.php +++ b/include/class.canned.php @@ -5,7 +5,7 @@ Canned Responses AKA Premade replies Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.captcha.php b/include/class.captcha.php index 1423735e6..ca103d920 100644 --- a/include/class.captcha.php +++ b/include/class.captcha.php @@ -5,7 +5,7 @@ Very basic captcha class. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.category.php b/include/class.category.php index 2949b9a90..622096737 100644 --- a/include/class.category.php +++ b/include/class.category.php @@ -4,7 +4,7 @@ Backend support for article categories. - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.client.php b/include/class.client.php index 6d62798d1..5ff5911c2 100644 --- a/include/class.client.php +++ b/include/class.client.php @@ -8,7 +8,7 @@ Client is modeled on the info of the ticket used to login . Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.config.php b/include/class.config.php index 50a3174c6..a445f952d 100644 --- a/include/class.config.php +++ b/include/class.config.php @@ -5,7 +5,7 @@ osTicket config info manager. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.cron.php b/include/class.cron.php index 15ca7078b..29265f805 100644 --- a/include/class.cron.php +++ b/include/class.cron.php @@ -5,7 +5,7 @@ Nothing special...just a central location for all cron calls. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.csrf.php b/include/class.csrf.php index bfa792901..806217284 100644 --- a/include/class.csrf.php +++ b/include/class.csrf.php @@ -18,7 +18,7 @@ Jared Hancock - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.dept.php b/include/class.dept.php index 24ec3489d..cd89c2cbb 100644 --- a/include/class.dept.php +++ b/include/class.dept.php @@ -5,7 +5,7 @@ Department class Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.dispatcher.php b/include/class.dispatcher.php index da9fb8628..929a5db4a 100644 --- a/include/class.dispatcher.php +++ b/include/class.dispatcher.php @@ -7,7 +7,7 @@ the request. Jared Hancock - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.email.php b/include/class.email.php index c38144c4b..d40099185 100644 --- a/include/class.email.php +++ b/include/class.email.php @@ -3,7 +3,7 @@ class.email.php Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.export.php b/include/class.export.php index a47a6f6f9..3c2895501 100644 --- a/include/class.export.php +++ b/include/class.export.php @@ -5,7 +5,7 @@ Exports stuff (details to follow) Jared Hancock <jared@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.faq.php b/include/class.faq.php index 995604b91..f902dd0f0 100644 --- a/include/class.faq.php +++ b/include/class.faq.php @@ -4,7 +4,7 @@ Backend support for article creates, edits, deletes, and attachments. - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.file.php b/include/class.file.php index da8ad76dc..27a888160 100644 --- a/include/class.file.php +++ b/include/class.file.php @@ -3,7 +3,7 @@ class.file.php Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.filter.php b/include/class.filter.php index 0af8330b8..02a5e0423 100644 --- a/include/class.filter.php +++ b/include/class.filter.php @@ -5,7 +5,7 @@ Ticket Filter Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.format.php b/include/class.format.php index 38bc1ac14..220f20742 100644 --- a/include/class.format.php +++ b/include/class.format.php @@ -5,7 +5,7 @@ Collection of helper function used for formatting Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.group.php b/include/class.group.php index 10a5eadaf..0d8cc44d5 100644 --- a/include/class.group.php +++ b/include/class.group.php @@ -5,7 +5,7 @@ User Group - Everything about a group! Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.http.php b/include/class.http.php index 37ad03027..8d4e7be20 100644 --- a/include/class.http.php +++ b/include/class.http.php @@ -5,7 +5,7 @@ Http helper. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.knowledgebase.php b/include/class.knowledgebase.php index 6bb67898f..00a1488bf 100644 --- a/include/class.knowledgebase.php +++ b/include/class.knowledgebase.php @@ -5,7 +5,7 @@ Backend support for knowledgebase creates, edits, deletes, and attachments. - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.lock.php b/include/class.lock.php index 6baa14689..bbf53b549 100644 --- a/include/class.lock.php +++ b/include/class.lock.php @@ -5,7 +5,7 @@ Ticket lock handle. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.log.php b/include/class.log.php index 9a2394cff..0edea8991 100644 --- a/include/class.log.php +++ b/include/class.log.php @@ -5,7 +5,7 @@ User Group - Everything about a group! Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.mailer.php b/include/class.mailer.php index 57242e616..debf2f849 100644 --- a/include/class.mailer.php +++ b/include/class.mailer.php @@ -7,7 +7,7 @@ It's mainly PEAR MAIL wrapper for now (more improvements planned). Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.mailfetch.php b/include/class.mailfetch.php index d0b663f66..5253dfe81 100644 --- a/include/class.mailfetch.php +++ b/include/class.mailfetch.php @@ -5,7 +5,7 @@ mail fetcher class. Uses IMAP ext for now. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.mailparse.php b/include/class.mailparse.php index 58adf3eac..342fc5298 100644 --- a/include/class.mailparse.php +++ b/include/class.mailparse.php @@ -6,7 +6,7 @@ Mail parsing will change once we move to PHP5 Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.mcrypt.php b/include/class.mcrypt.php index 13d56a7df..8381509ff 100644 --- a/include/class.mcrypt.php +++ b/include/class.mcrypt.php @@ -5,7 +5,7 @@ Mcrypt wrapper.... nothing special at all. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.migrater.php b/include/class.migrater.php index 04f38be2a..4cc096be5 100644 --- a/include/class.migrater.php +++ b/include/class.migrater.php @@ -5,7 +5,7 @@ Migration utils required by upgrader. Jared Hancock <jared@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. @@ -82,7 +82,7 @@ class DatabaseMigrater { hardware to find and retrieve old attachments and move them into the new database scheme with the data in the actual database. - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.misc.php b/include/class.misc.php index 8149a1fce..b6d9a673f 100644 --- a/include/class.misc.php +++ b/include/class.misc.php @@ -5,7 +5,7 @@ Misc collection of useful generic helper functions. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.nav.php b/include/class.nav.php index eb6629377..ad30e1219 100644 --- a/include/class.nav.php +++ b/include/class.nav.php @@ -5,7 +5,7 @@ Navigation helper classes. Pointless BUT helps keep navigation clean and free from errors. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.osticket.php b/include/class.osticket.php index 8b2978692..c357ba0e6 100644 --- a/include/class.osticket.php +++ b/include/class.osticket.php @@ -9,7 +9,7 @@ Use osTicket::start(configId) Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.ostsession.php b/include/class.ostsession.php index 08cac02ce..efcca58af 100644 --- a/include/class.ostsession.php +++ b/include/class.ostsession.php @@ -5,7 +5,7 @@ Custom osTicket session handler. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.pagenate.php b/include/class.pagenate.php index baad19b09..67cbc0e71 100644 --- a/include/class.pagenate.php +++ b/include/class.pagenate.php @@ -5,7 +5,7 @@ Pagenation support class Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.passwd.php b/include/class.passwd.php index ef0cdac34..6c2833c9a 100644 --- a/include/class.passwd.php +++ b/include/class.passwd.php @@ -5,7 +5,7 @@ Password Hasher - Interface for phpass bcrypt hasher. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.pdf.php b/include/class.pdf.php index a456461ba..b0650b779 100644 --- a/include/class.pdf.php +++ b/include/class.pdf.php @@ -5,7 +5,7 @@ Ticket PDF Export Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.priority.php b/include/class.priority.php index 6fefe3671..f4e7cf8c5 100644 --- a/include/class.priority.php +++ b/include/class.priority.php @@ -5,7 +5,7 @@ Priority handle Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.setup.php b/include/class.setup.php index e566f2bf0..af44e4d22 100644 --- a/include/class.setup.php +++ b/include/class.setup.php @@ -5,7 +5,7 @@ osTicket setup wizard. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.sla.php b/include/class.sla.php index fc673d5a2..a04d1d7c5 100644 --- a/include/class.sla.php +++ b/include/class.sla.php @@ -5,7 +5,7 @@ SLA Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.staff.php b/include/class.staff.php index edac10a08..414c835cc 100644 --- a/include/class.staff.php +++ b/include/class.staff.php @@ -5,7 +5,7 @@ Everything about staff. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.team.php b/include/class.team.php index 72c3c4483..3babfd320 100644 --- a/include/class.team.php +++ b/include/class.team.php @@ -5,7 +5,7 @@ Teams Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.template.php b/include/class.template.php index 8ff24503d..629f76f29 100644 --- a/include/class.template.php +++ b/include/class.template.php @@ -5,7 +5,7 @@ Email Template Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.thread.php b/include/class.thread.php index d4daaf4b0..cae40fa3b 100644 --- a/include/class.thread.php +++ b/include/class.thread.php @@ -6,7 +6,7 @@ TODO: move thread related logic here from class.ticket.php Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.ticket.php b/include/class.ticket.php index e6817e0da..a7a16e464 100644 --- a/include/class.ticket.php +++ b/include/class.ticket.php @@ -5,7 +5,7 @@ The most important class! Don't play with fire please. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.timezone.php b/include/class.timezone.php index cdff81634..bb9f2944f 100644 --- a/include/class.timezone.php +++ b/include/class.timezone.php @@ -5,7 +5,7 @@ Time zone get utils. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.topic.php b/include/class.topic.php index 1b235e13f..9379e8ec9 100644 --- a/include/class.topic.php +++ b/include/class.topic.php @@ -5,7 +5,7 @@ Help topic helper Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.upgrader.php b/include/class.upgrader.php index e437fcad7..7e45e9e6a 100644 --- a/include/class.upgrader.php +++ b/include/class.upgrader.php @@ -5,7 +5,7 @@ osTicket Upgrader Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.usersession.php b/include/class.usersession.php index c12f3a0d8..5e10df43f 100644 --- a/include/class.usersession.php +++ b/include/class.usersession.php @@ -5,7 +5,7 @@ User (client and staff) sessions handle. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.validator.php b/include/class.validator.php index ef3a21499..611d8032f 100644 --- a/include/class.validator.php +++ b/include/class.validator.php @@ -5,7 +5,7 @@ Input validation helper. This class contains collection of functions used for data validation. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/class.variable.php b/include/class.variable.php index 7d49ce592..ce82dc868 100644 --- a/include/class.variable.php +++ b/include/class.variable.php @@ -7,7 +7,7 @@ Used to parse, resolve and replace variables. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/include/mysql.php b/include/mysql.php index 15a8a432b..3a86c7a8c 100644 --- a/include/mysql.php +++ b/include/mysql.php @@ -7,7 +7,7 @@ Mostly wrappers with error/resource checking. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/index.php b/index.php index db492a870..0680a520d 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ Helpdesk landing page. Please customize it to fit your needs. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/js/jquery.multifile.js b/js/jquery.multifile.js index 3ae6835d2..9b9a23b7d 100644 --- a/js/jquery.multifile.js +++ b/js/jquery.multifile.js @@ -11,7 +11,7 @@ * Plugin doesn't take into account PHP related limitations e.g max uploads + max size. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Credits: diff --git a/kb/faq.php b/kb/faq.php index d8c1634e3..da5a8fa98 100644 --- a/kb/faq.php +++ b/kb/faq.php @@ -5,7 +5,7 @@ FAQs Clients' interface.. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/kb/file.php b/kb/file.php index 80d881707..c411002b8 100644 --- a/kb/file.php +++ b/kb/file.php @@ -9,7 +9,7 @@ * Next 32 chars is md5(file_id.session_id().file_hash) Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/kb/index.php b/kb/index.php index 1963d3916..0464dc2a9 100644 --- a/kb/index.php +++ b/kb/index.php @@ -5,7 +5,7 @@ Knowledgebase Index. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/kb/kb.inc.php b/kb/kb.inc.php index 9811e63c5..ed0ab8c21 100644 --- a/kb/kb.inc.php +++ b/kb/kb.inc.php @@ -5,7 +5,7 @@ File included on every knowledgebase file. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/l.php b/l.php index cbe9943fc..cd963af74 100644 --- a/l.php +++ b/l.php @@ -5,7 +5,7 @@ Link redirection Jared Hancock <jared@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/login.php b/login.php index 834f00ddf..8ca390105 100644 --- a/login.php +++ b/login.php @@ -5,7 +5,7 @@ Client Login Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/logout.php b/logout.php index d5fcd7ba8..6c6482d9c 100644 --- a/logout.php +++ b/logout.php @@ -5,7 +5,7 @@ Destroy clients session. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/main.inc.php b/main.inc.php index 2e7691f2b..9353bb78c 100644 --- a/main.inc.php +++ b/main.inc.php @@ -6,7 +6,7 @@ The brain of the whole sytem. Don't monkey with it. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/offline.php b/offline.php index 8c09a2001..4e73aff2a 100644 --- a/offline.php +++ b/offline.php @@ -5,7 +5,7 @@ Offline page...modify to fit your needs. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/open.php b/open.php index e6f5b5297..79c55a917 100644 --- a/open.php +++ b/open.php @@ -5,7 +5,7 @@ New tickets handle. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/admin.inc.php b/scp/admin.inc.php index 66fca5d97..19d2d5fbc 100644 --- a/scp/admin.inc.php +++ b/scp/admin.inc.php @@ -5,7 +5,7 @@ Handles all admin related pages....everything admin! Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/ajax.php b/scp/ajax.php index 259413dab..e4100f4e3 100644 --- a/scp/ajax.php +++ b/scp/ajax.php @@ -5,7 +5,7 @@ Ajax utils interface. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/apikeys.php b/scp/apikeys.php index 89f649c1c..e729d277d 100644 --- a/scp/apikeys.php +++ b/scp/apikeys.php @@ -5,7 +5,7 @@ API keys. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/attachment.php b/scp/attachment.php index 4b0b2c31d..44a49d61b 100644 --- a/scp/attachment.php +++ b/scp/attachment.php @@ -5,7 +5,7 @@ Handles attachment downloads & access validation. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/autocron.php b/scp/autocron.php index 4a3b00678..a57071b78 100644 --- a/scp/autocron.php +++ b/scp/autocron.php @@ -6,7 +6,7 @@ File requested as 1X1 image on the footer of every staff's page Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/banlist.php b/scp/banlist.php index d47552fa4..b517a6f55 100644 --- a/scp/banlist.php +++ b/scp/banlist.php @@ -5,7 +5,7 @@ List of banned email addresses Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/canned.php b/scp/canned.php index 46d65601a..edd4a4c36 100644 --- a/scp/canned.php +++ b/scp/canned.php @@ -5,7 +5,7 @@ Canned Responses aka Premade Responses. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/categories.php b/scp/categories.php index add40ed39..9598f0da6 100644 --- a/scp/categories.php +++ b/scp/categories.php @@ -5,7 +5,7 @@ FAQ categories Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/dashboard.php b/scp/dashboard.php index 2f4f1c42f..75717dfec 100644 --- a/scp/dashboard.php +++ b/scp/dashboard.php @@ -5,7 +5,7 @@ Staff's Dashboard - basic stats...etc. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/departments.php b/scp/departments.php index ff92b38fc..e0fdf4f74 100644 --- a/scp/departments.php +++ b/scp/departments.php @@ -5,7 +5,7 @@ Departments Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/directory.php b/scp/directory.php index db5b64ce1..a87dd0ac0 100644 --- a/scp/directory.php +++ b/scp/directory.php @@ -5,7 +5,7 @@ Staff directory Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/emails.php b/scp/emails.php index bdb1f5f5c..7a3051ea0 100644 --- a/scp/emails.php +++ b/scp/emails.php @@ -5,7 +5,7 @@ Emails Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/emailtest.php b/scp/emailtest.php index b39e5c7ed..f62bdc6bb 100644 --- a/scp/emailtest.php +++ b/scp/emailtest.php @@ -5,7 +5,7 @@ Email Diagnostic Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/faq.php b/scp/faq.php index 6e3d422a1..de33a64b2 100644 --- a/scp/faq.php +++ b/scp/faq.php @@ -5,7 +5,7 @@ FAQs. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/file.php b/scp/file.php index 61bc7da19..c02562eb2 100644 --- a/scp/file.php +++ b/scp/file.php @@ -9,7 +9,7 @@ * Next 32 chars is md5(file_id.session_id().file_hash) Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/filters.php b/scp/filters.php index dc8443f74..dacca25cf 100644 --- a/scp/filters.php +++ b/scp/filters.php @@ -5,7 +5,7 @@ Email Filters Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/groups.php b/scp/groups.php index 849acecfd..4fb4a7167 100644 --- a/scp/groups.php +++ b/scp/groups.php @@ -5,7 +5,7 @@ User Groups. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/helptopics.php b/scp/helptopics.php index 6bb2f7862..7cb150741 100644 --- a/scp/helptopics.php +++ b/scp/helptopics.php @@ -5,7 +5,7 @@ Help Topics. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/index.php b/scp/index.php index dabfde5dc..11feff715 100644 --- a/scp/index.php +++ b/scp/index.php @@ -5,7 +5,7 @@ Future site for helpdesk summary aka Dashboard. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/js/ticket.js b/scp/js/ticket.js index 4967cf99a..56b02f201 100644 --- a/scp/js/ticket.js +++ b/scp/js/ticket.js @@ -6,7 +6,7 @@ Useful for UI config settings, ticket locking ...etc Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/kb.php b/scp/kb.php index 65e3a66ef..4f2bc3351 100644 --- a/scp/kb.php +++ b/scp/kb.php @@ -5,7 +5,7 @@ Knowlegebase Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/l.php b/scp/l.php index 167b4cff3..99f27fd57 100644 --- a/scp/l.php +++ b/scp/l.php @@ -5,7 +5,7 @@ Link redirection Jared Hancock <jared@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/login.php b/scp/login.php index 5ba5e28e0..fcefaafd6 100644 --- a/scp/login.php +++ b/scp/login.php @@ -5,7 +5,7 @@ Handles staff authentication/logins Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/logout.php b/scp/logout.php index 25b761a19..7076dcec4 100644 --- a/scp/logout.php +++ b/scp/logout.php @@ -6,7 +6,7 @@ Destroy the session and redirect to login.php Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/logs.php b/scp/logs.php index 1e3eb57ba..09c831545 100644 --- a/scp/logs.php +++ b/scp/logs.php @@ -5,7 +5,7 @@ System Logs Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/profile.php b/scp/profile.php index 96e1b7e29..31ffecae5 100644 --- a/scp/profile.php +++ b/scp/profile.php @@ -5,7 +5,7 @@ Staff's profile handle Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/settings.php b/scp/settings.php index 0a3f97a91..845659408 100644 --- a/scp/settings.php +++ b/scp/settings.php @@ -5,7 +5,7 @@ Handles all admin settings. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/slas.php b/scp/slas.php index 62f09c4da..072b27792 100644 --- a/scp/slas.php +++ b/scp/slas.php @@ -5,7 +5,7 @@ SLA - Service Level Agreements Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/staff.inc.php b/scp/staff.inc.php index 8a91e4774..577fdd12c 100644 --- a/scp/staff.inc.php +++ b/scp/staff.inc.php @@ -5,7 +5,7 @@ File included on every staff page...handles logins (security) and file path issues. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/staff.php b/scp/staff.php index 904708dea..b2d78f3cf 100644 --- a/scp/staff.php +++ b/scp/staff.php @@ -5,7 +5,7 @@ Evertything about staff members. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/teams.php b/scp/teams.php index b8ebd4b28..ce877bea5 100644 --- a/scp/teams.php +++ b/scp/teams.php @@ -5,7 +5,7 @@ Evertything about teams Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/templates.php b/scp/templates.php index 1c0db45b1..a27d69b08 100644 --- a/scp/templates.php +++ b/scp/templates.php @@ -5,7 +5,7 @@ Email Templates Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/tickets.php b/scp/tickets.php index 17384ae50..9e436f200 100644 --- a/scp/tickets.php +++ b/scp/tickets.php @@ -5,7 +5,7 @@ Handles all tickets related actions. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/scp/upgrade.php b/scp/upgrade.php index 4ca5f7156..c66230a22 100644 --- a/scp/upgrade.php +++ b/scp/upgrade.php @@ -5,7 +5,7 @@ osTicket Upgrade Wizard Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/secure.inc.php b/secure.inc.php index 450109798..7b94ff92f 100644 --- a/secure.inc.php +++ b/secure.inc.php @@ -5,7 +5,7 @@ File included on every client's "secure" pages Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/setup/inc/class.installer.php b/setup/inc/class.installer.php index 0e2e19f57..21ac30f9b 100644 --- a/setup/inc/class.installer.php +++ b/setup/inc/class.installer.php @@ -5,7 +5,7 @@ osTicket Intaller - installs the latest version. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/setup/install.php b/setup/install.php index 130983a69..497d37817 100644 --- a/setup/install.php +++ b/setup/install.php @@ -5,7 +5,7 @@ osTicket Installer. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/setup/setup.inc.php b/setup/setup.inc.php index d8c8e3cb0..39f7e56b3 100644 --- a/setup/setup.inc.php +++ b/setup/setup.inc.php @@ -5,7 +5,7 @@ Master include file for setup/install scripts. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. diff --git a/tickets.php b/tickets.php index cc2137877..d175d49b5 100644 --- a/tickets.php +++ b/tickets.php @@ -6,7 +6,7 @@ Note that we are using external ID. The real (local) ids are hidden from user. Peter Rotich <peter@osticket.com> - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. -- GitLab