From 252c9ca722d365fc8284c35173302d11fc6cead1 Mon Sep 17 00:00:00 2001 From: Peter Rotich 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 b4086929..5210b628 100644 --- a/ajax.php +++ b/ajax.php @@ -5,7 +5,7 @@ Ajax utils for client interface. Peter Rotich - 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 5167dc49..351a2157 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 - 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 2e605713..43ff2b28 100644 --- a/api/cron.php +++ b/api/cron.php @@ -5,7 +5,7 @@ File to handle LOCAL cron job calls. Peter Rotich - 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 14eeecd4..985d8e49 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 7429a636..aa35f898 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 - 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 819ff586..d780ae2d 100644 --- a/attachment.php +++ b/attachment.php @@ -6,7 +6,7 @@ Clients should never see the dir paths. Peter Rotich - 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 3ab68f74..db1d5cd6 100644 --- a/captcha.php +++ b/captcha.php @@ -5,7 +5,7 @@ Simply returns captcha image. Peter Rotich - 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 ce36e7b6..6fe324bf 100644 --- a/client.inc.php +++ b/client.inc.php @@ -5,7 +5,7 @@ File included on every client page Peter Rotich - 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 feb1eb4b..398b6dcc 100644 --- a/include/ajax.config.php +++ b/include/ajax.config.php @@ -5,7 +5,7 @@ AJAX interface for content fetching...allowed methods. Peter Rotich - 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 e93030a9..c9c6b7d7 100644 --- a/include/ajax.content.php +++ b/include/ajax.content.php @@ -5,7 +5,7 @@ AJAX interface for content fetching...allowed methods. Peter Rotich - 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 576b5058..a89161a7 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 - 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 bf863740..2634bc8d 100644 --- a/include/ajax.reports.php +++ b/include/ajax.reports.php @@ -7,7 +7,7 @@ pattern rules. 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/ajax.tickets.php b/include/ajax.tickets.php index 67e0257d..bb834578 100644 --- a/include/ajax.tickets.php +++ b/include/ajax.tickets.php @@ -5,7 +5,7 @@ AJAX interface for tickets Peter Rotich - 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 b04dfca4..8b263ba0 100644 --- a/include/ajax.upgrader.php +++ b/include/ajax.upgrader.php @@ -5,7 +5,7 @@ AJAX interface for Upgrader Peter Rotich - 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 01a0cdbf..d18f3c33 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 - 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 5bd26a67..c852a551 100644 --- a/include/class.ajax.php +++ b/include/class.ajax.php @@ -6,7 +6,7 @@ class.ajax.php 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 f5d2ef5c..dd0706ce 100644 --- a/include/class.api.php +++ b/include/class.api.php @@ -5,7 +5,7 @@ class.api.php API Peter Rotich - 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 442c9865..e16650ff 100644 --- a/include/class.attachment.php +++ b/include/class.attachment.php @@ -5,7 +5,7 @@ class.attachment.php Attachment Handler - mainly used for lookup...doesn't save! Peter Rotich - 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 c620b105..590bacb7 100644 --- a/include/class.banlist.php +++ b/include/class.banlist.php @@ -5,7 +5,7 @@ class.banlist.php Banned email addresses handle. Peter Rotich - 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 392a07ec..04af9f02 100644 --- a/include/class.canned.php +++ b/include/class.canned.php @@ -5,7 +5,7 @@ class.canned.php Canned Responses AKA Premade replies Peter Rotich - 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 1423735e..ca103d92 100644 --- a/include/class.captcha.php +++ b/include/class.captcha.php @@ -5,7 +5,7 @@ class.captcha.php Very basic captcha class. Peter Rotich - 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 2949b9a9..62209673 100644 --- a/include/class.category.php +++ b/include/class.category.php @@ -4,7 +4,7 @@ class.category.php 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 6d62798d..5ff5911c 100644 --- a/include/class.client.php +++ b/include/class.client.php @@ -8,7 +8,7 @@ class.client.php Client is modeled on the info of the ticket used to login . Peter Rotich - 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 50a3174c..a445f952 100644 --- a/include/class.config.php +++ b/include/class.config.php @@ -5,7 +5,7 @@ class.config.php osTicket config info manager. Peter Rotich - 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 15ca7078..29265f80 100644 --- a/include/class.cron.php +++ b/include/class.cron.php @@ -5,7 +5,7 @@ class.cron.php Nothing special...just a central location for all cron calls. Peter Rotich - 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 bfa79290..80621728 100644 --- a/include/class.csrf.php +++ b/include/class.csrf.php @@ -18,7 +18,7 @@ class.csrf.php 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 24ec3489..cd89c2cb 100644 --- a/include/class.dept.php +++ b/include/class.dept.php @@ -5,7 +5,7 @@ class.dept.php Department class Peter Rotich - 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 da9fb862..929a5db4 100644 --- a/include/class.dispatcher.php +++ b/include/class.dispatcher.php @@ -7,7 +7,7 @@ class.dispatcher.php 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 c38144c4..d4009918 100644 --- a/include/class.email.php +++ b/include/class.email.php @@ -3,7 +3,7 @@ class.email.php Peter Rotich - 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 a47a6f6f..3c289550 100644 --- a/include/class.export.php +++ b/include/class.export.php @@ -5,7 +5,7 @@ class.export.php Exports stuff (details to follow) 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.faq.php b/include/class.faq.php index 995604b9..f902dd0f 100644 --- a/include/class.faq.php +++ b/include/class.faq.php @@ -4,7 +4,7 @@ class.faq.php 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 da8ad76d..27a88816 100644 --- a/include/class.file.php +++ b/include/class.file.php @@ -3,7 +3,7 @@ class.file.php Peter Rotich - 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 0af8330b..02a5e042 100644 --- a/include/class.filter.php +++ b/include/class.filter.php @@ -5,7 +5,7 @@ class.filter.php Ticket Filter Peter Rotich - 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 38bc1ac1..220f2074 100644 --- a/include/class.format.php +++ b/include/class.format.php @@ -5,7 +5,7 @@ class.format.php Collection of helper function used for formatting Peter Rotich - 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 10a5eada..0d8cc44d 100644 --- a/include/class.group.php +++ b/include/class.group.php @@ -5,7 +5,7 @@ class.group.php User Group - Everything about a group! Peter Rotich - 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 37ad0302..8d4e7be2 100644 --- a/include/class.http.php +++ b/include/class.http.php @@ -5,7 +5,7 @@ class.http.php Http helper. Peter Rotich - 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 6bb67898..00a1488b 100644 --- a/include/class.knowledgebase.php +++ b/include/class.knowledgebase.php @@ -5,7 +5,7 @@ class.knowledgebase.php 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 6baa1468..bbf53b54 100644 --- a/include/class.lock.php +++ b/include/class.lock.php @@ -5,7 +5,7 @@ class.lock.php Ticket lock handle. Peter Rotich - 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 9a2394cf..0edea899 100644 --- a/include/class.log.php +++ b/include/class.log.php @@ -5,7 +5,7 @@ class.group.php User Group - Everything about a group! Peter Rotich - 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 57242e61..debf2f84 100644 --- a/include/class.mailer.php +++ b/include/class.mailer.php @@ -7,7 +7,7 @@ class.mailer.php It's mainly PEAR MAIL wrapper for now (more improvements planned). Peter Rotich - 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 d0b663f6..5253dfe8 100644 --- a/include/class.mailfetch.php +++ b/include/class.mailfetch.php @@ -5,7 +5,7 @@ class.mailfetch.php mail fetcher class. Uses IMAP ext for now. Peter Rotich - 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 58adf3ea..342fc529 100644 --- a/include/class.mailparse.php +++ b/include/class.mailparse.php @@ -6,7 +6,7 @@ class.mailparse.php Mail parsing will change once we move to PHP5 Peter Rotich - 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 13d56a7d..8381509f 100644 --- a/include/class.mcrypt.php +++ b/include/class.mcrypt.php @@ -5,7 +5,7 @@ class.mcrypt.php Mcrypt wrapper.... nothing special at all. Peter Rotich - 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 04f38be2..4cc096be 100644 --- a/include/class.migrater.php +++ b/include/class.migrater.php @@ -5,7 +5,7 @@ class.migrater.php Migration utils required by upgrader. 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. @@ -82,7 +82,7 @@ function getPatches($stop=null) { 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 8149a1fc..b6d9a673 100644 --- a/include/class.misc.php +++ b/include/class.misc.php @@ -5,7 +5,7 @@ class.misc.php Misc collection of useful generic helper functions. Peter Rotich - 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 eb662937..ad30e121 100644 --- a/include/class.nav.php +++ b/include/class.nav.php @@ -5,7 +5,7 @@ class.nav.php Navigation helper classes. Pointless BUT helps keep navigation clean and free from errors. Peter Rotich - 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 8b297869..c357ba0e 100644 --- a/include/class.osticket.php +++ b/include/class.osticket.php @@ -9,7 +9,7 @@ class.osticket.php Use osTicket::start(configId) Peter Rotich - 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 08cac02c..efcca58a 100644 --- a/include/class.ostsession.php +++ b/include/class.ostsession.php @@ -5,7 +5,7 @@ class.ostsession.php Custom osTicket session handler. Peter Rotich - 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 baad19b0..67cbc0e7 100644 --- a/include/class.pagenate.php +++ b/include/class.pagenate.php @@ -5,7 +5,7 @@ class.format.php Pagenation support class Peter Rotich - 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 ef0cdac3..6c2833c9 100644 --- a/include/class.passwd.php +++ b/include/class.passwd.php @@ -5,7 +5,7 @@ class.passwd.php Password Hasher - Interface for phpass bcrypt hasher. Peter Rotich - 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 a456461b..b0650b77 100644 --- a/include/class.pdf.php +++ b/include/class.pdf.php @@ -5,7 +5,7 @@ class.pdf.php Ticket PDF Export Peter Rotich - 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 6fefe367..f4e7cf8c 100644 --- a/include/class.priority.php +++ b/include/class.priority.php @@ -5,7 +5,7 @@ class.priority.php Priority handle Peter Rotich - 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 e566f2bf..af44e4d2 100644 --- a/include/class.setup.php +++ b/include/class.setup.php @@ -5,7 +5,7 @@ class.setup.php osTicket setup wizard. Peter Rotich - 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 fc673d5a..a04d1d7c 100644 --- a/include/class.sla.php +++ b/include/class.sla.php @@ -5,7 +5,7 @@ class.sla.php SLA Peter Rotich - 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 edac10a0..414c835c 100644 --- a/include/class.staff.php +++ b/include/class.staff.php @@ -5,7 +5,7 @@ class.staff.php Everything about staff. Peter Rotich - 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 72c3c448..3babfd32 100644 --- a/include/class.team.php +++ b/include/class.team.php @@ -5,7 +5,7 @@ class.team.php Teams Peter Rotich - 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 8ff24503..629f76f2 100644 --- a/include/class.template.php +++ b/include/class.template.php @@ -5,7 +5,7 @@ class.template.php Email Template Peter Rotich - 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 d4daaf4b..cae40fa3 100644 --- a/include/class.thread.php +++ b/include/class.thread.php @@ -6,7 +6,7 @@ class.thread.php TODO: move thread related logic here from class.ticket.php Peter Rotich - 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 e6817e0d..a7a16e46 100644 --- a/include/class.ticket.php +++ b/include/class.ticket.php @@ -5,7 +5,7 @@ class.ticket.php The most important class! Don't play with fire please. Peter Rotich - 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 cdff8163..bb9f2944 100644 --- a/include/class.timezone.php +++ b/include/class.timezone.php @@ -5,7 +5,7 @@ class.timezone.php Time zone get utils. Peter Rotich - 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 1b235e13..9379e8ec 100644 --- a/include/class.topic.php +++ b/include/class.topic.php @@ -5,7 +5,7 @@ class.topic.php Help topic helper Peter Rotich - 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 e437fcad..7e45e9e6 100644 --- a/include/class.upgrader.php +++ b/include/class.upgrader.php @@ -5,7 +5,7 @@ class.upgrader.php osTicket Upgrader Peter Rotich - 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 c12f3a0d..5e10df43 100644 --- a/include/class.usersession.php +++ b/include/class.usersession.php @@ -5,7 +5,7 @@ class.usersession.php User (client and staff) sessions handle. Peter Rotich - 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 ef3a2149..611d8032 100644 --- a/include/class.validator.php +++ b/include/class.validator.php @@ -5,7 +5,7 @@ class.validator.php Input validation helper. This class contains collection of functions used for data validation. Peter Rotich - 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 7d49ce59..ce82dc86 100644 --- a/include/class.variable.php +++ b/include/class.variable.php @@ -7,7 +7,7 @@ class.variable.php Used to parse, resolve and replace variables. Peter Rotich - 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 15a8a432..3a86c7a8 100644 --- a/include/mysql.php +++ b/include/mysql.php @@ -7,7 +7,7 @@ Mostly wrappers with error/resource checking. Peter Rotich - 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 db492a87..0680a520 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ Helpdesk landing page. Please customize it to fit your needs. Peter Rotich - 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 3ae6835d..9b9a23b7 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 - 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 d8c1634e..da5a8fa9 100644 --- a/kb/faq.php +++ b/kb/faq.php @@ -5,7 +5,7 @@ FAQs Clients' interface.. Peter Rotich - 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 80d88170..c411002b 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 - 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 1963d391..0464dc2a 100644 --- a/kb/index.php +++ b/kb/index.php @@ -5,7 +5,7 @@ Knowledgebase Index. Peter Rotich - 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 9811e63c..ed0ab8c2 100644 --- a/kb/kb.inc.php +++ b/kb/kb.inc.php @@ -5,7 +5,7 @@ File included on every knowledgebase file. Peter Rotich - 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 cbe9943f..cd963af7 100644 --- a/l.php +++ b/l.php @@ -5,7 +5,7 @@ Link redirection 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/login.php b/login.php index 834f00dd..8ca39010 100644 --- a/login.php +++ b/login.php @@ -5,7 +5,7 @@ Client Login Peter Rotich - 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 d5fcd7ba..6c6482d9 100644 --- a/logout.php +++ b/logout.php @@ -5,7 +5,7 @@ Destroy clients session. Peter Rotich - 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 2e7691f2..9353bb78 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 - 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 8c09a200..4e73aff2 100644 --- a/offline.php +++ b/offline.php @@ -5,7 +5,7 @@ Offline page...modify to fit your needs. Peter Rotich - 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 e6f5b529..79c55a91 100644 --- a/open.php +++ b/open.php @@ -5,7 +5,7 @@ New tickets handle. Peter Rotich - 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 66fca5d9..19d2d5fb 100644 --- a/scp/admin.inc.php +++ b/scp/admin.inc.php @@ -5,7 +5,7 @@ Handles all admin related pages....everything admin! Peter Rotich - 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 259413da..e4100f4e 100644 --- a/scp/ajax.php +++ b/scp/ajax.php @@ -5,7 +5,7 @@ Ajax utils interface. Peter Rotich - 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 89f649c1..e729d277 100644 --- a/scp/apikeys.php +++ b/scp/apikeys.php @@ -5,7 +5,7 @@ API keys. Peter Rotich - 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 4b0b2c31..44a49d61 100644 --- a/scp/attachment.php +++ b/scp/attachment.php @@ -5,7 +5,7 @@ Handles attachment downloads & access validation. Peter Rotich - 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 4a3b0067..a57071b7 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 - 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 d47552fa..b517a6f5 100644 --- a/scp/banlist.php +++ b/scp/banlist.php @@ -5,7 +5,7 @@ List of banned email addresses Peter Rotich - 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 46d65601..edd4a4c3 100644 --- a/scp/canned.php +++ b/scp/canned.php @@ -5,7 +5,7 @@ Canned Responses aka Premade Responses. Peter Rotich - 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 add40ed3..9598f0da 100644 --- a/scp/categories.php +++ b/scp/categories.php @@ -5,7 +5,7 @@ FAQ categories Peter Rotich - 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 2f4f1c42..75717dfe 100644 --- a/scp/dashboard.php +++ b/scp/dashboard.php @@ -5,7 +5,7 @@ Staff's Dashboard - basic stats...etc. Peter Rotich - 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 ff92b38f..e0fdf4f7 100644 --- a/scp/departments.php +++ b/scp/departments.php @@ -5,7 +5,7 @@ Departments Peter Rotich - 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 db5b64ce..a87dd0ac 100644 --- a/scp/directory.php +++ b/scp/directory.php @@ -5,7 +5,7 @@ Staff directory Peter Rotich - 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 bdb1f5f5..7a3051ea 100644 --- a/scp/emails.php +++ b/scp/emails.php @@ -5,7 +5,7 @@ Emails Peter Rotich - 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 b39e5c7e..f62bdc6b 100644 --- a/scp/emailtest.php +++ b/scp/emailtest.php @@ -5,7 +5,7 @@ Email Diagnostic Peter Rotich - 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 6e3d422a..de33a64b 100644 --- a/scp/faq.php +++ b/scp/faq.php @@ -5,7 +5,7 @@ FAQs. Peter Rotich - 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 61bc7da1..c02562eb 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 - 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 dc8443f7..dacca25c 100644 --- a/scp/filters.php +++ b/scp/filters.php @@ -5,7 +5,7 @@ Email Filters Peter Rotich - 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 849acecf..4fb4a716 100644 --- a/scp/groups.php +++ b/scp/groups.php @@ -5,7 +5,7 @@ User Groups. Peter Rotich - 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 6bb2f786..7cb15074 100644 --- a/scp/helptopics.php +++ b/scp/helptopics.php @@ -5,7 +5,7 @@ Help Topics. Peter Rotich - 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 dabfde5d..11feff71 100644 --- a/scp/index.php +++ b/scp/index.php @@ -5,7 +5,7 @@ Future site for helpdesk summary aka Dashboard. Peter Rotich - 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 4967cf99..56b02f20 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 - 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 65e3a66e..4f2bc335 100644 --- a/scp/kb.php +++ b/scp/kb.php @@ -5,7 +5,7 @@ Knowlegebase Peter Rotich - 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 167b4cff..99f27fd5 100644 --- a/scp/l.php +++ b/scp/l.php @@ -5,7 +5,7 @@ Link redirection 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/scp/login.php b/scp/login.php index 5ba5e28e..fcefaafd 100644 --- a/scp/login.php +++ b/scp/login.php @@ -5,7 +5,7 @@ Handles staff authentication/logins Peter Rotich - 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 25b761a1..7076dcec 100644 --- a/scp/logout.php +++ b/scp/logout.php @@ -6,7 +6,7 @@ Destroy the session and redirect to login.php Peter Rotich - 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 1e3eb57b..09c83154 100644 --- a/scp/logs.php +++ b/scp/logs.php @@ -5,7 +5,7 @@ System Logs Peter Rotich - 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 96e1b7e2..31ffecae 100644 --- a/scp/profile.php +++ b/scp/profile.php @@ -5,7 +5,7 @@ Staff's profile handle Peter Rotich - 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 0a3f97a9..84565940 100644 --- a/scp/settings.php +++ b/scp/settings.php @@ -5,7 +5,7 @@ Handles all admin settings. Peter Rotich - 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 62f09c4d..072b2779 100644 --- a/scp/slas.php +++ b/scp/slas.php @@ -5,7 +5,7 @@ SLA - Service Level Agreements Peter Rotich - 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 8a91e477..577fdd12 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 - 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 904708de..b2d78f3c 100644 --- a/scp/staff.php +++ b/scp/staff.php @@ -5,7 +5,7 @@ Evertything about staff members. Peter Rotich - 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 b8ebd4b2..ce877bea 100644 --- a/scp/teams.php +++ b/scp/teams.php @@ -5,7 +5,7 @@ Evertything about teams Peter Rotich - 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 1c0db45b..a27d69b0 100644 --- a/scp/templates.php +++ b/scp/templates.php @@ -5,7 +5,7 @@ Email Templates Peter Rotich - 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 17384ae5..9e436f20 100644 --- a/scp/tickets.php +++ b/scp/tickets.php @@ -5,7 +5,7 @@ Handles all tickets related actions. Peter Rotich - 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 4ca5f715..c66230a2 100644 --- a/scp/upgrade.php +++ b/scp/upgrade.php @@ -5,7 +5,7 @@ osTicket Upgrade Wizard Peter Rotich - 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 45010979..7b94ff92 100644 --- a/secure.inc.php +++ b/secure.inc.php @@ -5,7 +5,7 @@ File included on every client's "secure" pages Peter Rotich - 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 0e2e19f5..21ac30f9 100644 --- a/setup/inc/class.installer.php +++ b/setup/inc/class.installer.php @@ -5,7 +5,7 @@ class.installer.php osTicket Intaller - installs the latest version. Peter Rotich - 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 130983a6..497d3781 100644 --- a/setup/install.php +++ b/setup/install.php @@ -5,7 +5,7 @@ osTicket Installer. Peter Rotich - 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 d8c8e3cb..39f7e56b 100644 --- a/setup/setup.inc.php +++ b/setup/setup.inc.php @@ -5,7 +5,7 @@ Master include file for setup/install scripts. Peter Rotich - 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 cc213787..d175d49b 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 - Copyright (c) 2006-2012 osTicket + Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY.