Browse Source

charset: Updated copyright year, and set to version 0.3

Joey Adams 14 years ago
parent
commit
095540b729
3 changed files with 4 additions and 3 deletions
  1. 2 1
      ccan/charset/_info
  2. 1 1
      ccan/charset/charset.c
  3. 1 1
      ccan/charset/charset.h

+ 2 - 1
ccan/charset/_info

@@ -151,8 +151,9 @@
  *		return true;
  *		return true;
  *	}
  *	}
  *
  *
- * Author: Joey Adams
+ * Author: Joey Adams <joeyadams3.14159@gmail.com>
  * License: MIT
  * License: MIT
+ * Version: 0.3
  */
  */
 int main(int argc, char *argv[])
 int main(int argc, char *argv[])
 {
 {

+ 1 - 1
ccan/charset/charset.c

@@ -1,5 +1,5 @@
 /*
 /*
-  Copyright (C) 2010 Joseph A. Adams (joeyadams3.14159@gmail.com)
+  Copyright (C) 2011 Joseph A. Adams (joeyadams3.14159@gmail.com)
   All rights reserved.
   All rights reserved.
 
 
   Permission is hereby granted, free of charge, to any person obtaining a copy
   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
ccan/charset/charset.h

@@ -1,5 +1,5 @@
 /*
 /*
-  Copyright (C) 2010 Joseph A. Adams (joeyadams3.14159@gmail.com)
+  Copyright (C) 2011 Joseph A. Adams (joeyadams3.14159@gmail.com)
   All rights reserved.
   All rights reserved.
 
 
   Permission is hereby granted, free of charge, to any person obtaining a copy
   Permission is hereby granted, free of charge, to any person obtaining a copy