Browse Source

copyright notices

Anton Lebedevich 13 years ago
parent
commit
e446252a94
4 changed files with 6 additions and 0 deletions
  1. 1 0
      LICENSE
  2. 1 0
      src/pgsql.erl
  3. 1 0
      src/pgsql_sock.erl
  4. 3 0
      src/pgsql_wire.erl

+ 1 - 0
LICENSE

@@ -1,4 +1,5 @@
 Copyright (c) 2008, Will Glozer
 Copyright (c) 2008, Will Glozer
+Copyright (c) 2011, Anton Lebedevich
 All rights reserved.
 All rights reserved.
 
 
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

+ 1 - 0
src/pgsql.erl

@@ -1,4 +1,5 @@
 %%% Copyright (C) 2008 - Will Glozer.  All rights reserved.
 %%% Copyright (C) 2008 - Will Glozer.  All rights reserved.
+%%% Copyright (C) 2011 - Anton Lebedevich.  All rights reserved.
 
 
 -module(pgsql).
 -module(pgsql).
 
 

+ 1 - 0
src/pgsql_sock.erl

@@ -1,4 +1,5 @@
 %%% Copyright (C) 2009 - Will Glozer.  All rights reserved.
 %%% Copyright (C) 2009 - Will Glozer.  All rights reserved.
+%%% Copyright (C) 2011 - Anton Lebedevich.  All rights reserved.
 
 
 -module(pgsql_sock).
 -module(pgsql_sock).
 
 

+ 3 - 0
src/pgsql_wire.erl

@@ -1,3 +1,6 @@
+%%% Copyright (C) 2009 - Will Glozer.  All rights reserved.
+%%% Copyright (C) 2011 - Anton Lebedevich.  All rights reserved.
+
 -module(pgsql_wire).
 -module(pgsql_wire).
 
 
 -export([decode_message/1,
 -export([decode_message/1,