Browse Source

Year updated.

main
offa 6 years ago
parent
commit
92698c3b19
13 changed files with 13 additions and 13 deletions
  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 View File

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save