diff options
author | Anders Svensson <[email protected]> | 2016-08-25 17:58:37 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2016-08-26 00:33:11 +0200 |
commit | 4c99d6898b83d2b9881642f3a2c4a726d936b2f5 (patch) | |
tree | 21b0bc0103e99c73e60a3bec1a5d30d46d8090d3 /lib/diameter | |
parent | d41cfa87e43725953b4eb3efca31413708b71ed4 (diff) | |
download | otp-4c99d6898b83d2b9881642f3a2c4a726d936b2f5.tar.gz otp-4c99d6898b83d2b9881642f3a2c4a726d936b2f5.tar.bz2 otp-4c99d6898b83d2b9881642f3a2c4a726d936b2f5.zip |
Remove copyright from generated dictionary modules
The copyright was a historical remnant of diameter's roots prior to its
inclusion in OTP.
Thanks to Anatolie Golovco.
Diffstat (limited to 'lib/diameter')
-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". |