aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2010-10-28 03:19:20 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2010-10-28 03:19:20 +0000
commit3afa433121854293413bd0835f8a63bbe7cccb30 (patch)
tree018d25f174dad767132802235fdabc1a68b32d99 /src/java
parentb9cb058b5ac7c0f38d2752344cbd145e9d677a6a (diff)
downloadjackcess-3afa433121854293413bd0835f8a63bbe7cccb30.tar.gz
jackcess-3afa433121854293413bd0835f8a63bbe7cccb30.zip
doc/license updates
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@492 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/java')
-rw-r--r--src/java/com/healthmarketscience/jackcess/CodecHandler.java10
-rw-r--r--src/java/com/healthmarketscience/jackcess/CodecProvider.java10
-rw-r--r--src/java/com/healthmarketscience/jackcess/DefaultCodecProvider.java10
3 files changed, 3 insertions, 27 deletions
diff --git a/src/java/com/healthmarketscience/jackcess/CodecHandler.java b/src/java/com/healthmarketscience/jackcess/CodecHandler.java
index 2808065..c0f6170 100644
--- a/src/java/com/healthmarketscience/jackcess/CodecHandler.java
+++ b/src/java/com/healthmarketscience/jackcess/CodecHandler.java
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2005 Health Market Science, Inc.
+Copyright (c) 2010 James Ahlborn
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -15,14 +15,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
-
-You can contact Health Market Science at info@healthmarketscience.com
-or at the following address:
-
-Health Market Science
-2700 Horizon Drive
-Suite 200
-King of Prussia, PA 19406
*/
package com.healthmarketscience.jackcess;
diff --git a/src/java/com/healthmarketscience/jackcess/CodecProvider.java b/src/java/com/healthmarketscience/jackcess/CodecProvider.java
index 08f3cc4..055797c 100644
--- a/src/java/com/healthmarketscience/jackcess/CodecProvider.java
+++ b/src/java/com/healthmarketscience/jackcess/CodecProvider.java
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2005 Health Market Science, Inc.
+Copyright (c) 2010 James Ahlborn
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -15,14 +15,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
-
-You can contact Health Market Science at info@healthmarketscience.com
-or at the following address:
-
-Health Market Science
-2700 Horizon Drive
-Suite 200
-King of Prussia, PA 19406
*/
package com.healthmarketscience.jackcess;
diff --git a/src/java/com/healthmarketscience/jackcess/DefaultCodecProvider.java b/src/java/com/healthmarketscience/jackcess/DefaultCodecProvider.java
index 2af15ab..c730939 100644
--- a/src/java/com/healthmarketscience/jackcess/DefaultCodecProvider.java
+++ b/src/java/com/healthmarketscience/jackcess/DefaultCodecProvider.java
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2005 Health Market Science, Inc.
+Copyright (c) 2010 James Ahlborn
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -15,14 +15,6 @@ You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
-
-You can contact Health Market Science at info@healthmarketscience.com
-or at the following address:
-
-Health Market Science
-2700 Horizon Drive
-Suite 200
-King of Prussia, PA 19406
*/
package com.healthmarketscience.jackcess;