浏览代码

Time makes fools of us all

pull/74/head
Andrew Thompson 12 年前
父节点
当前提交
12a784b18e
共有 17 个文件被更改,包括 17 次插入17 次删除
  1. +1
    -1
      include/lager.hrl
  2. +1
    -1
      src/error_logger_lager_h.erl
  3. +1
    -1
      src/lager.erl
  4. +1
    -1
      src/lager_app.erl
  5. +1
    -1
      src/lager_console_backend.erl
  6. +1
    -1
      src/lager_crash_log.erl
  7. +1
    -1
      src/lager_default_formatter.erl
  8. +1
    -1
      src/lager_file_backend.erl
  9. +1
    -1
      src/lager_format.erl
  10. +1
    -1
      src/lager_handler_watcher.erl
  11. +1
    -1
      src/lager_handler_watcher_sup.erl
  12. +1
    -1
      src/lager_sup.erl
  13. +1
    -1
      src/lager_transform.erl
  14. +1
    -1
      src/lager_util.erl
  15. +1
    -1
      test/lager_crash_backend.erl
  16. +1
    -1
      test/lager_test_backend.erl
  17. +1
    -1
      test/trunc_io_eqc.erl

+ 1
- 1
include/lager.hrl 查看文件

@ -1,4 +1,4 @@
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

+ 1
- 1
src/error_logger_lager_h.erl 查看文件

@ -1,4 +1,4 @@
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

+ 1
- 1
src/lager.erl 查看文件

@ -1,4 +1,4 @@
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

+ 1
- 1
src/lager_app.erl 查看文件

@ -1,4 +1,4 @@
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

+ 1
- 1
src/lager_console_backend.erl 查看文件

@ -1,4 +1,4 @@
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

+ 1
- 1
src/lager_crash_log.erl 查看文件

@ -1,4 +1,4 @@
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

+ 1
- 1
src/lager_default_formatter.erl 查看文件

@ -1,4 +1,4 @@
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

+ 1
- 1
src/lager_file_backend.erl 查看文件

@ -1,4 +1,4 @@
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

+ 1
- 1
src/lager_format.erl 查看文件

@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
%% Copyright Ericsson AB 1996-2011. All Rights Reserved.
%% Copyright Ericsson AB 1996-2011-2012. 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

+ 1
- 1
src/lager_handler_watcher.erl 查看文件

@ -1,4 +1,4 @@
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

+ 1
- 1
src/lager_handler_watcher_sup.erl 查看文件

@ -1,4 +1,4 @@
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

+ 1
- 1
src/lager_sup.erl 查看文件

@ -1,4 +1,4 @@
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

+ 1
- 1
src/lager_transform.erl 查看文件

@ -1,4 +1,4 @@
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

+ 1
- 1
src/lager_util.erl 查看文件

@ -1,4 +1,4 @@
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

+ 1
- 1
test/lager_crash_backend.erl 查看文件

@ -1,4 +1,4 @@
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

+ 1
- 1
test/lager_test_backend.erl 查看文件

@ -1,4 +1,4 @@
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

+ 1
- 1
test/trunc_io_eqc.erl 查看文件

@ -2,7 +2,7 @@
%%
%% trunc_io_eqc: QuickCheck test for trunc_io:format with maxlen
%%
%% Copyright (c) 2007-2011 Basho Technologies, Inc. All Rights Reserved.
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file

正在加载...
取消
保存