diff options
author | Björn Gustavsson <[email protected]> | 2010-02-16 12:20:42 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-16 12:20:42 +0000 |
commit | affd1f70dbcb96ed0bd92bf379ca86c12713ca30 (patch) | |
tree | cfb50df3c05f726013aa4cc39c1fe73f7fbe4269 /lib/percept/src/egd.hrl | |
parent | fe9f24c5ee871384333ddf5991fab125a4bdb8bb (diff) | |
download | otp-affd1f70dbcb96ed0bd92bf379ca86c12713ca30.tar.gz otp-affd1f70dbcb96ed0bd92bf379ca86c12713ca30.tar.bz2 otp-affd1f70dbcb96ed0bd92bf379ca86c12713ca30.zip |
Update copyright header
Diffstat (limited to 'lib/percept/src/egd.hrl')
-rw-r--r-- | lib/percept/src/egd.hrl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/percept/src/egd.hrl b/lib/percept/src/egd.hrl index 274986db65..450c6620cf 100644 --- a/lib/percept/src/egd.hrl +++ b/lib/percept/src/egd.hrl @@ -1,19 +1,19 @@ %% %% %CopyrightBegin% -%% -%% Copyright Ericsson AB 2008-2009. All Rights Reserved. -%% +%% +%% Copyright Ericsson AB 2008-2010. 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% -type(rgba_float() :: {float(), float(), float(), float()}). |