Parcourir la source

Year updated.

main
offa il y a 4 ans
Parent
révision
0c4f9a3807
16 fichiers modifiés avec 16 ajouts et 17 suppressions
  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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

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

Chargement…
Annuler
Enregistrer