diff --git a/ajax.php b/ajax.php index b40869292b81680ad136b9365793c616e0b0c3bb..5210b628be577f830648e34a7f4d4a9a4c4fb3a1 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 5167dc496b4231264777fd93dd71886eb55a7875..351a21570f24b3e643b8ab8e90e562054c466bd0 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 2e605713e733e20ffb95bd9da397df990572f550..43ff2b285a52bff60876ef061209bf868db2a178 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 14eeecd4f85c008df255cf23a5282d57c30d010d..985d8e49893a280e180f4631bb2188f9116fa525 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 7429a6367a351882fef425d5d42f04f6b0919f34..aa35f898463ce08b632e622a3555d4a474cf61ab 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 819ff5863b559522f70a65fd1c2fc56846e37d8a..d780ae2da4187c41a0607afa30267504c7597f2c 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 3ab68f746ddb378da077cac80b616caf6f69b129..db1d5cd6933b67a3611bc480e7b2416fa74458e7 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 ce36e7b68d886cb948ac4c9c4cd16555d104df08..6fe324bff52eea9229f7bd774800f94fe2149ff1 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 feb1eb4b0646f75762c554e73e55b7d7701b9680..398b6dccdd151c205a32b307a664f764db92d608 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 e93030a9ed9734c586ce3df32979b4163a80be36..c9c6b7d78cca30243a769b175af1270383c8e0ce 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 576b50585a0da4e8006a87b92026286bd9ce2219..a89161a79ac305be96996608f29609e23109c677 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 bf86374055bd45b8e07a1860a157d77d3b53aa64..2634bc8d58c7d574a94cd87cf75ef528d5ac22fa 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 67e0257d48de234426bf1e3fa4c3f53e57e10461..bb834578064358a26e77c2a1a6ec82f5df6eba9f 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 b04dfca4f3f429ef73536fccc9929fda33e797c2..8b263ba0ced03b51cacc0341b20f0fc7b8dc01b1 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 01a0cdbf4ba9807f44368e8c834bd17656cd24f1..d18f3c3323b889b3e155575b608f2e75fea61dd8 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 5bd26a67e13812966bd90164462c37083f52cd5f..c852a551734a572662e75de6a6d18c43e1bc8892 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 f5d2ef5c7bbf6daef57b87903108f546961fbab6..dd0706ceaa374b5ee35c065ce9066590c53e4e05 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 442c9865e495d8e6d32e380f712524b66c5ef0e6..e16650ffc511122aed298b284c6e3e84e5f89a85 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 c620b105033fbc1275b6f0cb82ee69bb2c5306d3..590bacb7a4d64e4f2b8907a1731263614897a9b9 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 392a07ec2191cb08d298ce0027b688b0cf4f986f..04af9f025bf53fd46ee94dea13a713151622431d 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 1423735e61d42b0b6ccbf50e9377cbac81da96f3..ca103d920c744e2ea7efd53b75c531c35ba97d90 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 2949b9a909bc2673866b2f48e9448e517686c30b..62209673780135fdfdf23acc3b46f49709151cba 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 6d62798d19f874073b91b247f4fea7ea253001ff..5ff5911c26297cea963bf37b50e66ee955ba9b1f 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 50a3174c62cafaa8d3888674051b8f1ba7e49444..a445f952d277c94850d8b4b6de81ff58b165838d 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 15ca7078b27785b6721b0a9f04b2d4b84eb28c9c..29265f8056a88d5b62c134e7cf96246fd5ebda0c 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 bfa792901167b58892e88e805728e9d72a337df7..806217284b4ca7f381d37496fb763462fedbe0d1 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 24ec3489db61ecc0aa5b41f392842d6ebb172e18..cd89c2cbb86770c2c0aff2c41c42fda8828c560a 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 da9fb862889f8eb17b9ea6bd8b89daee8c8c8194..929a5db4a61949f2a4d1752e1173b48b6aa8276e 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 c38144c4b1281fabf18ffd90b7e4a3937ff4cd90..d40099185b2fae5ce8dd461c70b680c1137aacd0 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 a47a6f6f99c2eba77597694d22b2d69e1820407b..3c289550121366e8fd53e59c51e8715f0db27385 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 995604b91e04a738fb71839fe0a9049addb52cc3..f902dd0f0f4c1412896a319b95fee45730e2ede8 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 da8ad76dc0ed9e9917596829fa7a6450f8176b2d..27a8881608ef4bda37a3c2a8be0fb838973626ef 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 0af8330b8022393162450c803031b000a7471ab0..02a5e04239e56a6013241d020d7874d0fea59ff7 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 38bc1ac14690c721cb3f2a253a6340dbaf025ae2..220f207426ccaa71089cab46b82467b3dfd7e1b0 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 10a5eadafe9525f0c044c46d918924c00e2451cc..0d8cc44d55b445b29493efd642c739f5dc102480 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 37ad0302719cd8c96586dd03ed864c0dd07bc3ee..8d4e7be204c6e5f5942593e043105fe44ce78211 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 6bb67898f7a94f7b6f95c547b646241aa45c2699..00a1488bfb378adb9fef2e8e39035305dd2e622b 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 6baa146891a1367e4cfa47742c9711e49a5451b5..bbf53b5498451c8ab6e3660282898fa3f4318eb4 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 9a2394cfff5cab638f5edef8bab331d88b7dbb18..0edea8991dd90b08c2139d30feddd8ce2f8e0d91 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 57242e61605b77f241c5ec09973d28a1518b4836..debf2f849a5b09f9a1dd7466602999f42737dc8d 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 d0b663f66b8a72c28ad27e12aa4013f3884a1eab..5253dfe818eae2e1d8c02757e8db647352cbb598 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 58adf3eac0210f2b608cda7e1a8e051cd2ffe684..342fc5298b59f55a204d86248af0920e7dbe2b0e 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 13d56a7df32e22ffe5abff5c5a6bf195cc58749d..8381509ffd7abf4471e046af5deaa7d902036ba8 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 04f38be2af9c46c7705591e550bb993096d723d2..4cc096be5533121c4ebb30aa9974438de993ad7d 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 8149a1fce37ea3a26106f6bb217d1c92cc17395e..b6d9a673f6e311a085ce4ab07991e4c3b286f1f9 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 eb66293770888faa572cce786b2d2b22c868ed67..ad30e1219f8eb33f597867f64615773a710e2c90 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 8b297869212d9aac10119b2ade0e3c72e78705c3..c357ba0e619557954045828fe9b33d32a8ad0874 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 08cac02ce306f616ad0d6329e6a51436a78d9e7d..efcca58afb9683dd082a0f3e0b6c6075161c31ff 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 baad19b09fc6012fe352b5d7b4da3a251b73ee6f..67cbc0e7170ea09d34f5ee1320936f3113bfedcb 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 ef0cdac34d889961b672e7e3f5fda60a178ee854..6c2833c9ad77ede52793e613ed785e19a3fe0b9a 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 a456461ba1e8bf7b2ce071cbe877f5615ddc7b8c..b0650b7796de3c2932cc1f24e0dd6527f5a1f46a 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 6fefe3671395c96aad075f9d67bd7a388cc584db..f4e7cf8c5485b8f0e039dcc41df2b57b33e22a72 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 e566f2bf019ae55e913c0b1d460cb9389be1c0ac..af44e4d22703f82fe2f9e32dbfb1294a4d3bfac0 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 fc673d5a2b2c49f737b7edcaff9f818f4e8ed493..a04d1d7c56bc1d417bcc0cab720ff9be0398931e 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 edac10a088a10c19db71e3d19d4137dd122b7417..414c835cccd07522626eef9ab0f2f9fa573da32d 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 72c3c4483d43480c4b7c880fe1194f96c630ec24..3babfd3207f03fe0e9e64c6f5bd612e0dc64657b 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 8ff24503d8ac149bc658f02decfe9c8f0d029b39..629f76f2991243f7dea20224e83bdc00cae369cb 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 d4daaf4b098cabcda7907ec26ea55a2bbd6b2976..cae40fa3b0ab1c419b1ce2443a91c3481e6e57e2 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 e6817e0dafa8682df6ccdb696741dce4c7cff1b2..a7a16e4644ba357db5f619ec50760de71de60a20 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 cdff816345a2048b667b1385cdd73df35c500862..bb9f2944fc797acd205ad8739005c54b97dcd248 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 1b235e13f637d84d833dbfb3a359481e464f596a..9379e8ec95ec94a2e72f20bfe8a587da946f5398 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 e437fcad7acd8d9b69045eb65655fa0f4ad835a5..7e45e9e6a0e33933148ac7133b280c2759f09fd4 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 c12f3a0d8aaf70988cbe2c022c8346b3eccdeccd..5e10df43f2d1e3c6b028b788980543b121ca8aca 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 ef3a21499e008c3b3c25d44fe55c950b2ebd5410..611d8032fe921361dd9af5c09caea62a0198629e 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 7d49ce592855e3d65bb5d41165bcbad6b5346bc9..ce82dc868dc72219f14a4bfcfc78cb1e9b551f63 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 15a8a432b3aa6402df15bc93a56d2c66ddd54c65..3a86c7a8c5e5b04e3e0533596109018b992640e1 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 db492a87048158ba17c55deb90e19ba167261997..0680a520d48df86ac572d36eead4f5b3dd6ec443 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 3ae6835d2f233f71073709e25560163d7550f733..9b9a23b7d47065e1ecdea827f4b4d2cc05574dc6 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 d8c1634e35e1aa625c835143e5cea925c2b0ce0e..da5a8fa98aa39ce28f21dac0c9b339f3f0140b5a 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 80d881707b8206860ca6461c39b4e2ad2c792c1b..c411002b8f1ed2f2674f7eb52528dc9355570891 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 1963d391627032ad4e51d2ce604035cc288cc87f..0464dc2a91707feee3e987ba71bc532c2ca905a3 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 9811e63c509038ad4dcb865f1b0ad11171df619f..ed0ab8c21f803473c9a324cf033b235a58fc6f8a 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 cbe9943fcb1010938abcfb76985e729d1f5f0324..cd963af74d7c2260b2de610ab904dad52b53199b 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 834f00ddf72410de113271462f272ef38a4b9737..8ca3901055291f961390319c0ca54e99c9d29add 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 d5fcd7ba8ce085398c6b05ad30395377b868b87f..6c6482d9c8c6fe4e452c6a0494abdcba8ae01a93 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 2e7691f2b088511e31e85554579b57f5a5e99a75..9353bb78cbd1c53cff80cea5eacbe7a6522c13d5 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 8c09a20010c4e6348e625ff7688ecab912bb0824..4e73aff2a856c3529f423c9465d85c2fee804147 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 e6f5b52970b06a94facc3044dda307375328f018..79c55a91713f62e6d0595368fa7f18de65489bf6 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 66fca5d976bb3b9c4a76eed99b71657ab28f0d64..19d2d5fbcf97008b689ee6a07204c1780e3ad455 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 259413dab83034c23c52ca5e6017bf9b5d9b9719..e4100f4e31c4f4028086e4608785df4fcdebba41 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 89f649c1ce0e8f27c35b32a8c34565b4e929a662..e729d277dacda99e8654daebb88d99806832b87e 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 4b0b2c31d15aac736d9f63c46f60c209bbf026cd..44a49d61bd264edef8e54b1c107126a11964aeed 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 4a3b00678539f628908743800177efc4097e54e1..a57071b78a7fc468b9395432a38345b58960f130 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 d47552fa4d73e3b22892d9951f8015800ad73893..b517a6f55bf9938bd2c9edb2a17be338a0dd1200 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 46d65601a49868728bf2ce838f69414365c6deb9..edd4a4c36f185e3e379337e4d59882264388328c 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 add40ed395c1b076660489ecb9569a099124684d..9598f0da6bb4d6545633e359c82f7dff37e4e768 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 2f4f1c42ffbe8e73f8f3da939fa1da22faec6e64..75717dfec0b9232b67a4d34a20da7f272cc49cc0 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 ff92b38fcb42487366d0246aafbdceb11be96b17..e0fdf4f747b226aa6ca4053e50e0f18f44386300 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 db5b64ce10f88171b01c40f03e3e04e4e89d8275..a87dd0ac07bee43bf0be365592ca07213f174a75 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 bdb1f5f5cb7132c7f2b590b2c6eba607203a5669..7a3051ea09fe04e41ff4bcedfd867ae0ac4d06b1 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 b39e5c7edaf82004217ad39f6c9bf8fe6b99e995..f62bdc6bb86fffac40632713af87d27acd40a850 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 6e3d422a1669d8b09c02735d3115879e0fb3edbd..de33a64b2c018b988ec2ebbbabac41b65aadf3f3 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 61bc7da1944cc60cddb36b6983b7d1b4eaf03390..c02562eb2a2fb1fe334884f5bd7f66f99800f181 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 dc8443f74f207fea222279bcb5c93d74e444be6b..dacca25cfceaaaf2a1f6cdcb07acab0b41c5d594 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 849acecfdff57b037c75851205e0cab6050a2ef4..4fb4a7167e7cfdd2c6644a75a8c6edfdda0c4ad9 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 6bb2f7862afacefc00e3e45921c34c4c5a481c2a..7cb150741e307951f5d80d1a4ba5d5b30ffeee54 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 dabfde5dc619cad370fbd0fe3be2d0ab4053f331..11feff71556613e003bcdbb23e70f8e6f6d5f43d 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 4967cf99a973f39644adc656abbe7d33a8ea2140..56b02f20136a6218ee937c63de3705ccc8916285 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 65e3a66ef2930c5b01c4fd7f9ffd6b6fa0733962..4f2bc33518fd0df9f62018ef14c9e325f33ce96e 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 167b4cff3bdcfc902575be197012e93adfc0cf61..99f27fd57ac251f111350124ff4023269dc85b29 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 5ba5e28e0568afb7626001cc00d76d35b02f2f93..fcefaafd666660cdaf2d44c5e32e4b0bcfaeab37 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 25b761a19cde8134a7ea7d10360befb65fbbb2d7..7076dcec4c0984192acab06de20c5a16cba91416 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 1e3eb57ba0b8548b40f41a401b723e475f4461b3..09c831545f5744bf9928fa74a03f42d2e8b6322f 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 96e1b7e29af59bb03fa929600a02c66c60fde4ff..31ffecae5556297abe674f0f52dc8f05ecfb313a 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 0a3f97a912d8fdf6d92dc42ddf035f36bc61b12f..845659408fba46dbc6c4319da7fe6098d8940311 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 62f09c4da3c592255c634c1474260ae247403033..072b27792f8a8635479f6a4cf50fddbe01fad4eb 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 8a91e4774803886deed8abce8e62bab01ffaff87..577fdd12c6a124a0d98dd50b792d080ab40f983e 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 904708dea49b3b4a21c987e9992fe5c5bfd45958..b2d78f3cfb866d7b59596fd9e5f304292883165f 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 b8ebd4b280343641b66082d54058c0fc9971af5f..ce877bea58484510c7c1ce5e7b53ce5ca2af4cf1 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 1c0db45b1a84b2dcce432ce66b7aa1e9f7e4cdc8..a27d69b08a67ac1748ff7b2457d92b238bc390e3 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 17384ae50b627ab56bb1b8e9fe5c0df01034e062..9e436f200fe08f3348423d46f0118ba101fa0813 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 4ca5f71561e06abaeee8fb2b4e2bb69960c1cf80..c66230a22288d131b3666a1a789df065397880f1 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 45010979855f9f377e802b569a1d9edc8eb2af91..7b94ff92f2b10618de9a2921773c098f475ee4d8 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 0e2e19f57af70490fb678f84455c7cd5103c35ee..21ac30f9b087475c2764b45b0c594deb094a664b 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 130983a692155869064ae08b8ad47e88f4a6b2f2..497d37817faf22754c6af26468a56873190ca702 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 d8c8e3cb0e642184a7769c7044326e88663bfa5e..39f7e56b394160322c8df4cf2a1afa06f54fe1a5 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 cc213787703521d3afb88c79715583d1842487cb..d175d49b595e8d1676df0a69b6293d47d7c10c78 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.