Changeset 2843

Show
Ignore:
Timestamp:
03/04/10 15:13:32
Author:
bleibson
Message:

o add Jasig licensing info to header of source files
o in some cases, remove RPI copyright info.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/default.xsl

    r2416 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
    220<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    321<xsl:output 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/globals.xsl

    r2747 r2843  
     1<!--  
     2    Licensed to Jasig under one or more contributor license 
     3    agreements. See the NOTICE file distributed with this work 
     4    for additional information regarding copyright ownership. 
     5    Jasig licenses this file to you under the Apache License, 
     6    Version 2.0 (the "License"); you may not use this file 
     7    except in compliance with the License. You may obtain a 
     8    copy of the License at: 
     9     
     10    http://www.apache.org/licenses/LICENSE-2.0 
     11     
     12    Unless required by applicable law or agreed to in writing, 
     13    software distributed under the License is distributed on 
     14    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15    KIND, either express or implied. See the License for the 
     16    specific language governing permissions and limitations 
     17    under the License. 
     18--> 
    119<xsl:stylesheet 
    220  version="1.0" 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/grid-html.xsl

    r2665 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
    220<xsl:stylesheet 
    321  version="1.0" 
    422  xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
    523  xmlns="http://www.w3.org/1999/xhtml"> 
    6  
    7 <!-- ********************************************************************** 
    8     Copyright 2009 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    9  
    10     Redistribution and use of this distribution in source and binary forms, 
    11     with or without modification, are permitted provided that: 
    12        The above copyright notice and this permission notice appear in all 
    13         copies and supporting documentation; 
    14  
    15         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    16         Institute are not used in advertising or publicity without the 
    17         express prior written permission of Rensselaer Polytechnic Institute; 
    18  
    19     DISCLAIMER: The software is distributed" AS IS" without any express or 
    20     implied warranty, including but not limited to, any implied warranties 
    21     of merchantability or fitness for a particular purpose or any warrant)' 
    22     of non-infringement of any current or pending patent rights. The authors 
    23     of the software make no representations about the suitability of this 
    24     software for any particular purpose. The entire risk as to the quality 
    25     and performance of the software is with the user. Should the software 
    26     prove defective, the user assumes the cost of all necessary servicing, 
    27     repair or correction. In particular, neither Rensselaer Polytechnic 
    28     Institute, nor the authors of the software are liable for any indirect, 
    29     special, consequential, or incidental damages related to the software, 
    30     to the maximum extent the law permits. --> 
    3124 
    3225 <!-- Bring in settings --> 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/grid-json.xsl

    r2587 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
     20 
    221<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    322  <xsl:output method="html" omit-xml-declaration="yes" indent="no" media-type="text/javascript" standalone="yes"/> 
    4  
    5   <!-- ********************************************************************** 
    6     Copyright 2010 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    7  
    8     Redistribution and use of this distribution in source and binary forms, 
    9     with or without modification, are permitted provided that: 
    10        The above copyright notice and this permission notice appear in all 
    11         copies and supporting documentation; 
    12  
    13         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    14         Institute are not used in advertising or publicity without the 
    15         express prior written permission of Rensselaer Polytechnic Institute; 
    16  
    17     DISCLAIMER: The software is distributed "AS IS" without any express or 
    18     implied warranty, including but not limited to, any implied warranties 
    19     of merchantability or fitness for a particular purpose or any warrant)' 
    20     of non-infringement of any current or pending patent rights. The authors 
    21     of the software make no representations about the suitability of this 
    22     software for any particular purpose. The entire risk as to the quality 
    23     and performance of the software is with the user. Should the software 
    24     prove defective, the user assumes the cost of all necessary servicing, 
    25     repair or correction. In particular, neither Rensselaer Polytechnic 
    26     Institute, nor the authors of the software are liable for any indirect, 
    27     special, consequential, or incidental damages related to the software, 
    28     to the maximum extent the law permits. 
    29   --> 
    3023 
    3124  <!-- Bring in settings and included xsl --> 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/list-html.xsl

    r2665 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
    220<xsl:stylesheet 
    321  version="1.0" 
     
    1331  standalone="yes" 
    1432  omit-xml-declaration="yes"/> 
    15  
    16 <!-- ********************************************************************** 
    17     Copyright 2009 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    18  
    19     Redistribution and use of this distribution in source and binary forms, 
    20     with or without modification, are permitted provided that: 
    21        The above copyright notice and this permission notice appear in all 
    22         copies and supporting documentation; 
    23  
    24         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    25         Institute are not used in advertising or publicity without the 
    26         express prior written permission of Rensselaer Polytechnic Institute; 
    27  
    28     DISCLAIMER: The software is distributed" AS IS" without any express or 
    29     implied warranty, including but not limited to, any implied warranties 
    30     of merchantability or fitness for a particular purpose or any warrant)' 
    31     of non-infringement of any current or pending patent rights. The authors 
    32     of the software make no representations about the suitability of this 
    33     software for any particular purpose. The entire risk as to the quality 
    34     and performance of the software is with the user. Should the software 
    35     prove defective, the user assumes the cost of all necessary servicing, 
    36     repair or correction. In particular, neither Rensselaer Polytechnic 
    37     Institute, nor the authors of the software are liable for any indirect, 
    38     special, consequential, or incidental damages related to the software, 
    39     to the maximum extent the law permits. --> 
    4033 
    4134  <!-- Bring in settings and included xsl --> 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/list-json.xsl

    r2824 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
    220<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    321  <xsl:output method="html" omit-xml-declaration="yes" indent="no" media-type="text/javascript" standalone="yes"/> 
     
    725       Purpose: produces an array of javascript objects representing events. 
    826 
    9   --> 
    10  
    11   <!-- ********************************************************************** 
    12     Copyright 2010 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    13  
    14     Redistribution and use of this distribution in source and binary forms, 
    15     with or without modification, are permitted provided that: 
    16        The above copyright notice and this permission notice appear in all 
    17         copies and supporting documentation; 
    18  
    19         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    20         Institute are not used in advertising or publicity without the 
    21         express prior written permission of Rensselaer Polytechnic Institute; 
    22  
    23     DISCLAIMER: The software is distributed" AS IS" without any express or 
    24     implied warranty, including but not limited to, any implied warranties 
    25     of merchantability or fitness for a particular purpose or any warrant)' 
    26     of non-infringement of any current or pending patent rights. The authors 
    27     of the software make no representations about the suitability of this 
    28     software for any particular purpose. The entire risk as to the quality 
    29     and performance of the software is with the user. Should the software 
    30     prove defective, the user assumes the cost of all necessary servicing, 
    31     repair or correction. In particular, neither Rensselaer Polytechnic 
    32     Institute, nor the authors of the software are liable for any indirect, 
    33     special, consequential, or incidental damages related to the software, 
    34     to the maximum extent the law permits. 
    3527  --> 
    3628   
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/list-rss.xsl

    r2676 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
     20 
    221<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    322  <xsl:output method="xml" omit-xml-declaration="no" indent="yes" 
     
    2039 
    2140     ===============================================================  --> 
    22 <!-- ********************************************************************** 
    23     Copyright 2008 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    24  
    25     Redistribution and use of this distribution in source and binary forms, 
    26     with or without modification, are permitted provided that: 
    27        The above copyright notice and this permission notice appear in all 
    28         copies and supporting documentation; 
    29  
    30         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    31         Institute are not used in advertising or publicity without the 
    32         express prior written permission of Rensselaer Polytechnic Institute; 
    33  
    34     DISCLAIMER: The software is distributed" AS IS" without any express or 
    35     implied warranty, including but not limited to, any implied warranties 
    36     of merchantability or fitness for a particular purpose or any warrant)' 
    37     of non-infringement of any current or pending patent rights. The authors 
    38     of the software make no representations about the suitability of this 
    39     software for any particular purpose. The entire risk as to the quality 
    40     and performance of the software is with the user. Should the software 
    41     prove defective, the user assumes the cost of all necessary servicing, 
    42     repair or correction. In particular, neither Rensselaer Polytechnic 
    43     Institute, nor the authors of the software are liable for any indirect, 
    44     special, consequential, or incidental damages related to the software, 
    45     to the maximum extent the law permits. --> 
    4641 
    4742   <!-- Provides category filter templates --> 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/strings.xsl

    r2426 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
    220<xsl:stylesheet 
    321  version="1.0" 
    422  xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
    523  xmlns="http://www.w3.org/1999/xhtml"> 
    6  
    7 <!-- ********************************************************************** 
    8   Copyright 2009 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    9  
    10   Redistribution and use of this distribution in source and binary forms, 
    11   with or without modification, are permitted provided that: 
    12      The above copyright notice and this permission notice appear in all 
    13       copies and supporting documentation; 
    14  
    15       The name, identifiers, and trademarks of Rensselaer Polytechnic 
    16       Institute are not used in advertising or publicity without the 
    17       express prior written permission of Rensselaer Polytechnic Institute; 
    18  
    19   DISCLAIMER: The software is distributed" AS IS" without any express or 
    20   implied warranty, including but not limited to, any implied warranties 
    21   of merchantability or fitness for a particular purpose or any warrant)' 
    22   of non-infringement of any current or pending patent rights. The authors 
    23   of the software make no representations about the suitability of this 
    24   software for any particular purpose. The entire risk as to the quality 
    25   and performance of the software is with the user. Should the software 
    26   prove defective, the user assumes the cost of all necessary servicing, 
    27   repair or correction. In particular, neither Rensselaer Polytechnic 
    28   Institute, nor the authors of the software are liable for any indirect, 
    29   special, consequential, or incidental damages related to the software, 
    30   to the maximum extent the law permits.  
    31 --> 
    3224 
    3325  <!-- xsl:template match="/" --> 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/tofreshen/js-list.xsl

    r2448 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
     20 
    221<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    322  <xsl:output method="html" omit-xml-declaration="yes" indent="no" media-type="text/javascript" standalone="yes"/> 
     
    1635       to display more than a single day's events. 
    1736  --> 
    18  
    19   <!-- ********************************************************************** 
    20     Copyright 2006 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    21  
    22     Redistribution and use of this distribution in source and binary forms, 
    23     with or without modification, are permitted provided that: 
    24        The above copyright notice and this permission notice appear in all 
    25         copies and supporting documentation; 
    26  
    27         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    28         Institute are not used in advertising or publicity without the 
    29         express prior written permission of Rensselaer Polytechnic Institute; 
    30  
    31     DISCLAIMER: The software is distributed" AS IS" without any express or 
    32     implied warranty, including but not limited to, any implied warranties 
    33     of merchantability or fitness for a particular purpose or any warrant)' 
    34     of non-infringement of any current or pending patent rights. The authors 
    35     of the software make no representations about the suitability of this 
    36     software for any particular purpose. The entire risk as to the quality 
    37     and performance of the software is with the user. Should the software 
    38     prove defective, the user assumes the cost of all necessary servicing, 
    39     repair or correction. In particular, neither Rensselaer Polytechnic 
    40     Institute, nor the authors of the software are liable for any indirect, 
    41     special, consequential, or incidental damages related to the software, 
    42     to the maximum extent the law permits. --> 
    4337 
    4438  <xsl:variable name="urlprefix" select="/bedework/urlprefix"/> 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/tofreshen/jsToday.xsl

    r2448 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
    220<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    321  <xsl:output method="html" omit-xml-declaration="yes" indent="no" media-type="text/javascript" standalone="yes"/> 
     
    1634       to display more than a single day's events. 
    1735  --> 
    18  
    19   <!-- ********************************************************************** 
    20     Copyright 2006 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    21  
    22     Redistribution and use of this distribution in source and binary forms, 
    23     with or without modification, are permitted provided that: 
    24        The above copyright notice and this permission notice appear in all 
    25         copies and supporting documentation; 
    26  
    27         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    28         Institute are not used in advertising or publicity without the 
    29         express prior written permission of Rensselaer Polytechnic Institute; 
    30  
    31     DISCLAIMER: The software is distributed" AS IS" without any express or 
    32     implied warranty, including but not limited to, any implied warranties 
    33     of merchantability or fitness for a particular purpose or any warrant)' 
    34     of non-infringement of any current or pending patent rights. The authors 
    35     of the software make no representations about the suitability of this 
    36     software for any particular purpose. The entire risk as to the quality 
    37     and performance of the software is with the user. Should the software 
    38     prove defective, the user assumes the cost of all necessary servicing, 
    39     repair or correction. In particular, neither Rensselaer Polytechnic 
    40     Institute, nor the authors of the software are liable for any indirect, 
    41     special, consequential, or incidental damages related to the software, 
    42     to the maximum extent the law permits. --> 
    4336 
    4437  <xsl:variable name="urlprefix" select="/bedework/urlprefix"/> 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/tofreshen/json-list-src.xsl

    r2520 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
    220<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    321  <xsl:output method="html" omit-xml-declaration="yes" indent="no" media-type="text/javascript" standalone="yes"/> 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/tofreshen/list-json-obj.xsl

    r2520 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
    220<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    321  <xsl:output method="html" omit-xml-declaration="yes" indent="no" media-type="text/javascript" standalone="yes"/> 
     
    3250       <script src="http://localhost:8080/cal/main/listEvents.do?days=4&setappvar(objName=myobj)&skinName=json-list-src" type="text/javascript"></script> 
    3351  --> 
    34  
    35   <!-- ********************************************************************** 
    36     Copyright 2008 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    37  
    38     Redistribution and use of this distribution in source and binary forms, 
    39     with or without modification, are permitted provided that: 
    40        The above copyright notice and this permission notice appear in all 
    41         copies and supporting documentation; 
    42  
    43         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    44         Institute are not used in advertising or publicity without the 
    45         express prior written permission of Rensselaer Polytechnic Institute; 
    46  
    47     DISCLAIMER: The software is distributed" AS IS" without any express or 
    48     implied warranty, including but not limited to, any implied warranties 
    49     of merchantability or fitness for a particular purpose or any warrant)' 
    50     of non-infringement of any current or pending patent rights. The authors 
    51     of the software make no representations about the suitability of this 
    52     software for any particular purpose. The entire risk as to the quality 
    53     and performance of the software is with the user. Should the software 
    54     prove defective, the user assumes the cost of all necessary servicing, 
    55     repair or correction. In particular, neither Rensselaer Polytechnic 
    56     Institute, nor the authors of the software are liable for any indirect, 
    57     special, consequential, or incidental damages related to the software, 
    58     to the maximum extent the law permits. --> 
    5952 
    6053  <!-- DEFINE INCLUDES --> 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/vcal.xsl

    r2448 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
    220<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    321<xsl:output 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/widget-json-cats.xsl

    r2827 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
    220<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    321  <xsl:output method="html" omit-xml-declaration="yes" indent="no" media-type="text/javascript" standalone="yes"/> 
     
    1129 
    1230  --> 
    13  
    14   <!-- ********************************************************************** 
    15     Copyright 2010 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    16  
    17     Redistribution and use of this distribution in source and binary forms, 
    18     with or without modification, are permitted provided that: 
    19        The above copyright notice and this permission notice appear in all 
    20         copies and supporting documentation; 
    21  
    22         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    23         Institute are not used in advertising or publicity without the 
    24         express prior written permission of Rensselaer Polytechnic Institute; 
    25  
    26     DISCLAIMER: The software is distributed" AS IS" without any express or 
    27     implied warranty, including but not limited to, any implied warranties 
    28     of merchantability or fitness for a particular purpose or any warrant)' 
    29     of non-infringement of any current or pending patent rights. The authors 
    30     of the software make no representations about the suitability of this 
    31     software for any particular purpose. The entire risk as to the quality 
    32     and performance of the software is with the user. Should the software 
    33     prove defective, the user assumes the cost of all necessary servicing, 
    34     repair or correction. In particular, neither Rensselaer Polytechnic 
    35     Institute, nor the authors of the software are liable for any indirect, 
    36     special, consequential, or incidental damages related to the software, 
    37     to the maximum extent the law permits. --> 
    3831 
    3932  <!-- DEFINE INCLUDES --> 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/widget-json-groups.xsl

    r2827 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
    220<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    321  <xsl:output method="html" omit-xml-declaration="yes" indent="no" media-type="text/javascript" standalone="yes"/> 
     
    1129 
    1230  --> 
    13  
    14   <!-- ********************************************************************** 
    15     Copyright 2010 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    16  
    17     Redistribution and use of this distribution in source and binary forms, 
    18     with or without modification, are permitted provided that: 
    19        The above copyright notice and this permission notice appear in all 
    20         copies and supporting documentation; 
    21  
    22         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    23         Institute are not used in advertising or publicity without the 
    24         express prior written permission of Rensselaer Polytechnic Institute; 
    25  
    26     DISCLAIMER: The software is distributed" AS IS" without any express or 
    27     implied warranty, including but not limited to, any implied warranties 
    28     of merchantability or fitness for a particular purpose or any warrant)' 
    29     of non-infringement of any current or pending patent rights. The authors 
    30     of the software make no representations about the suitability of this 
    31     software for any particular purpose. The entire risk as to the quality 
    32     and performance of the software is with the user. Should the software 
    33     prove defective, the user assumes the cost of all necessary servicing, 
    34     repair or correction. In particular, neither Rensselaer Polytechnic 
    35     Institute, nor the authors of the software are liable for any indirect, 
    36     special, consequential, or incidental damages related to the software, 
    37     to the maximum extent the law permits. --> 
    3831 
    3932  <!-- DEFINE INCLUDES --> 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/xsl/categoryFiltering.xsl

    r2559 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
    220<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    321 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/xsl/htmlCategoryFiltering.xsl

    r2557 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
    220<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    321 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/xsl/htmlEvent.xsl

    r2557 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
    220<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    321 <xsl:template match="event"> 
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/strings.xsl

    r2583 r2843  
    11<?xml version="1.0" encoding="UTF-8"?> 
     2<!--  
     3    Licensed to Jasig under one or more contributor license 
     4    agreements. See the NOTICE file distributed with this work 
     5    for additional information regarding copyright ownership. 
     6    Jasig licenses this file to you under the Apache License, 
     7    Version 2.0 (the "License"); you may not use this file 
     8    except in compliance with the License. You may obtain a 
     9    copy of the License at: 
     10     
     11    http://www.apache.org/licenses/LICENSE-2.0 
     12     
     13    Unless required by applicable law or agreed to in writing, 
     14    software distributed under the License is distributed on 
     15    an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     16    KIND, either express or implied. See the License for the 
     17    specific language governing permissions and limitations 
     18    under the License. 
     19--> 
    220<xsl:stylesheet 
    321  version="1.0" 
    422  xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
    523  xmlns="http://www.w3.org/1999/xhtml"> 
    6  
    7 <!-- ********************************************************************** 
    8   Copyright 2009 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    9  
    10   Redistribution and use of this distribution in source and binary forms, 
    11   with or without modification, are permitted provided that: 
    12      The above copyright notice and this permission notice appear in all 
    13       copies and supporting documentation; 
    14  
    15       The name, identifiers, and trademarks of Rensselaer Polytechnic 
    16       Institute are not used in advertising or publicity without the 
    17       express prior written permission of Rensselaer Polytechnic Institute; 
    18  
    19   DISCLAIMER: The software is distributed" AS IS" without any express or 
    20   implied warranty, including but not limited to, any implied warranties 
    21   of merchantability or fitness for a particular purpose or any warrant)' 
    22   of non-infringement of any current or pending patent rights. The authors 
    23   of the software make no representations about the suitability of this 
    24   software for any particular purpose. The entire risk as to the quality 
    25   and performance of the software is with the user. Should the software 
    26   prove defective, the user assumes the cost of all necessary servicing, 
    27   repair or correction. In particular, neither Rensselaer Polytechnic 
    28   Institute, nor the authors of the software are liable for any indirect, 
    29   special, consequential, or incidental damages related to the software, 
    30   to the maximum extent the law permits.  
    31 --> 
    3224 
    3325  <!-- xsl:template match="/" -->