diff options
author | Rickard Green <[email protected]> | 2014-12-08 11:49:25 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2014-12-08 12:13:03 +0100 |
commit | ed4f65e9e52bc0792b4a4e6a45acb99cf0e695b2 (patch) | |
tree | 5ea6cb97952f0f67dcaa4ff78b2ff81315c5afde /lib/erl_interface/src/erl_interface.appup.src | |
parent | e2242fb7fa98feec9242c71a473af7e99d6a7bd1 (diff) | |
download | otp-ed4f65e9e52bc0792b4a4e6a45acb99cf0e695b2.tar.gz otp-ed4f65e9e52bc0792b4a4e6a45acb99cf0e695b2.tar.bz2 otp-ed4f65e9e52bc0792b4a4e6a45acb99cf0e695b2.zip |
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%", [], []}. |