about.html.erb 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <div class="form">
  2. <fieldset>
  3. <h3 class="fieldset-header">About</h3>
  4. <table class="table">
  5. <tbody>
  6. <tr>
  7. <td style="width: 15%;">Software:</td>
  8. <td>OpenADR VTN <%= Oadr::VERSION %></td>
  9. </tr>
  10. <tr>
  11. <td>Developed for:</td>
  12. <td>
  13. Electric Power Research Institute (EPRI) <br/>
  14. 3420 Hillview Ave. <br/>
  15. Palo Alto, CA 94304
  16. </td>
  17. </tr>
  18. <tr>
  19. <td>Support*</td>
  20. <td>
  21. This software is provided by EPRI "AS IS" and without customer support beyond such embodiments within the distribution of this software that may or may not provide such support.
  22. </td>
  23. </tr>
  24. <tr>
  25. <td>Copyright:</td>
  26. <td>
  27. Copyright &copy; 2017 Electric Power Research Institute, Inc. All Rights Reserved.
  28. <br/> <br/>
  29. Permission to use, copy, modify, and distribute this software for any purpose with or
  30. without fee is hereby granted, provided that the above copyright notice and this permission notice
  31. appear in all copies.
  32. </td>
  33. </tr>
  34. <tr>
  35. <td>Developed by:</td>
  36. <td>
  37. nebland software, LLC <br/>
  38. 859 Richborough Rd <br/>
  39. Green Bay, WI 54313 <br/>
  40. </td>
  41. </tr>
  42. <tr>
  43. <td>Ordering Information:</td>
  44. <td>
  45. The embodiments of this Program and supporting materials may be ordered from <br/><br/>
  46. Electric Power Software Center (EPSC) <br/>
  47. 9625 Research Drive <br/>
  48. Charlotte, NC 28262 <br/>
  49. Phone 1-800-313-3774 <br/>
  50. Email askepri@epri.com <br/>
  51. </td>
  52. </tr
  53. <tr>
  54. <td>Disclaimer</td>
  55. <td>
  56. <h5>
  57. THIS SOFTWARE IS PROVIDED BY EPRI AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL EPRI BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  58. </h5>
  59. </td>
  60. </tr>
  61. </tbody>
  62. </table>
  63. </fieldset>
  64. </div>