Skip to content
This repository has been archived by the owner on Mar 23, 2018. It is now read-only.

Commit

Permalink
updated copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kaes committed Jan 10, 2008
1 parent 287107a commit c31e3e8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2006 Dr.-Ing. Stefan Kaes
Copyright (c) 2006-2008 Dr.-Ing. Stefan Kaes

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion lib/mysql_session.rb
Expand Up @@ -110,7 +110,7 @@ def destroy

# This software is released under the MIT license
#
# Copyright (c) 2005,2006 Stefan Kaes
# Copyright (c) 2005-2008 Stefan Kaes

# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
Expand Down
6 changes: 3 additions & 3 deletions lib/oracle_session.rb
Expand Up @@ -118,9 +118,9 @@ def destroy

# This software is released under the MIT license
#
# Copyright (c) 2006 Stefan Kaes
# Copyright (c) 2006 Tiago Macedo
# Copyright (c) 2007 Nate Wiger
# Copyright (c) 2006-2008 Stefan Kaes
# Copyright (c) 2006-2008 Tiago Macedo
# Copyright (c) 2007-2008 Nate Wiger
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion lib/postgresql_session.rb
Expand Up @@ -113,7 +113,7 @@ def destroy

# This software is released under the MIT license
#
# Copyright (c) 2006 Stefan Kaes
# Copyright (c) 2006-2008 Stefan Kaes

# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion lib/sql_session_store.rb
Expand Up @@ -80,7 +80,7 @@ def marshalize(data)

# This software is released under the MIT license
#
# Copyright (c) 2005,2006 Stefan Kaes
# Copyright (c) 2005-2008 Stefan Kaes

# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
Expand Down
4 changes: 2 additions & 2 deletions lib/sqlite_session.rb
Expand Up @@ -110,8 +110,8 @@ def destroy

# This software is released under the MIT license
#
# Copyright (c) 2005, 2006 Stefan Kaes
# Copyright (c) 2006 Ted X Toth
# Copyright (c) 2005-2008 Stefan Kaes
# Copyright (c) 2006-2008 Ted X Toth

# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
Expand Down

0 comments on commit c31e3e8

Please sign in to comment.