Browse Source

Mass-update copyright headers based on files touched this year

master
Jessica James 3 years ago
parent
commit
9284c2b23b
  1. 2
      LICENSE
  2. 2
      src/common/Base64.cpp
  3. 2
      src/common/Config.cpp
  4. 2
      src/common/DataBuffer.cpp
  5. 2
      src/common/Database.cpp
  6. 2
      src/common/Functions.c
  7. 2
      src/common/INIConfig.cpp
  8. 2
      src/common/Jupiter.cpp
  9. 2
      src/common/Rehash.cpp
  10. 2
      src/common/SecureSocket.cpp
  11. 2
      src/common/Socket.cpp
  12. 2
      src/common/TCPSocket.cpp
  13. 2
      src/common/Timer.cpp
  14. 2
      src/common/UDPSocket.cpp
  15. 2
      src/include/Jupiter/Algorithm.h
  16. 2
      src/include/Jupiter/Base64.h
  17. 2
      src/include/Jupiter/Config.h
  18. 2
      src/include/Jupiter/DataBuffer.h
  19. 2
      src/include/Jupiter/DataBuffer_Imp.h
  20. 2
      src/include/Jupiter/Database.h
  21. 2
      src/include/Jupiter/Functions.h
  22. 2
      src/include/Jupiter/HTTP.h
  23. 2
      src/include/Jupiter/INIConfig.h
  24. 2
      src/include/Jupiter/IRC.h
  25. 2
      src/include/Jupiter/IRC_Client.h
  26. 2
      src/include/Jupiter/IRC_Numerics.h
  27. 2
      src/include/Jupiter/Rehash.h
  28. 2
      src/include/Jupiter/SecureSocket.h
  29. 2
      src/include/Jupiter/Socket.h
  30. 2
      src/include/Jupiter/TCPSocket.h
  31. 2
      src/include/Jupiter/Thinker.h
  32. 2
      src/include/Jupiter/Timer.h
  33. 2
      src/include/Jupiter/UDPSocket.h
  34. 2
      src/jessilib

2
LICENSE

@ -1,4 +1,4 @@
Copyright (C) 2013-2015 Jessica James.
Copyright (C) 2013-2021 Jessica James.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above

2
src/common/Base64.cpp

@ -1,5 +1,5 @@
/**
* Copyright (C) 2014-2016 Jessica James.
* Copyright (C) 2014-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/common/Config.cpp

@ -1,5 +1,5 @@
/**
* Copyright (C) 2016 Jessica James.
* Copyright (C) 2016-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/common/DataBuffer.cpp

@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Jessica James.
* Copyright (C) 2015-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/common/Database.cpp

@ -1,5 +1,5 @@
/**
* Copyright (C) 2015-2016 Jessica James.
* Copyright (C) 2015-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/common/Functions.c

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2016 Jessica James.
* Copyright (C) 2013-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/common/INIConfig.cpp

@ -1,5 +1,5 @@
/**
* Copyright (C) 2016-2017 Jessica James.
* Copyright (C) 2016-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/common/Jupiter.cpp

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2016 Jessica James.
* Copyright (C) 2013-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/common/Rehash.cpp

@ -1,5 +1,5 @@
/**
* Copyright (C) 2014-2017 Jessica James.
* Copyright (C) 2014-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/common/SecureSocket.cpp

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2017 Jessica James.
* Copyright (C) 2013-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/common/Socket.cpp

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2016 Jessica James.
* Copyright (C) 2013-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/common/TCPSocket.cpp

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2015 Jessica James.
* Copyright (C) 2013-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/common/Timer.cpp

@ -1,5 +1,5 @@
/**
* Copyright (C) 2014-2017 Jessica James.
* Copyright (C) 2014-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/common/UDPSocket.cpp

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2015 Jessica James.
* Copyright (C) 2013-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/Algorithm.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2017 Jessica James.
* Copyright (C) 2017-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/Base64.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2014-2016 Jessica James.
* Copyright (C) 2014-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/Config.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2016 Jessica James.
* Copyright (C) 2016-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/DataBuffer.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Jessica James.
* Copyright (C) 2015-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/DataBuffer_Imp.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Jessica James.
* Copyright (C) 2015-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/Database.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Jessica James.
* Copyright (C) 2015-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/Functions.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2016 Jessica James.
* Copyright (C) 2013-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/HTTP.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Jessica James.
* Copyright (C) 2015-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/INIConfig.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2016 Jessica James.
* Copyright (C) 2016-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/IRC.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2016 Jessica James.
* Copyright (C) 2013-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/IRC_Client.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2017 Jessica James.
* Copyright (C) 2013-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/IRC_Numerics.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2017 Jessica James.
* Copyright (C) 2013-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/Rehash.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2014-2016 Jessica James.
* Copyright (C) 2014-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/SecureSocket.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2017 Jessica James.
* Copyright (C) 2013-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/Socket.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2016 Jessica James.
* Copyright (C) 2013-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/TCPSocket.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2015 Jessica James.
* Copyright (C) 2013-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/Thinker.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2015 Jessica James.
* Copyright (C) 2013-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/Timer.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2014-2016 Jessica James.
* Copyright (C) 2014-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/include/Jupiter/UDPSocket.h

@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2015 Jessica James.
* Copyright (C) 2013-2021 Jessica James.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
src/jessilib

@ -1 +1 @@
Subproject commit 647e08e6a32a62c4b8673f4e1e53325fbfb7f05c
Subproject commit d1057bbdc95c7b43cd2c327f4bc4e904961a0adf
Loading…
Cancel
Save