diff --git a/autoload/youcompleteme.vim b/autoload/youcompleteme.vim index 391ccc98..b3181302 100644 --- a/autoload/youcompleteme.vim +++ b/autoload/youcompleteme.vim @@ -1,4 +1,4 @@ -" Copyright (C) 2011 Strahinja Markovic +" Copyright (C) 2011, 2012 Strahinja Val Markovic " " This file is part of YouCompleteMe. " diff --git a/cpp/Candidate.cpp b/cpp/Candidate.cpp index 53916224..4409e8f6 100644 --- a/cpp/Candidate.cpp +++ b/cpp/Candidate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/Candidate.h b/cpp/Candidate.h index 17dfdebd..32bc44e4 100644 --- a/cpp/Candidate.h +++ b/cpp/Candidate.h @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/Completer.cpp b/cpp/Completer.cpp index 9d069f27..f5f1f334 100644 --- a/cpp/Completer.cpp +++ b/cpp/Completer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/Completer.h b/cpp/Completer.h index 6005fdc7..94b690bb 100644 --- a/cpp/Completer.h +++ b/cpp/Completer.h @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/LetterHash.cpp b/cpp/LetterHash.cpp index 1b602179..9c24197e 100644 --- a/cpp/LetterHash.cpp +++ b/cpp/LetterHash.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/LetterHash.h b/cpp/LetterHash.h index d3526d40..19a29df6 100644 --- a/cpp/LetterHash.h +++ b/cpp/LetterHash.h @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/LetterNode.cpp b/cpp/LetterNode.cpp index 3490a9fe..71e28db6 100644 --- a/cpp/LetterNode.cpp +++ b/cpp/LetterNode.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/LetterNode.h b/cpp/LetterNode.h index 0fe68628..67dcb132 100644 --- a/cpp/LetterNode.h +++ b/cpp/LetterNode.h @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/Result.cpp b/cpp/Result.cpp index e3a7d2a8..32ea1d53 100644 --- a/cpp/Result.cpp +++ b/cpp/Result.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/Result.h b/cpp/Result.h index 52bdeb75..0cfc2c28 100644 --- a/cpp/Result.h +++ b/cpp/Result.h @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/RootLetterNode.h b/cpp/RootLetterNode.h index 9d7d89b8..cb0ac009 100644 --- a/cpp/RootLetterNode.h +++ b/cpp/RootLetterNode.h @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/Utils.cpp b/cpp/Utils.cpp index 3d8b0fd8..a8c32a71 100644 --- a/cpp/Utils.cpp +++ b/cpp/Utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/Utils.h b/cpp/Utils.h index 343d78a0..95fd34b7 100644 --- a/cpp/Utils.h +++ b/cpp/Utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/indexer.cpp b/cpp/indexer.cpp index d22d5ac2..d9a0c7ff 100644 --- a/cpp/indexer.cpp +++ b/cpp/indexer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/standard.h b/cpp/standard.h index 99886316..03555af5 100644 --- a/cpp/standard.h +++ b/cpp/standard.h @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/tests/Candidate_test.cpp b/cpp/tests/Candidate_test.cpp index 5bc6cb1b..87663d10 100644 --- a/cpp/tests/Candidate_test.cpp +++ b/cpp/tests/Candidate_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/tests/Completer_test.cpp b/cpp/tests/Completer_test.cpp index 8173807c..332308db 100644 --- a/cpp/tests/Completer_test.cpp +++ b/cpp/tests/Completer_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/tests/IndexForChar_test.cpp b/cpp/tests/IndexForChar_test.cpp index 2430c64e..1d283b00 100644 --- a/cpp/tests/IndexForChar_test.cpp +++ b/cpp/tests/IndexForChar_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/tests/IsUppercase_test.cpp b/cpp/tests/IsUppercase_test.cpp index 2324d530..c7c614b5 100644 --- a/cpp/tests/IsUppercase_test.cpp +++ b/cpp/tests/IsUppercase_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/cpp/tests/LetterBitsetFromString_test.cpp b/cpp/tests/LetterBitsetFromString_test.cpp index 53d9e625..1408896e 100644 --- a/cpp/tests/LetterBitsetFromString_test.cpp +++ b/cpp/tests/LetterBitsetFromString_test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Strahinja Markovic +// Copyright (C) 2011, 2012 Strahinja Val Markovic // // This file is part of YouCompleteMe. // diff --git a/plugin/youcompleteme.vim b/plugin/youcompleteme.vim index 3fdc65cd..fd16f466 100644 --- a/plugin/youcompleteme.vim +++ b/plugin/youcompleteme.vim @@ -1,4 +1,4 @@ -" Copyright (C) 2011 Strahinja Markovic +" Copyright (C) 2011, 2012 Strahinja Val Markovic " " This file is part of YouCompleteMe. " diff --git a/python/ycm.py b/python/ycm.py index e270e636..367a673d 100644 --- a/python/ycm.py +++ b/python/ycm.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (C) 2011 Strahinja Markovic +# Copyright (C) 2011, 2012 Strahinja Val Markovic # # This file is part of YouCompleteMe. #