From d107697da5d1771dfa4a7bf2408b3bf8caebef22 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Thu, 7 Oct 2021 10:45:26 +0200 Subject: Update 2017 copyright notices. --- fastlib/src/Doxyfile | 2 +- fastlib/src/vespa/fastlib/io/CMakeLists.txt | 2 +- fastlib/src/vespa/fastlib/io/bufferedfile.cpp | 2 +- fastlib/src/vespa/fastlib/io/bufferedfile.h | 2 +- fastlib/src/vespa/fastlib/io/tests/CMakeLists.txt | 2 +- fastlib/src/vespa/fastlib/io/tests/bufferedfiletest.cpp | 2 +- fastlib/src/vespa/fastlib/testsuite/CMakeLists.txt | 2 +- fastlib/src/vespa/fastlib/testsuite/cpptest.el | 2 +- fastlib/src/vespa/fastlib/testsuite/suite.h | 2 +- fastlib/src/vespa/fastlib/testsuite/test.cpp | 2 +- fastlib/src/vespa/fastlib/testsuite/test.h | 2 +- fastlib/src/vespa/fastlib/testsuite/testproject.el | 2 +- fastlib/src/vespa/fastlib/text/CMakeLists.txt | 2 +- fastlib/src/vespa/fastlib/text/alphasort/AlphaSort1_0.dtd | 2 +- fastlib/src/vespa/fastlib/text/alphasort/AlphaSortMasterFile.xml | 2 +- fastlib/src/vespa/fastlib/text/alphasort/Arabic.xml | 2 +- fastlib/src/vespa/fastlib/text/alphasort/Cyrillic.xml | 2 +- fastlib/src/vespa/fastlib/text/alphasort/Greek.xml | 2 +- fastlib/src/vespa/fastlib/text/alphasort/Hangul.xml | 2 +- fastlib/src/vespa/fastlib/text/alphasort/Hanzi-simplified-by-pinyin.xml | 2 +- .../src/vespa/fastlib/text/alphasort/Hanzi-simplified-by-radical.xml | 2 +- .../src/vespa/fastlib/text/alphasort/Hanzi-traditional-by-pinyin.xml | 2 +- .../src/vespa/fastlib/text/alphasort/Hanzi-traditional-by-radical.xml | 2 +- .../src/vespa/fastlib/text/alphasort/Hanzi-traditional-by-stroke.xml | 2 +- fastlib/src/vespa/fastlib/text/alphasort/Hebrew.xml | 2 +- fastlib/src/vespa/fastlib/text/alphasort/Kana.xml | 2 +- fastlib/src/vespa/fastlib/text/alphasort/Kanji-by-radical.xml | 2 +- fastlib/src/vespa/fastlib/text/alphasort/Latin.xml | 2 +- fastlib/src/vespa/fastlib/text/alphasort/Numbers.xml | 2 +- fastlib/src/vespa/fastlib/text/alphasort/SortMaster1_0.dtd | 2 +- fastlib/src/vespa/fastlib/text/alphasort/Space.xml | 2 +- fastlib/src/vespa/fastlib/text/apps/CMakeLists.txt | 2 +- fastlib/src/vespa/fastlib/text/apps/extcase.cpp | 2 +- fastlib/src/vespa/fastlib/text/apps/unicode_propertydump.cpp | 2 +- fastlib/src/vespa/fastlib/text/apps/unicode_tolowerdump.cpp | 2 +- fastlib/src/vespa/fastlib/text/latintokenizer.h | 2 +- fastlib/src/vespa/fastlib/text/normwordfolder.cpp | 2 +- fastlib/src/vespa/fastlib/text/normwordfolder.h | 2 +- fastlib/src/vespa/fastlib/text/tests/CMakeLists.txt | 2 +- fastlib/src/vespa/fastlib/text/tests/characterclasstest.cpp | 2 +- fastlib/src/vespa/fastlib/text/tests/latintokenizertest.cpp | 2 +- fastlib/src/vespa/fastlib/text/tests/latintokenizertest.h | 2 +- fastlib/src/vespa/fastlib/text/tests/unicodeutiltest.cpp | 2 +- fastlib/src/vespa/fastlib/text/tests/unicodeutiltest.h | 2 +- fastlib/src/vespa/fastlib/text/tests/wordfolderstest.cpp | 2 +- fastlib/src/vespa/fastlib/text/tests/wordfolderstest.h | 2 +- fastlib/src/vespa/fastlib/text/unicodeutil-charprops.cpp | 2 +- fastlib/src/vespa/fastlib/text/unicodeutil-lowercase.cpp | 2 +- fastlib/src/vespa/fastlib/text/unicodeutil.cpp | 2 +- fastlib/src/vespa/fastlib/text/unicodeutil.h | 2 +- fastlib/src/vespa/fastlib/text/wordfolder.cpp | 2 +- fastlib/src/vespa/fastlib/text/wordfolder.h | 2 +- fastlib/src/vespa/fastlib/util/CMakeLists.txt | 2 +- fastlib/src/vespa/fastlib/util/testproject.el | 2 +- fastlib/src/vespa/fastlib/util/tests/CMakeLists.txt | 2 +- fastlib/src/vespa/fastlib/util/tests/wildcard_match_test.cpp | 2 +- fastlib/src/vespa/fastlib/util/wildcard_match.h | 2 +- fastlib/src/vespa/packages/CMakeLists.txt | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) (limited to 'fastlib/src') diff --git a/fastlib/src/Doxyfile b/fastlib/src/Doxyfile index 9df5dff13b3..da1209eda82 100644 --- a/fastlib/src/Doxyfile +++ b/fastlib/src/Doxyfile @@ -1,4 +1,4 @@ -# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. # Doxyfile 1.3.3 # This file describes the settings to be used by the documentation system diff --git a/fastlib/src/vespa/fastlib/io/CMakeLists.txt b/fastlib/src/vespa/fastlib/io/CMakeLists.txt index d5dd72dbb9c..58244af5798 100644 --- a/fastlib/src/vespa/fastlib/io/CMakeLists.txt +++ b/fastlib/src/vespa/fastlib/io/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. vespa_add_library(fastlib_io SOURCES bufferedfile.cpp diff --git a/fastlib/src/vespa/fastlib/io/bufferedfile.cpp b/fastlib/src/vespa/fastlib/io/bufferedfile.cpp index bd1dd729e39..e6972c501f5 100644 --- a/fastlib/src/vespa/fastlib/io/bufferedfile.cpp +++ b/fastlib/src/vespa/fastlib/io/bufferedfile.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "bufferedfile.h" #include diff --git a/fastlib/src/vespa/fastlib/io/bufferedfile.h b/fastlib/src/vespa/fastlib/io/bufferedfile.h index ccb9644b49b..014223c9b93 100644 --- a/fastlib/src/vespa/fastlib/io/bufferedfile.h +++ b/fastlib/src/vespa/fastlib/io/bufferedfile.h @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once diff --git a/fastlib/src/vespa/fastlib/io/tests/CMakeLists.txt b/fastlib/src/vespa/fastlib/io/tests/CMakeLists.txt index 803892d035e..ae1e81a6170 100644 --- a/fastlib/src/vespa/fastlib/io/tests/CMakeLists.txt +++ b/fastlib/src/vespa/fastlib/io/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. vespa_add_executable(fastlib_bufferedfiletest_app TEST SOURCES bufferedfiletest.cpp diff --git a/fastlib/src/vespa/fastlib/io/tests/bufferedfiletest.cpp b/fastlib/src/vespa/fastlib/io/tests/bufferedfiletest.cpp index aeb37cfd903..4cc386b2d17 100644 --- a/fastlib/src/vespa/fastlib/io/tests/bufferedfiletest.cpp +++ b/fastlib/src/vespa/fastlib/io/tests/bufferedfiletest.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include #include diff --git a/fastlib/src/vespa/fastlib/testsuite/CMakeLists.txt b/fastlib/src/vespa/fastlib/testsuite/CMakeLists.txt index 4bd50637ff0..5fe13b21fb9 100644 --- a/fastlib/src/vespa/fastlib/testsuite/CMakeLists.txt +++ b/fastlib/src/vespa/fastlib/testsuite/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. vespa_add_library(fastlib_fast_testsuite SOURCES suite.cpp diff --git a/fastlib/src/vespa/fastlib/testsuite/cpptest.el b/fastlib/src/vespa/fastlib/testsuite/cpptest.el index f5014fc6ee6..31c0906d576 100644 --- a/fastlib/src/vespa/fastlib/testsuite/cpptest.el +++ b/fastlib/src/vespa/fastlib/testsuite/cpptest.el @@ -1,4 +1,4 @@ -;; Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +;; Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. ;; cpptest.el --- C++ unit test support for c++-mode ;; $Revision: 1.179 $ $Date: 2004-02-17 17:01:15 $ diff --git a/fastlib/src/vespa/fastlib/testsuite/suite.h b/fastlib/src/vespa/fastlib/testsuite/suite.h index ee8775518a2..43a655fab31 100644 --- a/fastlib/src/vespa/fastlib/testsuite/suite.h +++ b/fastlib/src/vespa/fastlib/testsuite/suite.h @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. /************************************************************************** * Author: Bård Kvalheim * diff --git a/fastlib/src/vespa/fastlib/testsuite/test.cpp b/fastlib/src/vespa/fastlib/testsuite/test.cpp index a29e5053c98..18930b1bca2 100644 --- a/fastlib/src/vespa/fastlib/testsuite/test.cpp +++ b/fastlib/src/vespa/fastlib/testsuite/test.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "test.h" diff --git a/fastlib/src/vespa/fastlib/testsuite/test.h b/fastlib/src/vespa/fastlib/testsuite/test.h index 96f38c1577b..ed771da04ec 100644 --- a/fastlib/src/vespa/fastlib/testsuite/test.h +++ b/fastlib/src/vespa/fastlib/testsuite/test.h @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. /************************************************************************** * Author: Bård Kvalheim * diff --git a/fastlib/src/vespa/fastlib/testsuite/testproject.el b/fastlib/src/vespa/fastlib/testsuite/testproject.el index 14cec6eb31c..983bd582a8a 100644 --- a/fastlib/src/vespa/fastlib/testsuite/testproject.el +++ b/fastlib/src/vespa/fastlib/testsuite/testproject.el @@ -1,4 +1,4 @@ -;; Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +;; Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. ;; testproject.el ;; Local configurations for the cpptest Emacs unit-test diff --git a/fastlib/src/vespa/fastlib/text/CMakeLists.txt b/fastlib/src/vespa/fastlib/text/CMakeLists.txt index cfc5b0a6343..bcc3416331d 100644 --- a/fastlib/src/vespa/fastlib/text/CMakeLists.txt +++ b/fastlib/src/vespa/fastlib/text/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. vespa_add_library(fastlib_text SOURCES unicodeutil.cpp diff --git a/fastlib/src/vespa/fastlib/text/alphasort/AlphaSort1_0.dtd b/fastlib/src/vespa/fastlib/text/alphasort/AlphaSort1_0.dtd index 8d1a3afb4fc..6c9a45bbbfc 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/AlphaSort1_0.dtd +++ b/fastlib/src/vespa/fastlib/text/alphasort/AlphaSort1_0.dtd @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/alphasort/AlphaSortMasterFile.xml b/fastlib/src/vespa/fastlib/text/alphasort/AlphaSortMasterFile.xml index 4a321e30dbb..6a9da8cc1cf 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/AlphaSortMasterFile.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/AlphaSortMasterFile.xml @@ -1,5 +1,5 @@ - + 8 diff --git a/fastlib/src/vespa/fastlib/text/alphasort/Arabic.xml b/fastlib/src/vespa/fastlib/text/alphasort/Arabic.xml index 493adab0a49..9789f519fd2 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/Arabic.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/Arabic.xml @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/alphasort/Cyrillic.xml b/fastlib/src/vespa/fastlib/text/alphasort/Cyrillic.xml index 973fdf25cb1..7332d1633ca 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/Cyrillic.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/Cyrillic.xml @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/alphasort/Greek.xml b/fastlib/src/vespa/fastlib/text/alphasort/Greek.xml index 9654db83344..662003aefc6 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/Greek.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/Greek.xml @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/alphasort/Hangul.xml b/fastlib/src/vespa/fastlib/text/alphasort/Hangul.xml index b8ed3bc5ec6..44ce855869e 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/Hangul.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/Hangul.xml @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-simplified-by-pinyin.xml b/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-simplified-by-pinyin.xml index a6ea4a4aca4..5f5486aaf4b 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-simplified-by-pinyin.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-simplified-by-pinyin.xml @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-simplified-by-radical.xml b/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-simplified-by-radical.xml index 4badfc080d6..f6b2a47642d 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-simplified-by-radical.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-simplified-by-radical.xml @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-traditional-by-pinyin.xml b/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-traditional-by-pinyin.xml index 9e5b35bad94..93fe57de8d2 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-traditional-by-pinyin.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-traditional-by-pinyin.xml @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-traditional-by-radical.xml b/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-traditional-by-radical.xml index 063f028fa52..28223fdcb2a 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-traditional-by-radical.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-traditional-by-radical.xml @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-traditional-by-stroke.xml b/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-traditional-by-stroke.xml index 599212eba07..f9b4cceb89d 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-traditional-by-stroke.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/Hanzi-traditional-by-stroke.xml @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/alphasort/Hebrew.xml b/fastlib/src/vespa/fastlib/text/alphasort/Hebrew.xml index 913eaed8da0..320aa1eacd7 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/Hebrew.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/Hebrew.xml @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/alphasort/Kana.xml b/fastlib/src/vespa/fastlib/text/alphasort/Kana.xml index 2be11cc3b1f..64d67a97719 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/Kana.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/Kana.xml @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/alphasort/Kanji-by-radical.xml b/fastlib/src/vespa/fastlib/text/alphasort/Kanji-by-radical.xml index 70c1915da15..66b1fe4c447 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/Kanji-by-radical.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/Kanji-by-radical.xml @@ -1,5 +1,5 @@ - + <-- diff --git a/fastlib/src/vespa/fastlib/text/alphasort/Latin.xml b/fastlib/src/vespa/fastlib/text/alphasort/Latin.xml index eba9b9ac50c..4c0df6aa186 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/Latin.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/Latin.xml @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/alphasort/Numbers.xml b/fastlib/src/vespa/fastlib/text/alphasort/Numbers.xml index ced4668d9d7..e73b1fd2fd8 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/Numbers.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/Numbers.xml @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/alphasort/SortMaster1_0.dtd b/fastlib/src/vespa/fastlib/text/alphasort/SortMaster1_0.dtd index e85a8c705ea..9877d1bf8ca 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/SortMaster1_0.dtd +++ b/fastlib/src/vespa/fastlib/text/alphasort/SortMaster1_0.dtd @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/alphasort/Space.xml b/fastlib/src/vespa/fastlib/text/alphasort/Space.xml index 8e0c33e7b8f..bb6b08c001a 100644 --- a/fastlib/src/vespa/fastlib/text/alphasort/Space.xml +++ b/fastlib/src/vespa/fastlib/text/alphasort/Space.xml @@ -1,5 +1,5 @@ - + diff --git a/fastlib/src/vespa/fastlib/text/apps/CMakeLists.txt b/fastlib/src/vespa/fastlib/text/apps/CMakeLists.txt index 2258f1373a6..fd1049fa689 100644 --- a/fastlib/src/vespa/fastlib/text/apps/CMakeLists.txt +++ b/fastlib/src/vespa/fastlib/text/apps/CMakeLists.txt @@ -1,2 +1,2 @@ -# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. # Ignored since these apps don't compile diff --git a/fastlib/src/vespa/fastlib/text/apps/extcase.cpp b/fastlib/src/vespa/fastlib/text/apps/extcase.cpp index 63ec841f84c..23486330f66 100644 --- a/fastlib/src/vespa/fastlib/text/apps/extcase.cpp +++ b/fastlib/src/vespa/fastlib/text/apps/extcase.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. /* * Extract case information from Unicode property files. * This program reads the UnicodeData-4.0.0.txt file and generates diff --git a/fastlib/src/vespa/fastlib/text/apps/unicode_propertydump.cpp b/fastlib/src/vespa/fastlib/text/apps/unicode_propertydump.cpp index 891edfabbff..551c86cff2e 100644 --- a/fastlib/src/vespa/fastlib/text/apps/unicode_propertydump.cpp +++ b/fastlib/src/vespa/fastlib/text/apps/unicode_propertydump.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include #include diff --git a/fastlib/src/vespa/fastlib/text/apps/unicode_tolowerdump.cpp b/fastlib/src/vespa/fastlib/text/apps/unicode_tolowerdump.cpp index 21d11390df4..f9a88e71008 100644 --- a/fastlib/src/vespa/fastlib/text/apps/unicode_tolowerdump.cpp +++ b/fastlib/src/vespa/fastlib/text/apps/unicode_tolowerdump.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include #include diff --git a/fastlib/src/vespa/fastlib/text/latintokenizer.h b/fastlib/src/vespa/fastlib/text/latintokenizer.h index 2f36886d6be..be5d98054d9 100644 --- a/fastlib/src/vespa/fastlib/text/latintokenizer.h +++ b/fastlib/src/vespa/fastlib/text/latintokenizer.h @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. /** ***************************************************************************** * @author Bård Kvalheim diff --git a/fastlib/src/vespa/fastlib/text/normwordfolder.cpp b/fastlib/src/vespa/fastlib/text/normwordfolder.cpp index ca1f260515f..a063332e3d1 100644 --- a/fastlib/src/vespa/fastlib/text/normwordfolder.cpp +++ b/fastlib/src/vespa/fastlib/text/normwordfolder.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include #include diff --git a/fastlib/src/vespa/fastlib/text/normwordfolder.h b/fastlib/src/vespa/fastlib/text/normwordfolder.h index d8f8f1ed047..7136a8b3829 100644 --- a/fastlib/src/vespa/fastlib/text/normwordfolder.h +++ b/fastlib/src/vespa/fastlib/text/normwordfolder.h @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once diff --git a/fastlib/src/vespa/fastlib/text/tests/CMakeLists.txt b/fastlib/src/vespa/fastlib/text/tests/CMakeLists.txt index d5650edd1d5..bcb7be76aac 100644 --- a/fastlib/src/vespa/fastlib/text/tests/CMakeLists.txt +++ b/fastlib/src/vespa/fastlib/text/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. vespa_add_executable(fastlib_unicodeutiltest_app TEST SOURCES unicodeutiltest.cpp diff --git a/fastlib/src/vespa/fastlib/text/tests/characterclasstest.cpp b/fastlib/src/vespa/fastlib/text/tests/characterclasstest.cpp index e0d5b429177..4120e574233 100644 --- a/fastlib/src/vespa/fastlib/text/tests/characterclasstest.cpp +++ b/fastlib/src/vespa/fastlib/text/tests/characterclasstest.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "characterclasstest.h" int character_class_test_app::Main() diff --git a/fastlib/src/vespa/fastlib/text/tests/latintokenizertest.cpp b/fastlib/src/vespa/fastlib/text/tests/latintokenizertest.cpp index ce7c72e1922..cc6f62a0149 100644 --- a/fastlib/src/vespa/fastlib/text/tests/latintokenizertest.cpp +++ b/fastlib/src/vespa/fastlib/text/tests/latintokenizertest.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "latintokenizertest.h" int LatinTokenizerTestApp::Main() diff --git a/fastlib/src/vespa/fastlib/text/tests/latintokenizertest.h b/fastlib/src/vespa/fastlib/text/tests/latintokenizertest.h index 1b2c7d1ed8f..8b8635db905 100644 --- a/fastlib/src/vespa/fastlib/text/tests/latintokenizertest.h +++ b/fastlib/src/vespa/fastlib/text/tests/latintokenizertest.h @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once #include diff --git a/fastlib/src/vespa/fastlib/text/tests/unicodeutiltest.cpp b/fastlib/src/vespa/fastlib/text/tests/unicodeutiltest.cpp index 98a3831f39d..5398d742042 100644 --- a/fastlib/src/vespa/fastlib/text/tests/unicodeutiltest.cpp +++ b/fastlib/src/vespa/fastlib/text/tests/unicodeutiltest.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "unicodeutiltest.h" int UnicodeUtilTestApp::Main() diff --git a/fastlib/src/vespa/fastlib/text/tests/unicodeutiltest.h b/fastlib/src/vespa/fastlib/text/tests/unicodeutiltest.h index dde37cdb4a6..13bfc5b11f8 100644 --- a/fastlib/src/vespa/fastlib/text/tests/unicodeutiltest.h +++ b/fastlib/src/vespa/fastlib/text/tests/unicodeutiltest.h @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include #include #include diff --git a/fastlib/src/vespa/fastlib/text/tests/wordfolderstest.cpp b/fastlib/src/vespa/fastlib/text/tests/wordfolderstest.cpp index bfb792d6e80..21d1e0129ba 100644 --- a/fastlib/src/vespa/fastlib/text/tests/wordfolderstest.cpp +++ b/fastlib/src/vespa/fastlib/text/tests/wordfolderstest.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "wordfolderstest.h" int WordFoldersTestApp::Main() diff --git a/fastlib/src/vespa/fastlib/text/tests/wordfolderstest.h b/fastlib/src/vespa/fastlib/text/tests/wordfolderstest.h index eec9b2aec11..2ee97be1a00 100644 --- a/fastlib/src/vespa/fastlib/text/tests/wordfolderstest.h +++ b/fastlib/src/vespa/fastlib/text/tests/wordfolderstest.h @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include #include #include diff --git a/fastlib/src/vespa/fastlib/text/unicodeutil-charprops.cpp b/fastlib/src/vespa/fastlib/text/unicodeutil-charprops.cpp index 8aa8c6d5b19..ee59c5c84dd 100644 --- a/fastlib/src/vespa/fastlib/text/unicodeutil-charprops.cpp +++ b/fastlib/src/vespa/fastlib/text/unicodeutil-charprops.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. /* * This file is auto-generated by extprop.cpp * diff --git a/fastlib/src/vespa/fastlib/text/unicodeutil-lowercase.cpp b/fastlib/src/vespa/fastlib/text/unicodeutil-lowercase.cpp index ae2bb4bcda1..def65d642cd 100644 --- a/fastlib/src/vespa/fastlib/text/unicodeutil-lowercase.cpp +++ b/fastlib/src/vespa/fastlib/text/unicodeutil-lowercase.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. /* * This file is auto-generated by extcase.cpp */ diff --git a/fastlib/src/vespa/fastlib/text/unicodeutil.cpp b/fastlib/src/vespa/fastlib/text/unicodeutil.cpp index 03ed25d30b7..54ccce9f8e8 100644 --- a/fastlib/src/vespa/fastlib/text/unicodeutil.cpp +++ b/fastlib/src/vespa/fastlib/text/unicodeutil.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "unicodeutil.h" #include diff --git a/fastlib/src/vespa/fastlib/text/unicodeutil.h b/fastlib/src/vespa/fastlib/text/unicodeutil.h index 5606df4199d..d6ba0ae0e23 100644 --- a/fastlib/src/vespa/fastlib/text/unicodeutil.h +++ b/fastlib/src/vespa/fastlib/text/unicodeutil.h @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. /** * Unicode utilities. */ diff --git a/fastlib/src/vespa/fastlib/text/wordfolder.cpp b/fastlib/src/vespa/fastlib/text/wordfolder.cpp index 52b84658ec3..e0b1aba9356 100644 --- a/fastlib/src/vespa/fastlib/text/wordfolder.cpp +++ b/fastlib/src/vespa/fastlib/text/wordfolder.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "wordfolder.h" diff --git a/fastlib/src/vespa/fastlib/text/wordfolder.h b/fastlib/src/vespa/fastlib/text/wordfolder.h index d567b9e7c26..b0edd2d1385 100644 --- a/fastlib/src/vespa/fastlib/text/wordfolder.h +++ b/fastlib/src/vespa/fastlib/text/wordfolder.h @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once #include diff --git a/fastlib/src/vespa/fastlib/util/CMakeLists.txt b/fastlib/src/vespa/fastlib/util/CMakeLists.txt index 2cd7b7d7e64..56c7baabee2 100644 --- a/fastlib/src/vespa/fastlib/util/CMakeLists.txt +++ b/fastlib/src/vespa/fastlib/util/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. vespa_add_library(fastlib_util SOURCES INSTALL lib64 diff --git a/fastlib/src/vespa/fastlib/util/testproject.el b/fastlib/src/vespa/fastlib/util/testproject.el index 0c0546614f3..94bbe60394d 100644 --- a/fastlib/src/vespa/fastlib/util/testproject.el +++ b/fastlib/src/vespa/fastlib/util/testproject.el @@ -1,4 +1,4 @@ -;; Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +;; Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. ;; testproject.el ;; Local configurations for the cpptest Emacs unit-test framework diff --git a/fastlib/src/vespa/fastlib/util/tests/CMakeLists.txt b/fastlib/src/vespa/fastlib/util/tests/CMakeLists.txt index 3254d9832d1..cf655b548e5 100644 --- a/fastlib/src/vespa/fastlib/util/tests/CMakeLists.txt +++ b/fastlib/src/vespa/fastlib/util/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. vespa_add_executable(fastlib_wildcard_match_test_app TEST SOURCES wildcard_match_test.cpp diff --git a/fastlib/src/vespa/fastlib/util/tests/wildcard_match_test.cpp b/fastlib/src/vespa/fastlib/util/tests/wildcard_match_test.cpp index e27ef72b978..a63a6943fc6 100644 --- a/fastlib/src/vespa/fastlib/util/tests/wildcard_match_test.cpp +++ b/fastlib/src/vespa/fastlib/util/tests/wildcard_match_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include #include "../wildcard_match.h" diff --git a/fastlib/src/vespa/fastlib/util/wildcard_match.h b/fastlib/src/vespa/fastlib/util/wildcard_match.h index ab0f369e052..2cde4364693 100644 --- a/fastlib/src/vespa/fastlib/util/wildcard_match.h +++ b/fastlib/src/vespa/fastlib/util/wildcard_match.h @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once namespace fast diff --git a/fastlib/src/vespa/packages/CMakeLists.txt b/fastlib/src/vespa/packages/CMakeLists.txt index 8dbf405eda9..f6a00c9ec06 100644 --- a/fastlib/src/vespa/packages/CMakeLists.txt +++ b/fastlib/src/vespa/packages/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. vespa_add_library(fastlib_fast SOURCES INSTALL lib64 -- cgit v1.2.3