summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormandyke@gmail.com <mandyke@gmail.com@01de4be4-8c4a-0410-9132-4925637da917>2013-05-10 14:36:46 +0000
committermandyke@gmail.com <mandyke@gmail.com@01de4be4-8c4a-0410-9132-4925637da917>2013-05-10 14:36:46 +0000
commitb6b94e63a08128f88b833b089583fa3d6dd66667 (patch)
tree039c69b1d18290da133f5fca4646a057c1087b86
parent7e5568c819b9c5198273bf5b998eda08ee0d5e20 (diff)
downloaddistcc-b6b94e63a08128f88b833b089583fa3d6dd66667.tar.gz
Add Copyright notice to some files.
Fixes issue 128 git-svn-id: http://distcc.googlecode.com/svn/trunk@780 01de4be4-8c4a-0410-9132-4925637da917
-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