Procházet zdrojové kódy

Time makes fools of us all

pull/74/head
Andrew Thompson před 12 roky
rodič
revize
12a784b18e
17 změnil soubory, kde provedl 17 přidání a 17 odebrání
  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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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

Načítá se…
Zrušit
Uložit