diff options
author | Anders Svensson <[email protected]> | 2016-09-12 22:31:33 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2016-09-12 22:31:33 +0200 |
commit | 58cc6bb63216d66975b8b9a895c0596925a8571d (patch) | |
tree | 469e10081c0cc0c85a63ad67d4ce1cf8c50be900 /lib/diameter/src/compiler | |
parent | 5620f7b8e8444bbaf5ad7ba17b842aae2a8f5d9d (diff) | |
parent | 3863fc2feecff6f9945082d0b08ff8e423a8da4c (diff) | |
download | otp-58cc6bb63216d66975b8b9a895c0596925a8571d.tar.gz otp-58cc6bb63216d66975b8b9a895c0596925a8571d.tar.bz2 otp-58cc6bb63216d66975b8b9a895c0596925a8571d.zip |
Merge branch 'anders/diameter/19.1/OTP-13838' into maint
* anders/diameter/19.1/OTP-13838:
vsn -> 1.12.1
Update appup for 19.1
Fix xmllint errors in documentation
Remove documentation overkill
Don't run traffic tests in parallel when {string_decode, true}
Remove copyright from generated dictionary modules
Fix dictionary function typo
Fix dictionary typo in relay example
Diffstat (limited to 'lib/diameter/src/compiler')
-rw-r--r-- | lib/diameter/src/compiler/diameter_codegen.erl | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/lib/diameter/src/compiler/diameter_codegen.erl b/lib/diameter/src/compiler/diameter_codegen.erl index cdaa9aa7f9..4007d6b7b1 100644 --- a/lib/diameter/src/compiler/diameter_codegen.erl +++ b/lib/diameter/src/compiler/diameter_codegen.erl @@ -790,20 +790,7 @@ header() -> ("%% -------------------------------------------------------------------\n" "%% This is a generated file.\n" "%% -------------------------------------------------------------------\n" - "\n" - "%%\n" - "%% Copyright (c) Ericsson AB. All rights reserved.\n" - "%%\n" - "%% The information in this document is the property of Ericsson.\n" - "%%\n" - "%% Except as specifically authorized in writing by Ericsson, the\n" - "%% receiver of this document shall keep the information contained\n" - "%% herein confidential and shall protect the same in whole or in\n" - "%% part from disclosure and dissemination to third parties.\n" - "%%\n" - "%% Disclosure and disseminations to the receivers employees shall\n" - "%% only be made on a strict need to know basis.\n" - "%%\n\n"). + "\n"). hrl_header(Name) -> header() ++ "-hrl_name('" ++ ?S(Name) ++ ".hrl').\n". |