diff options
author | Richard Carlsson <[email protected]> | 2015-07-08 22:14:57 +0200 |
---|---|---|
committer | Richard Carlsson <[email protected]> | 2016-11-23 20:06:57 +0100 |
commit | 94053c7afced676466b3109d20c991dff1b6c1b8 (patch) | |
tree | ec15f10513fcf85f08230071505ab78e32d16c9a /lib/stdlib/include/assert.hrl | |
parent | fa73cc8e23d62c6112bd67f5d311c6043ee2ae94 (diff) | |
download | otp-94053c7afced676466b3109d20c991dff1b6c1b8.tar.gz otp-94053c7afced676466b3109d20c991dff1b6c1b8.tar.bz2 otp-94053c7afced676466b3109d20c991dff1b6c1b8.zip |
Correct copyright on stdlib files
Diffstat (limited to 'lib/stdlib/include/assert.hrl')
-rw-r--r-- | lib/stdlib/include/assert.hrl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/stdlib/include/assert.hrl b/lib/stdlib/include/assert.hrl index 9e5d4eb598..82b3907693 100644 --- a/lib/stdlib/include/assert.hrl +++ b/lib/stdlib/include/assert.hrl @@ -1,8 +1,3 @@ -%% -%% %CopyrightBegin% -%% -%% Copyright (C) 2004-2016 Richard Carlsson, Mickaël Rémond -%% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. %% You may obtain a copy of the License at @@ -15,8 +10,7 @@ %% See the License for the specific language governing permissions and %% limitations under the License. %% -%% %CopyrightEnd% -%% +%% Copyright (C) 2004-2016 Richard Carlsson, Mickaël Rémond -ifndef(ASSERT_HRL). -define(ASSERT_HRL, true). |