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/src/gb_trees.erl | |
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/src/gb_trees.erl')
-rw-r--r-- | lib/stdlib/src/gb_trees.erl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/stdlib/src/gb_trees.erl b/lib/stdlib/src/gb_trees.erl index c4a20d92a7..457287fa52 100644 --- a/lib/stdlib/src/gb_trees.erl +++ b/lib/stdlib/src/gb_trees.erl @@ -1,8 +1,3 @@ -%% -%% %CopyrightBegin% -%% -%% Copyright Ericsson AB 2001-2015. All Rights Reserved. -%% %% 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 @@ -14,8 +9,6 @@ %% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. %% See the License for the specific language governing permissions and %% limitations under the License. -%% -%% %CopyrightEnd% %% %% ===================================================================== %% General Balanced Trees - highly efficient dictionaries. |