diff --git a/.liccor b/.liccor index da2b67c85..7fed3f1ed 100644 --- a/.liccor +++ b/.liccor @@ -1,4 +1,4 @@ -Copyright 2015 - 2016 gtalent2@gmail.com +Copyright 2015 - 2017 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/ox/fs/filestore.hpp b/src/ox/fs/filestore.hpp index acf28cafe..2db144b32 100644 --- a/src/ox/fs/filestore.hpp +++ b/src/ox/fs/filestore.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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/ox/fs/filesystem.cpp b/src/ox/fs/filesystem.cpp index 7f488656b..103ea0ece 100644 --- a/src/ox/fs/filesystem.cpp +++ b/src/ox/fs/filesystem.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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/ox/fs/filesystem.hpp b/src/ox/fs/filesystem.hpp index eb3511b7a..376d03768 100644 --- a/src/ox/fs/filesystem.hpp +++ b/src/ox/fs/filesystem.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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/ox/fs/inodemgr.hpp b/src/ox/fs/inodemgr.hpp index abf70bb87..5f8580c06 100644 --- a/src/ox/fs/inodemgr.hpp +++ b/src/ox/fs/inodemgr.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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/ox/fs/oxfstool.cpp b/src/ox/fs/oxfstool.cpp index 3b08c728f..d65baef62 100644 --- a/src/ox/fs/oxfstool.cpp +++ b/src/ox/fs/oxfstool.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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/ox/fs/test/filestore_format.cpp b/src/ox/fs/test/filestore_format.cpp index bc910d12f..81fb9974b 100644 --- a/src/ox/fs/test/filestore_format.cpp +++ b/src/ox/fs/test/filestore_format.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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/ox/fs/test/filestoreio.cpp b/src/ox/fs/test/filestoreio.cpp index 5c0ba5f0b..2a73c33e5 100644 --- a/src/ox/fs/test/filestoreio.cpp +++ b/src/ox/fs/test/filestoreio.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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/ox/fs/test/filesystem_format.cpp b/src/ox/fs/test/filesystem_format.cpp index e62e833ca..9029de4bb 100644 --- a/src/ox/fs/test/filesystem_format.cpp +++ b/src/ox/fs/test/filesystem_format.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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/ox/std/memops.cpp b/src/ox/std/memops.cpp index f6641e30c..ab7b57797 100644 --- a/src/ox/std/memops.cpp +++ b/src/ox/std/memops.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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/ox/std/memops.hpp b/src/ox/std/memops.hpp index 810f0fca5..ffba6669e 100644 --- a/src/ox/std/memops.hpp +++ b/src/ox/std/memops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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/ox/std/std.hpp b/src/ox/std/std.hpp index 0c8ddedbd..7e7f1c9ca 100644 --- a/src/ox/std/std.hpp +++ b/src/ox/std/std.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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/ox/std/strops.cpp b/src/ox/std/strops.cpp index 630b1f2e3..83b7085be 100644 --- a/src/ox/std/strops.cpp +++ b/src/ox/std/strops.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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/ox/std/strops.hpp b/src/ox/std/strops.hpp index 1aa2bb095..e91a7415a 100644 --- a/src/ox/std/strops.hpp +++ b/src/ox/std/strops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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/ox/std/test/strops_test.cpp b/src/ox/std/test/strops_test.cpp index 567a4f0da..8950b5b0d 100644 --- a/src/ox/std/test/strops_test.cpp +++ b/src/ox/std/test/strops_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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/ox/std/test/tests.cpp b/src/ox/std/test/tests.cpp index 1c2120ffd..68c09b38f 100644 --- a/src/ox/std/test/tests.cpp +++ b/src/ox/std/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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/ox/std/types.hpp b/src/ox/std/types.hpp index d64634d9a..9733cc67f 100644 --- a/src/ox/std/types.hpp +++ b/src/ox/std/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2016 gtalent2@gmail.com + * Copyright 2015 - 2017 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