diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2010-04-20 09:53:22 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2010-04-20 09:55:54 -0700 |
commit | 4d95ca878726433febebb741de1fa2b69e9363f0 (patch) | |
tree | d08e60b638e19609a5f19c2b6fe868cb754bb4f8 /src/tet3/dtet2lib/tetunlnk.c | |
parent | 999d8e8d1e430c62b5237e885836830e5f8b8d73 (diff) |
tet: Add change notifications to comply with the annoying terms of the 'Artistic' license.
From the license:
3. You may otherwise modify your copy of this Package in any way,
provided that you **insert a prominent notice in each changed file
stating how and when you changed that file**, and provided that you do
at least ONE of the following:
[...]
(emphasis mine)
Most, but not all, of the files in src/tet3 do not have the X11 license at the
top and so are covered by this clause.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/tet3/dtet2lib/tetunlnk.c')
-rw-r--r-- | src/tet3/dtet2lib/tetunlnk.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tet3/dtet2lib/tetunlnk.c b/src/tet3/dtet2lib/tetunlnk.c index e9773063..41347b7d 100644 --- a/src/tet3/dtet2lib/tetunlnk.c +++ b/src/tet3/dtet2lib/tetunlnk.c @@ -30,6 +30,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ |