diff --git a/include/jwt/algorithm.hpp b/include/jwt/algorithm.hpp index 4c60d93..abcac60 100644 --- a/include/jwt/algorithm.hpp +++ b/include/jwt/algorithm.hpp @@ -1,3 +1,16 @@ +/* +Copyright (c) 2017 Arun Muralidharan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission + */ + #ifndef CPP_JWT_ALGORITHM_HPP #define CPP_JWT_ALGORITHM_HPP diff --git a/include/jwt/base64.hpp b/include/jwt/base64.hpp index efe8562..9face49 100644 --- a/include/jwt/base64.hpp +++ b/include/jwt/base64.hpp @@ -1,3 +1,16 @@ +/* +Copyright (c) 2017 Arun Muralidharan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission + */ + #ifndef CPP_JWT_BASE64_HPP #define CPP_JWT_BASE64_HPP diff --git a/include/jwt/error_codes.hpp b/include/jwt/error_codes.hpp index 763c155..3a79eb7 100644 --- a/include/jwt/error_codes.hpp +++ b/include/jwt/error_codes.hpp @@ -1,3 +1,16 @@ +/* +Copyright (c) 2017 Arun Muralidharan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission + */ + #ifndef CPP_JWT_ERROR_CODES_HPP #define CPP_JWT_ERROR_CODES_HPP diff --git a/include/jwt/exceptions.hpp b/include/jwt/exceptions.hpp index 5d10c6b..20d461f 100644 --- a/include/jwt/exceptions.hpp +++ b/include/jwt/exceptions.hpp @@ -1,3 +1,16 @@ +/* +Copyright (c) 2017 Arun Muralidharan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission + */ + #ifndef CPP_JWT_EXCEPTIONS_HPP #define CPP_JWT_EXCEPTIONS_HPP diff --git a/include/jwt/impl/algorithm.ipp b/include/jwt/impl/algorithm.ipp index 18efa56..7228117 100644 --- a/include/jwt/impl/algorithm.ipp +++ b/include/jwt/impl/algorithm.ipp @@ -1,3 +1,17 @@ +/* +Copyright (c) 2017 Arun Muralidharan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + */ + #ifndef CPP_JWT_ALGORITHM_IPP #define CPP_JWT_ALGORITHM_IPP diff --git a/include/jwt/impl/error_codes.ipp b/include/jwt/impl/error_codes.ipp index 40b1e58..5cc013e 100644 --- a/include/jwt/impl/error_codes.ipp +++ b/include/jwt/impl/error_codes.ipp @@ -1,3 +1,17 @@ +/* +Copyright (c) 2017 Arun Muralidharan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + */ + #ifndef CPP_JWT_ERROR_CODES_IPP #define CPP_JWT_ERROR_CODES_IPP diff --git a/include/jwt/impl/jwt.ipp b/include/jwt/impl/jwt.ipp index e84156b..5a5bded 100644 --- a/include/jwt/impl/jwt.ipp +++ b/include/jwt/impl/jwt.ipp @@ -1,3 +1,17 @@ +/* +Copyright (c) 2017 Arun Muralidharan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + */ + #ifndef JWT_IPP #define JWT_IPP diff --git a/include/jwt/impl/string_view.ipp b/include/jwt/impl/string_view.ipp index 8cdfd50..06eda28 100644 --- a/include/jwt/impl/string_view.ipp +++ b/include/jwt/impl/string_view.ipp @@ -1,3 +1,17 @@ +/* +Copyright (c) 2017 Arun Muralidharan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + */ + #ifndef JWT_STRING_VIEW_IPP #define JWT_STRING_VIEW_IPP diff --git a/include/jwt/jwt.hpp b/include/jwt/jwt.hpp index b4edd63..21a0624 100644 --- a/include/jwt/jwt.hpp +++ b/include/jwt/jwt.hpp @@ -1,3 +1,16 @@ +/* +Copyright (c) 2017 Arun Muralidharan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission + */ + #ifndef JWT_HPP #define JWT_HPP diff --git a/include/jwt/parameters.hpp b/include/jwt/parameters.hpp index 223e70f..61b342b 100644 --- a/include/jwt/parameters.hpp +++ b/include/jwt/parameters.hpp @@ -1,3 +1,17 @@ +/* +Copyright (c) 2017 Arun Muralidharan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission + + */ + #ifndef CPP_JWT_PARAMETERS_HPP #define CPP_JWT_PARAMETERS_HPP diff --git a/include/jwt/short_string.hpp b/include/jwt/short_string.hpp index f552350..f62265e 100644 --- a/include/jwt/short_string.hpp +++ b/include/jwt/short_string.hpp @@ -1,3 +1,16 @@ +/* +Copyright (c) 2017 Arun Muralidharan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission + */ + #ifndef CPP_JWT_SHORT_STRING_HPP #define CPP_JWT_SHORT_STRING_HPP diff --git a/include/jwt/string_view.hpp b/include/jwt/string_view.hpp index e14ef93..8488f5a 100644 --- a/include/jwt/string_view.hpp +++ b/include/jwt/string_view.hpp @@ -1,3 +1,17 @@ +/* +Copyright (c) 2017 Arun Muralidharan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + */ + #ifndef JWT_STRING_VIEW_HPP #define JWT_STRING_VIEW_HPP