Subversion Repositories SvarDOS

Rev

Rev 1563 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1563 Rev 1564
Line 33... Line 33...
33
  ?>
33
  ?>
34
  </table>
34
  </table>
35
 
35
 
36
  <h2>LICENSE (MIT)</h2>
36
  <h2>LICENSE (MIT)</h2>
37
 
37
 
38
  <p>Copyright &copy; <?php echo $COPYRDATE; ?> <?php if (empty($COPYRHOLDER)) echo 'Mateusz Viste' else echo $COPYRHOLDER; ?></p>
38
  <p>Copyright &copy; <?php echo $COPYRDATE; ?>
-
 
39
 <?php
-
 
40
    if (empty($COPYRHOLDER)) {
-
 
41
      echo 'Mateusz Viste';
-
 
42
    } else {
-
 
43
      echo $COPYRHOLDER;
-
 
44
    } ?></p>
39
 
45
 
40
  <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
46
  <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
41
 
47
 
42
  <p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
48
  <p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
43
 
49