diff options
author | Rickard Green <rickard@erlang.org> | 2014-12-08 12:17:06 +0100 |
---|---|---|
committer | Rickard Green <rickard@erlang.org> | 2014-12-08 12:17:06 +0100 |
commit | fe5969db22c97af8c26658db5a326158a78fe2e3 (patch) | |
tree | 4abe7c1e641cfe098926574605aa6d1b275a4109 /lib/erl_interface/src/erl_interface.appup.src | |
parent | d124ada26599caa1e86ffbf6883fcf8484b0b9c7 (diff) | |
parent | ccbbf5ae09286e71761b42a4b203384002997b84 (diff) | |
download | otp-fe5969db22c97af8c26658db5a326158a78fe2e3.tar.gz otp-fe5969db22c97af8c26658db5a326158a78fe2e3.tar.bz2 otp-fe5969db22c97af8c26658db5a326158a78fe2e3.zip |
Merge branch 'maint'
* maint:
Add .appup file
Diffstat (limited to 'lib/erl_interface/src/erl_interface.appup.src')
-rw-r--r-- | lib/erl_interface/src/erl_interface.appup.src | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/erl_interface/src/erl_interface.appup.src b/lib/erl_interface/src/erl_interface.appup.src new file mode 100644 index 0000000000..d267e3d3d5 --- /dev/null +++ b/lib/erl_interface/src/erl_interface.appup.src @@ -0,0 +1,18 @@ +%% -*- erlang -*- +%% %CopyrightBegin% +%% +%% Copyright Ericsson AB 2014. All Rights Reserved. +%% +%% The contents of this file are subject to the Erlang Public License, +%% Version 1.1, (the "License"); you may not use this file except in +%% compliance with the License. You should have received a copy of the +%% Erlang Public License along with this software. If not, it can be +%% retrieved online at http://www.erlang.org/. +%% +%% Software distributed under the License is distributed on an "AS IS" +%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See +%% the License for the specific language governing rights and limitations +%% under the License. +%% +%% %CopyrightEnd% +{"%VSN%", [], []}. |