From 11b054f64b837660290e297c390aa09b0b57e8d6 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 14 Nov 2014 09:55:01 +0100 Subject: [PATCH] update license header to a more standard form --- COPYING | 4 ---- client-scripts/dyn-ns-client | 4 ---- nsupd-wrapper/dyn-nsupdate.cpp | 4 ---- server-scripts/checkip | 4 ---- server-scripts/update | 4 ---- 5 files changed, 20 deletions(-) diff --git a/COPYING b/COPYING index 5463e79..7ef1730 100644 --- 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. - diff --git a/client-scripts/dyn-ns-client b/client-scripts/dyn-ns-client index 0fc88e6..524b4ad 100755 --- a/client-scripts/dyn-ns-client +++ b/client-scripts/dyn-ns-client @@ -21,10 +21,6 @@ # 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 diff --git a/nsupd-wrapper/dyn-nsupdate.cpp b/nsupd-wrapper/dyn-nsupdate.cpp index d133369..b1bcfd2 100644 --- a/nsupd-wrapper/dyn-nsupdate.cpp +++ b/nsupd-wrapper/dyn-nsupdate.cpp @@ -20,10 +20,6 @@ * 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 diff --git a/server-scripts/checkip b/server-scripts/checkip index be969f3..9ddbac2 100755 --- a/server-scripts/checkip +++ b/server-scripts/checkip @@ -21,10 +21,6 @@ # 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 diff --git a/server-scripts/update b/server-scripts/update index 0e8234c..bd4ae83 100755 --- a/server-scripts/update +++ b/server-scripts/update @@ -21,10 +21,6 @@ # 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) -- 2.30.2