dhcp: correct copyright in tests/

This commit is contained in:
Rohan Prinja 2015-06-11 05:09:04 +05:30
parent 7c44a86cb1
commit 87839167b6
4 changed files with 4 additions and 12 deletions

View File

@ -1,6 +1,6 @@
;;; GNU Guix DHCP Client.
;;;
;;; Copyright 2015 Free Software Foundation, Inc.
;;; Copyright © 2015 Rohan Prinja <rohan.prinja@gmail.com>
;;;
;;; 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

View File

@ -1,6 +1,6 @@
;;; GNU Guix DHCP Client.
;;;
;;; Copyright 2015 Free Software Foundation, Inc.
;;; Copyright © 2015 Rohan Prinja <rohan.prinja@gmail.com>
;;;
;;; 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))))

View File

@ -1,6 +1,6 @@
;;; GNU Guix DHCP Client.
;;;
;;; Copyright 2015 Free Software Foundation, Inc.
;;; Copyright © 2015 Rohan Prinja <rohan.prinja@gmail.com>
;;;
;;; 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

View File

@ -1,6 +1,6 @@
;;; GNU Guix DHCP Client.
;;;
;;; Copyright 2015 Free Software Foundation, Inc.
;;; Copyright © 2015 Rohan Prinja <rohan.prinja@gmail.com>
;;;
;;; 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