[clang-tools-extra] r351194 - Update year in license files

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 15 07:10:33 PST 2019


Author: hans
Date: Tue Jan 15 07:10:32 2019
New Revision: 351194

URL: http://llvm.org/viewvc/llvm-project?rev=351194&view=rev
Log:
Update year in license files

In last year's update (D48219) it was suggested that the release manager
might want to do this, so here we go.

Modified:
    clang-tools-extra/trunk/LICENSE.TXT
    clang-tools-extra/trunk/clangd/clients/clangd-vscode/LICENSE

Modified: clang-tools-extra/trunk/LICENSE.TXT
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/LICENSE.TXT?rev=351194&r1=351193&r2=351194&view=diff
==============================================================================
--- clang-tools-extra/trunk/LICENSE.TXT (original)
+++ clang-tools-extra/trunk/LICENSE.TXT Tue Jan 15 07:10:32 2019
@@ -4,7 +4,7 @@ LLVM Release License
 University of Illinois/NCSA
 Open Source License
 
-Copyright (c) 2007-2018 University of Illinois at Urbana-Champaign.
+Copyright (c) 2007-2019 University of Illinois at Urbana-Champaign.
 All rights reserved.
 
 Developed by:

Modified: clang-tools-extra/trunk/clangd/clients/clangd-vscode/LICENSE
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/clients/clangd-vscode/LICENSE?rev=351194&r1=351193&r2=351194&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/clients/clangd-vscode/LICENSE (original)
+++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/LICENSE Tue Jan 15 07:10:32 2019
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2017 The LLVM Developers
+Copyright (c) 2019 The LLVM Developers
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal




More information about the cfe-commits mailing list