update license header to a more standard form
authorRalf Jung <post@ralfj.de>
Fri, 14 Nov 2014 08:55:01 +0000 (09:55 +0100)
committerRalf Jung <post@ralfj.de>
Fri, 14 Nov 2014 08:55:01 +0000 (09:55 +0100)
COPYING
client-scripts/dyn-ns-client
nsupd-wrapper/dyn-nsupdate.cpp
server-scripts/checkip
server-scripts/update

diff --git a/COPYING b/COPYING
index 5463e792d4bd1459b2dd814fbadee9dc388535b1..7ef1730cc84e133266c2e1e92d31fc09838e9e7d 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -21,7 +21,3 @@ 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.
 
-The views and conclusions contained in the software and documentation are those
-of the authors and should not be interpreted as representing official policies, 
-either expressed or implied, of the FreeBSD Project.
-
index 0fc88e6fc978f3195f4c2d4b6b4e1740c930fd0d..524b4ad432b023789691ed59bf20c88caf9e7309 100755 (executable)
 # 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.
-# 
-# The views and conclusions contained in the software and documentation are those
-# of the authors and should not be interpreted as representing official policies, 
-# either expressed or implied, of the FreeBSD Project.
 #==============================================================================
 # configuration variables
 domains = ['test.dyn.example.com'] # list of domains to update
index d133369290bbfd1d0d028029d2321602cadc3aa8..b1bcfd281e23796ef86a0a7697ebca5120e9d044 100644 (file)
 * 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.
-* 
-* The views and conclusions contained in the software and documentation are those
-* of the authors and should not be interpreted as representing official policies, 
-* either expressed or implied, of the FreeBSD Project.
 */
 
 #include <iostream>
index be969f384b5404bfc58391bd8c75079bf4c88b93..9ddbac245981996326801486d71f3ff4703c6849 100755 (executable)
 # 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.
-# 
-# The views and conclusions contained in the software and documentation are those
-# of the authors and should not be interpreted as representing official policies, 
-# either expressed or implied, of the FreeBSD Project.
 
 import os
 
index 0e8234c36bbc68ae83b5dde168f0b3e3709cc550..bd4ae8362eb6964e6816dec491b82a6ad5af7f76 100755 (executable)
 # 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.
-# 
-# The views and conclusions contained in the software and documentation are those
-# of the authors and should not be interpreted as representing official policies, 
-# either expressed or implied, of the FreeBSD Project.
 
 import cgi, os, sys, subprocess
 form = cgi.FieldStorage(keep_blank_values=True)