From 44ac7ca684ca90cc0921a39aa75f18a6fe76e376 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 2 Jun 2016 21:09:15 -0500 Subject: [PATCH] Ran liccor. --- .liccor | 2 +- src/_memops.cpp | 2 +- src/_memops.hpp | 2 +- src/_types.hpp | 2 +- src/filestore.cpp | 2 +- src/filestore.hpp | 2 +- test/test.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.liccor b/.liccor index 860f70e5c..da2b67c85 100644 --- a/.liccor +++ b/.liccor @@ -1,4 +1,4 @@ -Copyright 2015 gtalent2@gmail.com +Copyright 2015 - 2016 gtalent2@gmail.com This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/_memops.cpp b/src/_memops.cpp index db87884c8..d8bef7b3c 100644 --- a/src/_memops.cpp +++ b/src/_memops.cpp @@ -1,6 +1,6 @@ /* * Copyright 2015 gtalent2@gmail.com - * + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/src/_memops.hpp b/src/_memops.hpp index d8960217e..a534de22f 100644 --- a/src/_memops.hpp +++ b/src/_memops.hpp @@ -1,6 +1,6 @@ /* * Copyright 2015 gtalent2@gmail.com - * + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/src/_types.hpp b/src/_types.hpp index b4be82589..c0903ff81 100644 --- a/src/_types.hpp +++ b/src/_types.hpp @@ -1,6 +1,6 @@ /* * Copyright 2015 gtalent2@gmail.com - * + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/src/filestore.cpp b/src/filestore.cpp index cf54f554c..d5f532a08 100644 --- a/src/filestore.cpp +++ b/src/filestore.cpp @@ -1,6 +1,6 @@ /* * Copyright 2015 gtalent2@gmail.com - * + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/src/filestore.hpp b/src/filestore.hpp index eb9cffd92..20bd43bf5 100644 --- a/src/filestore.hpp +++ b/src/filestore.hpp @@ -1,6 +1,6 @@ /* * Copyright 2015 gtalent2@gmail.com - * + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/test/test.cpp b/test/test.cpp index 83c0d45ee..7eb4e41a6 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,6 +1,6 @@ /* * Copyright 2015 gtalent2@gmail.com - * + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/.