summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormandyke <mandyke@gmail.com>2013-05-10 14:36:46 +0000
committermandyke <mandyke@gmail.com>2013-05-10 14:36:46 +0000
commitea2022463abf8301c7a8c0dbe46a035bfac439d4 (patch)
tree039c69b1d18290da133f5fca4646a057c1087b86
parent1e242be188b3affbec3050281ef033d4a5589513 (diff)
downloaddistcc-git-ea2022463abf8301c7a8c0dbe46a035bfac439d4.tar.gz
Add Copyright notice to some files.
Fixes issue 128
-rw-r--r--src/timeval.c7
-rw-r--r--src/timeval.h7
2 files changed, 10 insertions, 4 deletions
diff --git a/src/timeval.c b/src/timeval.c
index f40364b..c28134f 100644
--- a/src/timeval.c
+++ b/src/timeval.c
@@ -1,6 +1,9 @@
/* -*- c-file-style: "java"; indent-tabs-mode: nil; tab-width: 4; fill-column: 78 -*-
- * from the GNU libc manual */
-/*
+ *
+ * struct timeval subtraction.
+ *
+ * Copyright (C) 1991-2013 Free Software Foundation, Inc.
+ *
* 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 the Free Software Foundation; either version 2
diff --git a/src/timeval.h b/src/timeval.h
index 34ad311..9750884 100644
--- a/src/timeval.h
+++ b/src/timeval.h
@@ -1,6 +1,9 @@
/* -*- c-file-style: "java"; indent-tabs-mode: nil; tab-width: 4; fill-column: 78 -*-
- * from the GNU libc manual */
-/*
+ *
+ * struct timeval subtraction.
+ *
+ * Copyright (C) 1991-2013 Free Software Foundation, Inc.
+ *
* 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 the Free Software Foundation; either version 2