]> git.sur5r.net Git - bacula/docs/commitdiff
Explain the FSFE a bit more
authorKern Sibbald <kern@sibbald.com>
Sun, 4 Feb 2007 20:23:31 +0000 (20:23 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 4 Feb 2007 20:23:31 +0000 (20:23 +0000)
docs/home-page/inc/header.php
docs/home-page/pages/fsfe.php [new file with mode: 0644]

index 9fec52e15d9418abc0828b8e409e7d0c56a43d8c..8e690395ed8be6a4e0159ea8f94b53df9dcf45ab 100644 (file)
            <li class="menuItem"> <a href="dev-manual/Supported_Tape_Drives.html"> Tapedrives </a> </li>
            <li class="menuItem"> <a href="dev-manual/Supported_Autochangers.html"> Autochangers </a> </li>
            <li class="menuItem"> <a href="dev-manual/Bacula_Copyri_Tradem_Licens.html"> License </a> </li>
-           <li class="menuItem"> <a href="FLA-bacula.en.pdf"> FSFE License </a></li>
+           <li class="menuItem"> <a href="<? echo $spath ?>/?page=fsfe"> FSFE License </a></li>
            </ul>
         </div>
 
diff --git a/docs/home-page/pages/fsfe.php b/docs/home-page/pages/fsfe.php
new file mode 100644 (file)
index 0000000..566ec0a
--- /dev/null
@@ -0,0 +1,55 @@
+<? require_once("inc/header.php"); ?>
+<table>
+  <tr>
+   <td class="contentTopic">
+   The Free Software Foundation Europe License
+   </td>
+   </tr>
+
+   
+   <tr>
+     <td class="content">
+
+   The Bacula project has assigned its copyright to the Free Software Foundation
+   Europe e.V. in a fiduciary relationship that permits the FSFE to
+   safeguard the Bacula software against abuse while allowing the project
+   to continue without the administrative burden of maintaining the
+   copyright paper work.
+   <p>
+   If you more than a few lines of code or documentation to the Bacula
+   project, we ask you to complete the copyright Fiduciary License            
+   Agreement (link provided below).  This is the same agreement that
+   I (Kern) signed in transferring my copyright to the FSFE.
+   <p>
+   Filling it out is really quite simple.  Please make two copies,
+   then put your name and mailing address on the first page and
+   date it.
+   <p>
+   On the third page after &quot;the author&quot; put your name and the
+   other information requested. This is simply to uniquely identify
+   you.  
+   <p>
+   If you are employed and you do Bacula work while at work
+   or your employer has the rights to your work (often the case),
+   please put your employer's information here.
+   <p>
+   On the fourth page, you can simply put &quot;All code and documentation
+   contributed to the Bacula.org project&quot; or if you wish to be more
+   specific please do so.
+   <p>
+   Thanks for taking the time to complete and send the FLA in.
+   <p>
+   <ul>
+   <li> <a href="FLA-bacula.en.pdf" >PDF of FSFE Fiduciary License Agreement</a>
+    </li>
+   </ul>
+   </td>
+   <td class="content">
+   <ul>
+   </ul>
+   </td>
+   </tr>
+   
+</table>
+ <p>
+<? require_once("inc/footer.php"); ?>