Skip to content

Commit

Permalink
[global] Update copyright across
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Dec 15, 2018
1 parent e69251e commit 3db5c57
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build-aux/git-version-gen
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Print a version string.
scriptversion=2018-08-31.20; # UTC

# Copyright (C) 2018 Red Hat, Inc.
# Copyright (C) 2012-2018 Red Hat, Inc.
# Copyright (C) 2007-2016 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion build-aux/update-copyright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

enddate=$(date +%Y)

input=$(grep -ril -e "Copyright.*Red Hat" |grep -v .swp |grep -v update-copyright)
input=$(grep -ril -e "Copyright.*Red Hat" |grep -v .swp |grep -v update-copyright |grep -v doxyxml.c)
for i in $input; do
startdate=$(git log --follow "$i" | grep ^Date: | tail -n 1 | awk '{print $6}')
if [ "$startdate" != "$enddate" ]; then
Expand Down
2 changes: 1 addition & 1 deletion libnozzle/internals.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2017 Red Hat, Inc. All rights reserved.
* Copyright (C) 2017-2018 Red Hat, Inc. All rights reserved.
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
Expand Down
2 changes: 1 addition & 1 deletion libnozzle/internals.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2017 Red Hat, Inc. All rights reserved.
* Copyright (C) 2017-2018 Red Hat, Inc. All rights reserved.
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
Expand Down
2 changes: 1 addition & 1 deletion libnozzle/tests/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2010-2017 Red Hat, Inc. All rights reserved.
# Copyright (C) 2017-2018 Red Hat, Inc. All rights reserved.
#
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
#
Expand Down
2 changes: 1 addition & 1 deletion libnozzle/tests/nozzle_test.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2017 Red Hat, Inc. All rights reserved.
* Copyright (C) 2010-2018 Red Hat, Inc. All rights reserved.
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
Expand Down
2 changes: 1 addition & 1 deletion man/Doxyfile-nozzle.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2017 Red Hat, Inc. All rights reserved.
# Copyright (C) 2017-2018 Red Hat, Inc. All rights reserved.
#
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
# Christine Caulfield <ccaulfie@redhat.com>
Expand Down

0 comments on commit 3db5c57

Please sign in to comment.