浏览代码

Update copyright years to 2025

Arthur O'Dwyer 7 月之前
父节点
当前提交
41c357fd74
共有 9 个文件被更改,包括 9 次插入9 次删除
  1. 1 1
      LICENSE
  2. 1 1
      doc/license.html
  3. 1 1
      src/utarray.h
  4. 1 1
      src/uthash.h
  5. 1 1
      src/utlist.h
  6. 1 1
      src/utringbuffer.h
  7. 1 1
      src/utstack.h
  8. 1 1
      src/utstring.h
  9. 1 1
      tests/hashscan.c

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Copyright (c) 2005-2022, Troy D. Hanson  https://troydhanson.github.io/uthash/
+Copyright (c) 2005-2025, Troy D. Hanson  https://troydhanson.github.io/uthash/
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 1 - 1
doc/license.html

@@ -21,7 +21,7 @@
   <div id="mid">
       <div id="main">
 <pre>
-Copyright (c) 2005-2022, Troy D. Hanson  https://troydhanson.github.io/uthash/
+Copyright (c) 2005-2025, Troy D. Hanson  https://troydhanson.github.io/uthash/
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 1 - 1
src/utarray.h

@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2008-2022, Troy D. Hanson  https://troydhanson.github.io/uthash/
+Copyright (c) 2008-2025, Troy D. Hanson  https://troydhanson.github.io/uthash/
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 1 - 1
src/uthash.h

@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2003-2022, Troy D. Hanson  https://troydhanson.github.io/uthash/
+Copyright (c) 2003-2025, Troy D. Hanson  https://troydhanson.github.io/uthash/
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 1 - 1
src/utlist.h

@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2007-2022, Troy D. Hanson  https://troydhanson.github.io/uthash/
+Copyright (c) 2007-2025, Troy D. Hanson  https://troydhanson.github.io/uthash/
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 1 - 1
src/utringbuffer.h

@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2015-2022, Troy D. Hanson  https://troydhanson.github.io/uthash/
+Copyright (c) 2015-2025, Troy D. Hanson  https://troydhanson.github.io/uthash/
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 1 - 1
src/utstack.h

@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2018-2022, Troy D. Hanson  https://troydhanson.github.io/uthash/
+Copyright (c) 2018-2025, Troy D. Hanson  https://troydhanson.github.io/uthash/
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 1 - 1
src/utstring.h

@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2008-2022, Troy D. Hanson  https://troydhanson.github.io/uthash/
+Copyright (c) 2008-2025, Troy D. Hanson  https://troydhanson.github.io/uthash/
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 1 - 1
tests/hashscan.c

@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2005-2022, Troy D. Hanson  https://troydhanson.github.io/uthash/
+Copyright (c) 2005-2025, Troy D. Hanson  https://troydhanson.github.io/uthash/
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without