diff options
author | Richard Carlsson <[email protected]> | 2015-07-10 15:16:39 +0200 |
---|---|---|
committer | Richard Carlsson <[email protected]> | 2016-11-23 20:20:49 +0100 |
commit | 4171584048cc10d36a2e3c75518aa4e1991b0734 (patch) | |
tree | 88f80985e0227cf00be8099af7b1db14c5470c0f /lib/compiler | |
parent | b91bb55035c72eca500d9942e6915232f5f2d958 (diff) | |
download | otp-4171584048cc10d36a2e3c75518aa4e1991b0734.tar.gz otp-4171584048cc10d36a2e3c75518aa4e1991b0734.tar.bz2 otp-4171584048cc10d36a2e3c75518aa4e1991b0734.zip |
Make use of the Header feature in yecc
Diffstat (limited to 'lib/compiler')
-rw-r--r-- | lib/compiler/src/core_parse.yrl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/compiler/src/core_parse.yrl b/lib/compiler/src/core_parse.yrl index 8028aa99bb..79a7cccd98 100644 --- a/lib/compiler/src/core_parse.yrl +++ b/lib/compiler/src/core_parse.yrl @@ -432,6 +432,21 @@ timeout -> %% ====================================================================== %% +Header +"%% This file was automatically generated from the file \"core_parse.yrl\"." +"%%" +"%% Copyright Ericsson AB 1999-2009. 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 <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." +"". Erlang code. |