aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/include
diff options
context:
space:
mode:
authorRichard Carlsson <[email protected]>2015-07-08 22:14:57 +0200
committerRichard Carlsson <[email protected]>2016-11-23 20:06:57 +0100
commit94053c7afced676466b3109d20c991dff1b6c1b8 (patch)
treeec15f10513fcf85f08230071505ab78e32d16c9a /lib/stdlib/include
parentfa73cc8e23d62c6112bd67f5d311c6043ee2ae94 (diff)
downloadotp-94053c7afced676466b3109d20c991dff1b6c1b8.tar.gz
otp-94053c7afced676466b3109d20c991dff1b6c1b8.tar.bz2
otp-94053c7afced676466b3109d20c991dff1b6c1b8.zip
Correct copyright on stdlib files
Diffstat (limited to 'lib/stdlib/include')
-rw-r--r--lib/stdlib/include/assert.hrl8
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).