update misc copyright dates
[xtuple] / enyo-client / database / source / xm / javascript / user_preference.sql
1 select xt.install_js('XM','UserPreference','xtuple', $$
2   /* Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple.
3      See www.xm.ple.com/CPAL for the full text of the software license. */
4
5   XM.UserPreference = {
6     options: []
7   };
8
9 $$ );
10