guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dhcp] 03/08: dhcp: correct copyright in tests/


From: Rohan Prinja
Subject: [dhcp] 03/08: dhcp: correct copyright in tests/
Date: Mon, 15 Jun 2015 19:26:20 +0000

wenderen pushed a commit to branch master
in repository dhcp.

commit 87839167b656cbe8a10bafd3a093465f10cf8c42
Author: Rohan Prinja <address@hidden>
Date:   Thu Jun 11 05:09:04 2015 +0530

    dhcp: correct copyright in tests/
---
 tests/dhcp-dhcp.scm       |    2 +-
 tests/dhcp-interfaces.scm |    9 +--------
 tests/dhcp-messages.scm   |    3 +--
 tests/dhcp-send.scm       |    2 +-
 4 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/tests/dhcp-dhcp.scm b/tests/dhcp-dhcp.scm
index c00a76b..9d24e4c 100644
--- a/tests/dhcp-dhcp.scm
+++ b/tests/dhcp-dhcp.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix DHCP Client.
 ;;;
-;;; Copyright 2015 Free Software Foundation, Inc.
+;;; Copyright � 2015 Rohan Prinja <address@hidden>
 ;;;
 ;;; This program is free software; you can redistribute it and/or modify it
 ;;; under the terms of the GNU General Public License as published by
diff --git a/tests/dhcp-interfaces.scm b/tests/dhcp-interfaces.scm
index 09d41e8..be972d5 100644
--- a/tests/dhcp-interfaces.scm
+++ b/tests/dhcp-interfaces.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix DHCP Client.
 ;;;
-;;; Copyright 2015 Free Software Foundation, Inc.
+;;; Copyright � 2015 Rohan Prinja <address@hidden>
 ;;;
 ;;; This program is free software; you can redistribute it and/or modify it
 ;;; under the terms of the GNU General Public License as published by
@@ -31,17 +31,10 @@
 
 (print-hardware-address (hardware-address eth))
 
-(open-pipe "ls -l" OPEN_BOTH)
-
 (test-eq "correct-family"
         ARPHRD_ETHER
         (hardware-family eth))
 
-;(define iaddr (network-interface-address sock (cadr ifaces)))
-;(display iaddr) (newline)b;(define ifaddrs (get-first-interface-ptr))
-;(define ifaces (find-interfaces ifaddrs))
-;(free-interfaces ifaddrs)
-
 (test-end)
 
 (exit (zero? (test-runner-fail-count (test-runner-current))))
diff --git a/tests/dhcp-messages.scm b/tests/dhcp-messages.scm
index 2d99803..ad0e4b7 100644
--- a/tests/dhcp-messages.scm
+++ b/tests/dhcp-messages.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix DHCP Client.
 ;;;
-;;; Copyright 2015 Free Software Foundation, Inc.
+;;; Copyright � 2015 Rohan Prinja <address@hidden>
 ;;;
 ;;; This program is free software; you can redistribute it and/or modify it
 ;;; under the terms of the GNU General Public License as published by
@@ -22,7 +22,6 @@
             (dhcp interfaces)
             (dhcp messages)
             (dhcp options names)
-            (oop goops)
             (rnrs bytevectors))
 
 (define netif
diff --git a/tests/dhcp-send.scm b/tests/dhcp-send.scm
index d28542d..d3ee95e 100644
--- a/tests/dhcp-send.scm
+++ b/tests/dhcp-send.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix DHCP Client.
 ;;;
-;;; Copyright 2015 Free Software Foundation, Inc.
+;;; Copyright � 2015 Rohan Prinja <address@hidden>
 ;;;
 ;;; This program is free software; you can redistribute it and/or modify it
 ;;; under the terms of the GNU General Public License as published by



reply via email to

[Prev in Thread] Current Thread [Next in Thread]