guix-commits
[Top][All Lists]
Advanced

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

[dhcp] 06/08: add copyright line from syscalls.scm in dhcp/interfaces


From: Rohan Prinja
Subject: [dhcp] 06/08: add copyright line from syscalls.scm in dhcp/interfaces
Date: Mon, 15 Jun 2015 19:26:22 +0000

wenderen pushed a commit to branch master
in repository dhcp.

commit 3bec0fd4b45ae48048e83e04a27b1965d5afda00
Author: Rohan Prinja <address@hidden>
Date:   Mon Jun 15 22:05:57 2015 +0530

    add copyright line from syscalls.scm in dhcp/interfaces
---
 dhcp/interfaces.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dhcp/interfaces.scm b/dhcp/interfaces.scm
index 50e5ae8..ed5e36d 100644
--- a/dhcp/interfaces.scm
+++ b/dhcp/interfaces.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix DHCP Client.
 ;;;
 ;;; Copyright � 2015 Rohan Prinja <address@hidden>
+;;; Copyright � 2014, 2015 Ludovic Court�s <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
@@ -67,7 +68,7 @@
                       (dynamic-func "ioctl" (dynamic-link))
                       (list int unsigned-long '*)))
 
-;;; Taken from (guix build syscalls) end
+;;; Taken/modified from (guix build syscalls) end
 
 (define *libinterfaces* (dynamic-link "lib/libinterfaces.so"))
 



reply via email to

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