[Freeipa-devel] [PATCH 0321] Update and standardize copyright headers; introduce AUTHORS file

Lukas Slebodnik lslebodn at redhat.com
Mon May 25 12:41:08 UTC 2015


On (28/04/15 14:50), Petr Spacek wrote:
>Hello,
>
>I'm going to add couple new files to the source tree and current copyright
>header drove me mad, so here is (finally) a clenaup.
>
>
>Update and standardize copyright headers; introduce AUTHORS file.
>
>Dates in all headers were harmonized with Git history.
>AUTHORS file lists all authors listed in Git history and source files too.
>
>-- 
>Petr^2 Spacek

>From 06c00763378629977e458322bc4862719ce7f9a0 Mon Sep 17 00:00:00 2001
>From: Petr Spacek <pspacek at redhat.com>
>Date: Tue, 28 Apr 2015 14:40:46 +0200
>Subject: [PATCH] Update and standardize copyright headers; introduce AUTHORS
> file.
>
>Dates in all headers were harmonized with Git history.
>AUTHORS file lists all authors listed in Git history and source files too.
>---
> AUTHORS              |  9 ++++++++
> COPYING              | 26 +++++++++++++++++++++
> releng/bumpver.py    |  3 +++
> releng/srcversion.py |  3 +++
> releng/trac.py       |  3 +++
> releng/tracvers.py   |  3 +++
> src/acl.c            | 37 +-----------------------------
> src/acl.h            | 18 +--------------
> src/compat.h         | 18 +--------------
> src/fs.c             | 18 +--------------
> src/fs.h             | 48 +++++++++++++--------------------------
> src/fwd_register.c   |  4 ++++
> src/fwd_register.h   |  4 ++++
> src/krb5_helper.c    | 15 +-----------
> src/krb5_helper.h    |  4 ++++
> src/ldap_convert.c   | 18 +--------------
> src/ldap_convert.h   | 18 +--------------
> src/ldap_driver.c    | 19 +---------------
> src/ldap_driver.h    | 18 +--------------
> src/ldap_entry.c     | 19 +---------------
> src/ldap_entry.h     | 19 +---------------
> src/ldap_helper.c    | 20 +---------------
> src/ldap_helper.h    | 19 +---------------
> src/lock.c           | 18 +--------------
> src/lock.h           | 50 ++++++++++++++--------------------------
> src/log.c            | 64 ++++++++++++++++++++--------------------------------
> src/log.h            | 18 +--------------
> src/rbt_helper.c     |  4 ++++
> src/rbt_helper.h     |  4 ++++
> src/rdlist.c         | 19 +---------------
> src/rdlist.h         | 19 +---------------
> src/semaphore.c      | 18 +--------------
> src/semaphore.h      | 18 +--------------
> src/settings.c       | 18 +--------------
> src/settings.h       | 18 +--------------
> src/str.c            | 18 +--------------
> src/str.h            | 18 +--------------
> src/syncrepl.c       | 18 +--------------
> src/syncrepl.h       | 18 +--------------
> src/types.h          | 18 +--------------
> src/util.h           | 18 +--------------
> src/zone_manager.c   | 18 +--------------
> src/zone_manager.h   | 19 +---------------
> src/zone_register.c  | 18 +--------------
> src/zone_register.h  | 18 +--------------
> 45 files changed, 155 insertions(+), 657 deletions(-)
> create mode 100644 AUTHORS
> rewrite src/fs.h (76%)
> rewrite src/lock.h (74%)
> rewrite src/log.c (70%)
>
There is a conflict due to already removed files;
other wise it looks good.

ACK

BTW I noticed that two header fiels does not have a include guard
compat.h krb5_helper.h

LS




More information about the Freeipa-devel mailing list