]> git.decadent.org.uk Git - odhcp6c.git/commitdiff
Update license headers
authorSteven Barth <steven@midlink.org>
Thu, 4 Apr 2013 09:19:12 +0000 (11:19 +0200)
committerSteven Barth <steven@midlink.org>
Thu, 4 Apr 2013 09:19:12 +0000 (11:19 +0200)
src/dhcpv6.c
src/odhcp6c.c
src/odhcp6c.h
src/ra.c
src/ra.h
src/script.c

index d2da0535bed59cc9f22d9642516d164a5d45f6d6..846df9d2285ab49857117bb47bfc6d2ce3ec1042 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2012 Steven Barth <steven@midlink.org>
+ * Copyright (C) 2012-2013 Steven Barth <steven@midlink.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License v2 as published by
index 88f2ae5c7228c1b51e5781fdeb075c4ed4dc99a8..a97e4c914cf646d680edd869bcfe258e4f652372 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2012 Steven Barth <steven@midlink.org>
+ * Copyright (C) 2012-2013 Steven Barth <steven@midlink.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License v2 as published by
index eae9b7a8b9ccbedeb3fe3ea9f24b3ebd206f4d47..16a26fec2fa2c06e626655d78047171ff4a23bb5 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2012 Steven Barth <steven@midlink.org>
+ * Copyright (C) 2012-2013 Steven Barth <steven@midlink.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License v2 as published by
index 4ed5371a160d4b63dc7e1ac80a6d74a38ba2e726..814a17decfe706dbde3da71d3749d9ff8dc7a594 100644 (file)
--- a/src/ra.c
+++ b/src/ra.c
@@ -1,3 +1,17 @@
+/**
+ * Copyright (C) 2012-2013 Steven Barth <steven@midlink.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License v2 as published by
+ * the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ */
+
 #include <fcntl.h>
 #include <stdio.h>
 #include <signal.h>
index 37d9573f707a6f48223ec24290e17b970a72bcc6..f87c4f73590961157413f4086d473b05a113ae8b 100644 (file)
--- a/src/ra.h
+++ b/src/ra.h
@@ -1,3 +1,16 @@
+/**
+ * Copyright (C) 2012-2013 Steven Barth <steven@midlink.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License v2 as published by
+ * the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ */
 #pragma once
 
 #define ALL_IPV6_NODES {{{0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\
index 205c581520c3e1e70920cda18506eabed49c9da2..b94b25e9803acf8c0ce2cbc832a7d138c3ed661e 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2012 Steven Barth <steven@midlink.org>
+ * Copyright (C) 2012-2013 Steven Barth <steven@midlink.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License v2 as published by