Browse Source

caps: Update copyright headers

Updated to "yuzu Emulator Project"
pull/15/merge
Morph 6 years ago
parent
commit
02a33feef4
  1. 2
      src/core/hle/service/caps/caps.cpp
  2. 2
      src/core/hle/service/caps/caps.h
  3. 2
      src/core/hle/service/caps/caps_a.cpp
  4. 2
      src/core/hle/service/caps/caps_a.h
  5. 2
      src/core/hle/service/caps/caps_c.cpp
  6. 2
      src/core/hle/service/caps/caps_c.h
  7. 2
      src/core/hle/service/caps/caps_sc.cpp
  8. 2
      src/core/hle/service/caps/caps_sc.h
  9. 2
      src/core/hle/service/caps/caps_ss.cpp
  10. 2
      src/core/hle/service/caps/caps_ss.h
  11. 2
      src/core/hle/service/caps/caps_su.cpp
  12. 2
      src/core/hle/service/caps/caps_su.h
  13. 2
      src/core/hle/service/caps/caps_u.cpp
  14. 2
      src/core/hle/service/caps/caps_u.h

2
src/core/hle/service/caps/caps.cpp

@ -1,4 +1,4 @@
// Copyright 2018 yuzu emulator team
// Copyright 2018 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

2
src/core/hle/service/caps/caps.h

@ -1,4 +1,4 @@
// Copyright 2018 yuzu emulator team
// Copyright 2018 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

2
src/core/hle/service/caps/caps_a.cpp

@ -1,4 +1,4 @@
// Copyright 2020 yuzu emulator team
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

2
src/core/hle/service/caps/caps_a.h

@ -1,4 +1,4 @@
// Copyright 2020 yuzu emulator team
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

2
src/core/hle/service/caps/caps_c.cpp

@ -1,4 +1,4 @@
// Copyright 2020 yuzu emulator team
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

2
src/core/hle/service/caps/caps_c.h

@ -1,4 +1,4 @@
// Copyright 2020 yuzu emulator team
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

2
src/core/hle/service/caps/caps_sc.cpp

@ -1,4 +1,4 @@
// Copyright 2020 yuzu emulator team
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

2
src/core/hle/service/caps/caps_sc.h

@ -1,4 +1,4 @@
// Copyright 2020 yuzu emulator team
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

2
src/core/hle/service/caps/caps_ss.cpp

@ -1,4 +1,4 @@
// Copyright 2020 yuzu emulator team
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

2
src/core/hle/service/caps/caps_ss.h

@ -1,4 +1,4 @@
// Copyright 2020 yuzu emulator team
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

2
src/core/hle/service/caps/caps_su.cpp

@ -1,4 +1,4 @@
// Copyright 2020 yuzu emulator team
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

2
src/core/hle/service/caps/caps_su.h

@ -1,4 +1,4 @@
// Copyright 2020 yuzu emulator team
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

2
src/core/hle/service/caps/caps_u.cpp

@ -1,4 +1,4 @@
// Copyright 2020 yuzu emulator team
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

2
src/core/hle/service/caps/caps_u.h

@ -1,4 +1,4 @@
// Copyright 2020 yuzu emulator team
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

Loading…
Cancel
Save