浏览代码

Year updated.

main
offa 4 年前
父节点
当前提交
0c4f9a3807
共有 16 个文件被更改,包括 16 次插入17 次删除
  1. +1
    -1
      LICENSE
  2. +1
    -1
      README.md
  3. +1
    -2
      cmake/scope.in
  4. +1
    -1
      include/detail/scope_guard_base.h
  5. +1
    -1
      include/detail/wrapper.h
  6. +1
    -1
      include/scope.h
  7. +1
    -1
      include/scope_exit.h
  8. +1
    -1
      include/scope_fail.h
  9. +1
    -1
      include/scope_success.h
  10. +1
    -1
      include/unique_resource.h
  11. +1
    -1
      test/CallMocks.h
  12. +1
    -1
      test/ScopeExitTest.cpp
  13. +1
    -1
      test/ScopeFailTest.cpp
  14. +1
    -1
      test/ScopeSuccessTest.cpp
  15. +1
    -1
      test/TestMain.cpp
  16. +1
    -1
      test/UniqueResourceTest.cpp

+ 1
- 1
LICENSE 查看文件

@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2019 offa
Copyright (c) 2017-2020 offa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
README.md 查看文件

@@ -30,7 +30,7 @@ The filenames contain a `.h` extension. To enable the compatible header as speci

**MIT License**

Copyright (c) 2017-2019 offa
Copyright (c) 2017-2020 offa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

+ 1
- 2
cmake/scope.in 查看文件

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
@@ -23,4 +23,3 @@
#pragma once

#include "scope.h"


+ 1
- 1
include/detail/scope_guard_base.h 查看文件

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/detail/wrapper.h 查看文件

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/scope.h 查看文件

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/scope_exit.h 查看文件

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/scope_fail.h 查看文件

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/scope_success.h 查看文件

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/unique_resource.h 查看文件

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/CallMocks.h 查看文件

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/ScopeExitTest.cpp 查看文件

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/ScopeFailTest.cpp 查看文件

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/ScopeSuccessTest.cpp 查看文件

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/TestMain.cpp 查看文件

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/UniqueResourceTest.cpp 查看文件

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

正在加载...
取消
保存