diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-29 19:46:31 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-06-29 19:46:31 -0400 |
commit | d0bc4f20adfe4392639ddda6721850fdc74ea123 (patch) | |
tree | b5cae064eab343c9485b933961a59c257d680fa0 /src/librc | |
parent | b6766c25442bf75a4cf8e65b53a252831c356022 (diff) |
drop useless "All rights reserved" notice
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'src/librc')
-rw-r--r-- | src/librc/librc-daemon.c | 3 | ||||
-rw-r--r-- | src/librc/librc-depend.c | 3 | ||||
-rw-r--r-- | src/librc/librc-misc.c | 3 | ||||
-rw-r--r-- | src/librc/librc-stringlist.c | 3 | ||||
-rw-r--r-- | src/librc/librc.c | 3 | ||||
-rw-r--r-- | src/librc/librc.h | 3 | ||||
-rw-r--r-- | src/librc/rc.h.in | 3 |
7 files changed, 7 insertions, 14 deletions
diff --git a/src/librc/librc-daemon.c b/src/librc/librc-daemon.c index c6b87829..982da354 100644 --- a/src/librc/librc-daemon.c +++ b/src/librc/librc-daemon.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2009 Roy Marples <roy@marples.name> - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/librc/librc-depend.c b/src/librc/librc-depend.c index 102790d2..3aa94575 100644 --- a/src/librc/librc-depend.c +++ b/src/librc/librc-depend.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2009 Roy Marples <roy@marples.name> - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/librc/librc-misc.c b/src/librc/librc-misc.c index aa038a3a..15105c5d 100644 --- a/src/librc/librc-misc.c +++ b/src/librc/librc-misc.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2008 Roy Marples <roy@marples.name> - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/librc/librc-stringlist.c b/src/librc/librc-stringlist.c index 22b823b2..1a59335c 100644 --- a/src/librc/librc-stringlist.c +++ b/src/librc/librc-stringlist.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2008 Roy Marples <roy@marples.name> - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/librc/librc.c b/src/librc/librc.c index d769eea8..a6ff0fe6 100644 --- a/src/librc/librc.c +++ b/src/librc/librc.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2008 Roy Marples <roy@marples.name> - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/librc/librc.h b/src/librc/librc.h index f04750d5..43b01570 100644 --- a/src/librc/librc.h +++ b/src/librc/librc.h @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2008 Roy Marples <roy@marples.name> - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/librc/rc.h.in b/src/librc/rc.h.in index 5b06de2f..2a7c054a 100644 --- a/src/librc/rc.h.in +++ b/src/librc/rc.h.in @@ -1,7 +1,6 @@ /* * Copyright (c) 2007-2009 Roy Marples <roy@marples.name> - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: |