Header copyright information update to 2022.

This only addresses those files modified in vChewing project at this moment.
This commit is contained in:
ShikiSuen 2022-01-10 17:49:20 +08:00
parent 7bd01179de
commit cd5f486b44
13 changed files with 75 additions and 23 deletions

View File

@ -1,11 +1,15 @@
// //
// AppDelegate.h // AppDelegate.h
// //
// Copyright (c) 2021 The vChewing Project. // Copyright (c) 2021-2022 The vChewing Project.
// Copyright (c) 2011-2022 The OpenVanilla Project.
// //
// Contributors: // Contributors:
// Mengjuei Hsieh (@mjhsieh) // Mengjuei Hsieh (@mjhsieh) @ OpenVanilla
// Weizhong Yang (@zonble) // Weizhong Yang (@zonble) @ OpenVanilla
// Lukhnos Liu (@lukhnos) @ OpenVanilla
// Hiraku Wang (@hirakujira) @ vChewing
// Shiki Suen (@ShikiSuen) @ vChewing
// //
// Based on the Syrup Project and the Formosana Library // Based on the Syrup Project and the Formosana Library
// by Lukhnos Liu (@lukhnos). // by Lukhnos Liu (@lukhnos).

View File

@ -1,11 +1,15 @@
// //
// AppDelegate.m // AppDelegate.m
// //
// Copyright (c) 2021 The vChewing Project. // Copyright (c) 2021-2022 The vChewing Project.
// Copyright (c) 2011-2022 The OpenVanilla Project.
// //
// Contributors: // Contributors:
// Mengjuei Hsieh (@mjhsieh) // Mengjuei Hsieh (@mjhsieh) @ OpenVanilla
// Weizhong Yang (@zonble) // Weizhong Yang (@zonble) @ OpenVanilla
// Lukhnos Liu (@lukhnos) @ OpenVanilla
// Hiraku Wang (@hirakujira) @ vChewing
// Shiki Suen (@ShikiSuen) @ vChewing
// //
// Based on the Syrup Project and the Formosana Library // Based on the Syrup Project and the Formosana Library
// by Lukhnos Liu (@lukhnos). // by Lukhnos Liu (@lukhnos).

View File

@ -1,7 +1,12 @@
// //
// VTHorizontalCandidateController.h // VTHorizontalCandidateController.h
// //
// Copyright (c) 2012 Lukhnos D. Liu (http://lukhnos.org) // Copyright (c) 2021-2022 The vChewing Project.
// Copyright (c) 2011-2022 The OpenVanilla Project.
//
// Contributors:
// Lukhnos Liu (@lukhnos) @ OpenVanilla
// Shiki Suen (@ShikiSuen) @ vChewing
// //
// Permission is hereby granted, free of charge, to any person // Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation // obtaining a copy of this software and associated documentation

View File

@ -1,7 +1,12 @@
// //
// VTHorizontalCandidateController.m // VTHorizontalCandidateController.m
// //
// Copyright (c) 2012 Lukhnos D. Liu (http://lukhnos.org) // Copyright (c) 2021-2022 The vChewing Project.
// Copyright (c) 2011-2022 The OpenVanilla Project.
//
// Contributors:
// Lukhnos Liu (@lukhnos) @ OpenVanilla
// Shiki Suen (@ShikiSuen) @ vChewing
// //
// Permission is hereby granted, free of charge, to any person // Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation // obtaining a copy of this software and associated documentation

View File

@ -1,7 +1,12 @@
// //
// VTHorizontalCandidateView.h // VTHorizontalCandidateView.h
// //
// Copyright (c) 2012 Lukhnos D. Liu (http://lukhnos.org) // Copyright (c) 2021-2022 The vChewing Project.
// Copyright (c) 2011-2022 The OpenVanilla Project.
//
// Contributors:
// Lukhnos Liu (@lukhnos) @ OpenVanilla
// Shiki Suen (@ShikiSuen) @ vChewing
// //
// Permission is hereby granted, free of charge, to any person // Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation // obtaining a copy of this software and associated documentation

View File

@ -1,7 +1,12 @@
// //
// VTHorizontalCandidateView.m // VTHorizontalCandidateView.m
// //
// Copyright (c) 2012 Lukhnos D. Liu (http://lukhnos.org) // Copyright (c) 2021-2022 The vChewing Project.
// Copyright (c) 2011-2022 The OpenVanilla Project.
//
// Contributors:
// Lukhnos Liu (@lukhnos) @ OpenVanilla
// Shiki Suen (@ShikiSuen) @ vChewing
// //
// Permission is hereby granted, free of charge, to any person // Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation // obtaining a copy of this software and associated documentation

View File

@ -1,11 +1,15 @@
// //
// InputMethodController.h // InputMethodController.h
// //
// Copyright (c) 2021 The vChewing Project. // Copyright (c) 2021-2022 The vChewing Project.
// Copyright (c) 2011-2022 The OpenVanilla Project.
// //
// Contributors: // Contributors:
// Mengjuei Hsieh (@mjhsieh) // Mengjuei Hsieh (@mjhsieh) @ OpenVanilla
// Weizhong Yang (@zonble) // Weizhong Yang (@zonble) @ OpenVanilla
// Lukhnos Liu (@lukhnos) @ OpenVanilla
// Hiraku Wang (@hirakujira) @ vChewing
// Shiki Suen (@ShikiSuen) @ vChewing
// //
// Based on the Syrup Project and the Formosana Library // Based on the Syrup Project and the Formosana Library
// by Lukhnos Liu (@lukhnos). // by Lukhnos Liu (@lukhnos).

View File

@ -1,11 +1,15 @@
// //
// InputMethodController.m // InputMethodController.m
// //
// Copyright (c) 2021 The vChewing Project. // Copyright (c) 2021-2022 The vChewing Project.
// Copyright (c) 2011-2022 The OpenVanilla Project.
// //
// Contributors: // Contributors:
// Mengjuei Hsieh (@mjhsieh) // Mengjuei Hsieh (@mjhsieh) @ OpenVanilla
// Weizhong Yang (@zonble) // Weizhong Yang (@zonble) @ OpenVanilla
// Lukhnos Liu (@lukhnos) @ OpenVanilla
// Hiraku Wang (@hirakujira) @ vChewing
// Shiki Suen (@ShikiSuen) @ vChewing
// //
// Based on the Syrup Project and the Formosana Library // Based on the Syrup Project and the Formosana Library
// by Lukhnos Liu (@lukhnos). // by Lukhnos Liu (@lukhnos).

View File

@ -1,7 +1,12 @@
// //
// AppDelegate.h // AppDelegate.h
// //
// Copyright (c) 2011-2012 The vChewing Project. // Copyright (c) 2021-2022 The vChewing Project.
// Copyright (c) 2011-2022 The OpenVanilla Project.
//
// Contributors:
// Lukhnos Liu (@lukhnos) @ OpenVanilla
// Shiki Suen (@ShikiSuen) @ vChewing
// //
// Permission is hereby granted, free of charge, to any person // Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation // obtaining a copy of this software and associated documentation

View File

@ -1,7 +1,12 @@
// //
// AppDelegate.m // AppDelegate.m
// //
// Copyright (c) 2011-2012 The vChewing Project. // Copyright (c) 2021-2022 The vChewing Project.
// Copyright (c) 2011-2022 The OpenVanilla Project.
//
// Contributors:
// Lukhnos Liu (@lukhnos) @ OpenVanilla
// Shiki Suen (@ShikiSuen) @ vChewing
// //
// Permission is hereby granted, free of charge, to any person // Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation // obtaining a copy of this software and associated documentation

View File

@ -1,7 +1,8 @@
// //
// UserOverrideModel.cpp // UserOverrideModel.cpp
// //
// Copyright (c) 2017 The vChewing Project. // Copyright (c) 2021-2022 The vChewing Project.
// Copyright (c) 2011-2022 The OpenVanilla Project.
// //
// Permission is hereby granted, free of charge, to any person // Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation // obtaining a copy of this software and associated documentation

View File

@ -1,7 +1,8 @@
// //
// UserOverrideModel.h // UserOverrideModel.h
// //
// Copyright (c) 2017 The vChewing Project. // Copyright (c) 2021-2022 The vChewing Project.
// Copyright (c) 2011-2022 The OpenVanilla Project.
// //
// Permission is hereby granted, free of charge, to any person // Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation // obtaining a copy of this software and associated documentation

View File

@ -1,11 +1,15 @@
// //
// main.m // main.m
// //
// Copyright (c) 2021 The vChewing Project. // Copyright (c) 2021-2022 The vChewing Project.
// Copyright (c) 2011-2022 The OpenVanilla Project.
// //
// Contributors: // Contributors:
// Mengjuei Hsieh (@mjhsieh) // Mengjuei Hsieh (@mjhsieh) @ OpenVanilla
// Weizhong Yang (@zonble) // Weizhong Yang (@zonble) @ OpenVanilla
// Lukhnos Liu (@lukhnos) @ OpenVanilla
// Hiraku Wang (@hirakujira) @ vChewing
// Shiki Suen (@ShikiSuen) @ vChewing
// //
// Based on the Syrup Project and the Formosana Library // Based on the Syrup Project and the Formosana Library
// by Lukhnos Liu (@lukhnos). // by Lukhnos Liu (@lukhnos).