brettwooldridge / SansOrm

A "No-ORM" sane SQL ←→ Java object mapping library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problematic license in Introspector.java

emilianbold opened this issue · comments

commented

Hello,

I was planning on using this library but then stumbled upon:

src/main/java/com/zaxxer/sansorm/internal/Introspector.java which has this copyright header:

/*
 * The contents of this file are proprietary and may not be
 * modified or distributed in source or compiled form without
 * express written permission from the copyright holders.
 *
 * Copyright 2008-2011, DancerNetworks
 * All rights reserved.
 */

Everything else seems to be Apache 2.

Ha! The perils of IDE code templates mixed with comment-folding. We'll fix it.