ソースを参照

Year updated.

main
offa 6年前
コミット
92698c3b19
13個のファイルの変更13行の追加13行の削除
  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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

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

読み込み中…
キャンセル
保存