Commit c02b1794 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

Remove year from copyright headers.



Also add a space between Copyright and (c).

The copyright year can be determined using git metadata.

Also remove the duplicated "All rights reserved." - every instance of
this line already has a corresponding "All rights reserved" immediately
below it, except for examples/ioat/kperf/kmod/dma_perf.c, where I have
added it manually.

Performed using this command:

git ls-files | xargs sed -i -e 's/Copyright(c) \(.*\) Intel Corporation. All rights reserved./Copyright (c) Intel Corporation./'

Change-Id: I3779f404966800709024eb1eb66a50068af2716c
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 16eee6e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#
#  BSD LICENSE
#
#  Copyright(c) 2010-2015 Intel Corporation. All rights reserved.
#  Copyright (c) Intel Corporation.
#  All rights reserved.
#
#  Redistribution and use in source and binary forms, with or without
+1 −1
Original line number Diff line number Diff line
BSD LICENSE

Copyright(c) 2010-2015 Intel Corporation. All rights reserved.
Copyright (c) Intel Corporation.
All rights reserved.

Redistribution and use in source and binary forms, with or without
+1 −1
Original line number Diff line number Diff line
#
#  BSD LICENSE
#
#  Copyright(c) 2010-2015 Intel Corporation. All rights reserved.
#  Copyright (c) Intel Corporation.
#  All rights reserved.
#
#  Redistribution and use in source and binary forms, with or without
+1 −1
Original line number Diff line number Diff line
/*
 *   BSD LICENSE
 *
 *   Copyright(c) 2010-2015 Intel Corporation. All rights reserved.
 *   Copyright (c) Intel Corporation.
 *   All rights reserved.
 *
 *   Redistribution and use in source and binary forms, with or without
+1 −1
Original line number Diff line number Diff line
/*-
 *   BSD LICENSE
 *
 *   Copyright(c) 2010-2015 Intel Corporation. All rights reserved.
 *   Copyright (c) Intel Corporation.
 *   All rights reserved.
 *
 *   Redistribution and use in source and binary forms, with or without
Loading