summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-04-04 11:19:12 +0200
committerSteven Barth <steven@midlink.org>2013-04-04 11:19:12 +0200
commita300c7335c5ad78fb053e7c73b45e95e1f3c2ad1 (patch)
tree1df16a98ffce92c52d94bf91e2281a7e65c28920 /src
parent34a17d3425dca02714e33c1b7d38d3b2964a196c (diff)
downloadodhcp6c-a300c7335c5ad78fb053e7c73b45e95e1f3c2ad1.tar.gz
Update license headers
Diffstat (limited to 'src')
-rw-r--r--src/dhcpv6.c2
-rw-r--r--src/odhcp6c.c2
-rw-r--r--src/odhcp6c.h2
-rw-r--r--src/ra.c14
-rw-r--r--src/ra.h13
-rw-r--r--src/script.c2
6 files changed, 31 insertions, 4 deletions
diff --git a/src/dhcpv6.c b/src/dhcpv6.c
index d2da053..846df9d 100644
--- a/src/dhcpv6.c
+++ b/src/dhcpv6.c
@@ -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
diff --git a/src/odhcp6c.c b/src/odhcp6c.c
index 88f2ae5..a97e4c9 100644
--- a/src/odhcp6c.c
+++ b/src/odhcp6c.c
@@ -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
diff --git a/src/odhcp6c.h b/src/odhcp6c.h
index eae9b7a..16a26fe 100644
--- a/src/odhcp6c.h
+++ b/src/odhcp6c.h
@@ -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
diff --git a/src/ra.c b/src/ra.c
index 4ed5371..814a17d 100644
--- 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>
diff --git a/src/ra.h b/src/ra.h
index 37d9573..f87c4f7 100644
--- 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,\
diff --git a/src/script.c b/src/script.c
index 205c581..b94b25e 100644
--- a/src/script.c
+++ b/src/script.c
@@ -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