diff --git a/.liccor b/.liccor new file mode 100644 index 000000000..860f70e5c --- /dev/null +++ b/.liccor @@ -0,0 +1,5 @@ +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.cpp b/src/_memops.cpp index 541bbe129..26f69a229 100644 --- a/src/_memops.cpp +++ b/src/_memops.cpp @@ -1,3 +1,10 @@ +/* + * 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/. + */ #include "_memops.hpp" namespace memphis { diff --git a/src/_memops.hpp b/src/_memops.hpp index 83ebc0e1b..d11121a8d 100644 --- a/src/_memops.hpp +++ b/src/_memops.hpp @@ -1,3 +1,10 @@ +/* + * 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/. + */ #ifndef MEMPHIS_MEMOPS_HPP #define MEMPHIS_MEMOPS_HPP diff --git a/src/memfs.cpp b/src/memfs.cpp index 9465e6d76..6776e1410 100644 --- a/src/memfs.cpp +++ b/src/memfs.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2015 gtalent2@gmail.com + * 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 diff --git a/src/memfs.hpp b/src/memfs.hpp index 8c1e2a49a..0b9f1c97e 100644 --- a/src/memfs.hpp +++ b/src/memfs.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2015 gtalent2@gmail.com + * 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 diff --git a/src/types.hpp b/src/types.hpp index 7c94635f8..e0e9e95a9 100644 --- a/src/types.hpp +++ b/src/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2015 gtalent2@gmail.com + * 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