diff options
author | Richard Carlsson <[email protected]> | 2015-07-09 22:39:49 +0200 |
---|---|---|
committer | Richard Carlsson <[email protected]> | 2016-11-23 16:37:39 +0100 |
commit | fa73cc8e23d62c6112bd67f5d311c6043ee2ae94 (patch) | |
tree | 627a656fb9f488da889bba72efa5e9c511c72100 /lib/kernel/src/hipe_ext_format.hrl | |
parent | 064f7ab0e7c31625c287e322526a5b02bf917b97 (diff) | |
download | otp-fa73cc8e23d62c6112bd67f5d311c6043ee2ae94.tar.gz otp-fa73cc8e23d62c6112bd67f5d311c6043ee2ae94.tar.bz2 otp-fa73cc8e23d62c6112bd67f5d311c6043ee2ae94.zip |
Add license headers to hipe files in kernel
Diffstat (limited to 'lib/kernel/src/hipe_ext_format.hrl')
-rw-r--r-- | lib/kernel/src/hipe_ext_format.hrl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/kernel/src/hipe_ext_format.hrl b/lib/kernel/src/hipe_ext_format.hrl index 102cb49a2b..05c678fdec 100644 --- a/lib/kernel/src/hipe_ext_format.hrl +++ b/lib/kernel/src/hipe_ext_format.hrl @@ -1,3 +1,15 @@ +%% 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 +%% +%% http://www.apache.org/licenses/LICENSE-2.0 +%% +%% Unless required by applicable law or agreed to in writing, software +%% distributed under the License is distributed on an "AS IS" BASIS, +%% 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. + %% hipe_x86_ext_format.hrl %% Definitions for unified external object format %% Currently: sparc, x86, amd64 |