Ver código fonte

Year updated.

main
offa 6 anos atrás
pai
commit
92698c3b19
13 arquivos alterados com 13 adições e 13 exclusões
  1. +1
    -1
      include/detail/scope_guard_base.h
  2. +1
    -1
      include/detail/wrapper.h
  3. +1
    -1
      include/scope.h
  4. +1
    -1
      include/scope_exit.h
  5. +1
    -1
      include/scope_fail.h
  6. +1
    -1
      include/scope_success.h
  7. +1
    -1
      include/unique_resource.h
  8. +1
    -1
      test/CallMocks.h
  9. +1
    -1
      test/ScopeExitTest.cpp
  10. +1
    -1
      test/ScopeFailTest.cpp
  11. +1
    -1
      test/ScopeSuccessTest.cpp
  12. +1
    -1
      test/TestMain.cpp
  13. +1
    -1
      test/UniqueResourceTest.cpp

+ 1
- 1
include/detail/scope_guard_base.h Ver arquivo

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
include/detail/wrapper.h Ver arquivo

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
include/scope.h Ver arquivo

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
include/scope_exit.h Ver arquivo

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
include/scope_fail.h Ver arquivo

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
include/scope_success.h Ver arquivo

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
include/unique_resource.h Ver arquivo

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
test/CallMocks.h Ver arquivo

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
test/ScopeExitTest.cpp Ver arquivo

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
test/ScopeFailTest.cpp Ver arquivo

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
test/ScopeSuccessTest.cpp Ver arquivo

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
test/TestMain.cpp Ver arquivo

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

+ 1
- 1
test/UniqueResourceTest.cpp Ver arquivo

@@ -1,6 +1,6 @@
/*
* Scope Guard
* Copyright (C) 2017 offa
* Copyright (C) 2017-2018 offa
*
* This file is part of Scope Guard.
*

Carregando…
Cancelar
Salvar