Changeset 2842

Show
Ignore:
Timestamp:
03/04/10 15:04:20
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/webuser/webapp/resources/demoskins/default/PDA/default.xsl

    r2747 r2842  
    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 
     
    4058    <html lang="en"> 
    4159      <head> 
    42         <title>Rensselaer Calendar of Events</title> 
    43         <link rel="icon" type="image/ico" href="http://www.rpi.edu/x/favicon.ico" /> 
     60        <title>Bedework Calendar of Events</title> 
    4461      </head> 
    4562      <body> 
     
    317334  <xsl:template name="headBar"> 
    318335    <p align="center"> 
    319       <b>Rensselaer Events Calendar</b><br /> 
     336      <b>Bedework Events Calendar</b><br /> 
    320337      <xsl:if test="/ucalendar/page!='calendars' and /ucalendar/page!='event'"> 
    321         <a href="{$urlPrefix}/setView.do?date={$prevdate}"><img src="{$resourcesRoot}/images/rensselaer/std-arrow-left.gif" alt="previous" width="13" height="16" class="prevImg" border="0"/></a> 
     338        <a href="{$urlPrefix}/setView.do?date={$prevdate}"><img src="{$resourcesRoot}/std-arrow-left.gif" alt="previous" width="13" height="16" class="prevImg" border="0"/></a> 
    322339        <xsl:text> </xsl:text> 
    323340        <xsl:choose> 
     
    336353        </xsl:choose> 
    337354        <xsl:text> </xsl:text> 
    338         <a href="{$urlPrefix}/setView.do?date={$nextdate}"><img src="{$resourcesRoot}/images/rensselaer/std-arrow-right.gif" alt="next" width="13" height="16" class="nextImg" border="0"/></a><br /> 
     355        <a href="{$urlPrefix}/setView.do?date={$nextdate}"><img src="{$resourcesRoot}/std-arrow-right.gif" alt="next" width="13" height="16" class="nextImg" border="0"/></a><br /> 
    339356      </xsl:if> 
    340357      <xsl:choose> 
     
    466483  <xsl:template name="footer"> 
    467484    <p align="center"> 
    468       <a href="http://www.rpi.edu/pda/">Return to the Portable Rensselaer</a><br /
    469       <small>Maintained by C&amp;CT, DotCIO<br />Rensselaer Polytechnic Institute</small
     485         <!-- use to point them back to a portable site, perhaps--
     486      <a href="http://localhost:8080/ucal/">Return to your calendar</a><br /
    470487    </p> 
    471488  </xsl:template> 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/PDA/ical.xsl

    r952 r2842  
    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/webuser/webapp/resources/demoskins/default/PDA/vcal.xsl

    r952 r2842  
    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/webuser/webapp/resources/demoskins/default/default/default.xsl

    r2750 r2842  
    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" 
     
    1735  <!-- ========================================= --> 
    1836 
    19   <!-- ********************************************************************** 
    20     Copyright 2008 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. --> 
    43  
     37  
    4438  <!-- GENERATE KEYS --> 
    4539  <!-- We occasionally need to pick out unique events from the calendar tree view 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/rss-list.xsl

    r2709 r2842  
    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="xml" omit-xml-declaration="no" indent="yes" 
     
    2038 
    2139     ===============================================================  --> 
    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. --> 
    46      
    47      
     40 
    4841   <xsl:include href="strings.xsl"/> 
    4942 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/rss.xsl

    r2173 r2842  
    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 
     
    2442 
    2543     ===============================================================  --> 
    26 <!-- ********************************************************************** 
    27     Copyright 2008 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    28  
    29     Redistribution and use of this distribution in source and binary forms, 
    30     with or without modification, are permitted provided that: 
    31        The above copyright notice and this permission notice appear in all 
    32         copies and supporting documentation; 
    33  
    34         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    35         Institute are not used in advertising or publicity without the 
    36         express prior written permission of Rensselaer Polytechnic Institute; 
    37  
    38     DISCLAIMER: The software is distributed" AS IS" without any express or 
    39     implied warranty, including but not limited to, any implied warranties 
    40     of merchantability or fitness for a particular purpose or any warrant)' 
    41     of non-infringement of any current or pending patent rights. The authors 
    42     of the software make no representations about the suitability of this 
    43     software for any particular purpose. The entire risk as to the quality 
    44     and performance of the software is with the user. Should the software 
    45     prove defective, the user assumes the cost of all necessary servicing, 
    46     repair or correction. In particular, neither Rensselaer Polytechnic 
    47     Institute, nor the authors of the software are liable for any indirect, 
    48     special, consequential, or incidental damages related to the software, 
    49     to the maximum extent the law permits. --> 
    5044 
    5145   <xsl:template match="/"> 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/strings.xsl

    r2750 r2842  
    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" 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/vcal.xsl

    r952 r2842  
    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