diff --git a/lib/SOURCE_HEADER b/lib/SOURCE_HEADER index b8064d6e..3da3f10c 100644 --- a/lib/SOURCE_HEADER +++ b/lib/SOURCE_HEADER @@ -1,18 +1,5 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING diff --git a/src/main/java/com/samskivert/Log.java b/src/main/java/com/samskivert/Log.java index 78f88048..84c177c7 100644 --- a/src/main/java/com/samskivert/Log.java +++ b/src/main/java/com/samskivert/Log.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert; diff --git a/src/main/java/com/samskivert/annotation/ReplacedBy.java b/src/main/java/com/samskivert/annotation/ReplacedBy.java index c47bc1ee..57e3f49e 100644 --- a/src/main/java/com/samskivert/annotation/ReplacedBy.java +++ b/src/main/java/com/samskivert/annotation/ReplacedBy.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.annotation; diff --git a/src/main/java/com/samskivert/io/ByteArrayOutInputStream.java b/src/main/java/com/samskivert/io/ByteArrayOutInputStream.java index 4d921fc8..deed4eb5 100644 --- a/src/main/java/com/samskivert/io/ByteArrayOutInputStream.java +++ b/src/main/java/com/samskivert/io/ByteArrayOutInputStream.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.io; diff --git a/src/main/java/com/samskivert/io/ExtensiblePrintStream.java b/src/main/java/com/samskivert/io/ExtensiblePrintStream.java index 23188dda..e378fea6 100644 --- a/src/main/java/com/samskivert/io/ExtensiblePrintStream.java +++ b/src/main/java/com/samskivert/io/ExtensiblePrintStream.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.io; diff --git a/src/main/java/com/samskivert/io/PersistenceException.java b/src/main/java/com/samskivert/io/PersistenceException.java index 97f5ed74..96a0b9a3 100644 --- a/src/main/java/com/samskivert/io/PersistenceException.java +++ b/src/main/java/com/samskivert/io/PersistenceException.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.io; diff --git a/src/main/java/com/samskivert/io/StreamUtil.java b/src/main/java/com/samskivert/io/StreamUtil.java index fbe992d5..cbc3b31d 100644 --- a/src/main/java/com/samskivert/io/StreamUtil.java +++ b/src/main/java/com/samskivert/io/StreamUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.io; diff --git a/src/main/java/com/samskivert/jdbc/AutoCloseOperation.java b/src/main/java/com/samskivert/jdbc/AutoCloseOperation.java index bee52ebb..89ad317e 100644 --- a/src/main/java/com/samskivert/jdbc/AutoCloseOperation.java +++ b/src/main/java/com/samskivert/jdbc/AutoCloseOperation.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/BaseLiaison.java b/src/main/java/com/samskivert/jdbc/BaseLiaison.java index e91c07c2..7356ffe1 100644 --- a/src/main/java/com/samskivert/jdbc/BaseLiaison.java +++ b/src/main/java/com/samskivert/jdbc/BaseLiaison.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/ColumnDefinition.java b/src/main/java/com/samskivert/jdbc/ColumnDefinition.java index 1a1ee45f..4f22e543 100644 --- a/src/main/java/com/samskivert/jdbc/ColumnDefinition.java +++ b/src/main/java/com/samskivert/jdbc/ColumnDefinition.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/ConnectionProvider.java b/src/main/java/com/samskivert/jdbc/ConnectionProvider.java index 35e299fd..afc62192 100644 --- a/src/main/java/com/samskivert/jdbc/ConnectionProvider.java +++ b/src/main/java/com/samskivert/jdbc/ConnectionProvider.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/DataSourceConnectionProvider.java b/src/main/java/com/samskivert/jdbc/DataSourceConnectionProvider.java index b893838c..bbb48a0a 100644 --- a/src/main/java/com/samskivert/jdbc/DataSourceConnectionProvider.java +++ b/src/main/java/com/samskivert/jdbc/DataSourceConnectionProvider.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/DatabaseLiaison.java b/src/main/java/com/samskivert/jdbc/DatabaseLiaison.java index ecfaa861..e8ea1380 100644 --- a/src/main/java/com/samskivert/jdbc/DatabaseLiaison.java +++ b/src/main/java/com/samskivert/jdbc/DatabaseLiaison.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/DefaultLiaison.java b/src/main/java/com/samskivert/jdbc/DefaultLiaison.java index 447887de..ab36fbf7 100644 --- a/src/main/java/com/samskivert/jdbc/DefaultLiaison.java +++ b/src/main/java/com/samskivert/jdbc/DefaultLiaison.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/HsqldbLiaison.java b/src/main/java/com/samskivert/jdbc/HsqldbLiaison.java index 4df195dd..e605891f 100644 --- a/src/main/java/com/samskivert/jdbc/HsqldbLiaison.java +++ b/src/main/java/com/samskivert/jdbc/HsqldbLiaison.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/JDBCUtil.java b/src/main/java/com/samskivert/jdbc/JDBCUtil.java index ad718418..fb6771a9 100644 --- a/src/main/java/com/samskivert/jdbc/JDBCUtil.java +++ b/src/main/java/com/samskivert/jdbc/JDBCUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/JORARepository.java b/src/main/java/com/samskivert/jdbc/JORARepository.java index d69aa5bb..51a3efe3 100644 --- a/src/main/java/com/samskivert/jdbc/JORARepository.java +++ b/src/main/java/com/samskivert/jdbc/JORARepository.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/LiaisonRegistry.java b/src/main/java/com/samskivert/jdbc/LiaisonRegistry.java index de6ce582..7d8ee2d8 100644 --- a/src/main/java/com/samskivert/jdbc/LiaisonRegistry.java +++ b/src/main/java/com/samskivert/jdbc/LiaisonRegistry.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/MySQLLiaison.java b/src/main/java/com/samskivert/jdbc/MySQLLiaison.java index 559a658e..5f9a4b6c 100644 --- a/src/main/java/com/samskivert/jdbc/MySQLLiaison.java +++ b/src/main/java/com/samskivert/jdbc/MySQLLiaison.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/PostgreSQLLiaison.java b/src/main/java/com/samskivert/jdbc/PostgreSQLLiaison.java index cacf996f..60f4e854 100644 --- a/src/main/java/com/samskivert/jdbc/PostgreSQLLiaison.java +++ b/src/main/java/com/samskivert/jdbc/PostgreSQLLiaison.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/Repository.java b/src/main/java/com/samskivert/jdbc/Repository.java index dee7c203..d93734cb 100644 --- a/src/main/java/com/samskivert/jdbc/Repository.java +++ b/src/main/java/com/samskivert/jdbc/Repository.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/RepositoryListenerUnit.java b/src/main/java/com/samskivert/jdbc/RepositoryListenerUnit.java index 7cc0b102..89c6929e 100644 --- a/src/main/java/com/samskivert/jdbc/RepositoryListenerUnit.java +++ b/src/main/java/com/samskivert/jdbc/RepositoryListenerUnit.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/RepositoryUnit.java b/src/main/java/com/samskivert/jdbc/RepositoryUnit.java index 4e768470..5a952b3c 100644 --- a/src/main/java/com/samskivert/jdbc/RepositoryUnit.java +++ b/src/main/java/com/samskivert/jdbc/RepositoryUnit.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/ResultUnit.java b/src/main/java/com/samskivert/jdbc/ResultUnit.java index 5c7db7b0..e8089225 100644 --- a/src/main/java/com/samskivert/jdbc/ResultUnit.java +++ b/src/main/java/com/samskivert/jdbc/ResultUnit.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/SimpleRepository.java b/src/main/java/com/samskivert/jdbc/SimpleRepository.java index 762a5b5f..e1569c80 100644 --- a/src/main/java/com/samskivert/jdbc/SimpleRepository.java +++ b/src/main/java/com/samskivert/jdbc/SimpleRepository.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/StaticConnectionProvider.java b/src/main/java/com/samskivert/jdbc/StaticConnectionProvider.java index 30ac40b2..22ed006d 100644 --- a/src/main/java/com/samskivert/jdbc/StaticConnectionProvider.java +++ b/src/main/java/com/samskivert/jdbc/StaticConnectionProvider.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/TransitionRepository.java b/src/main/java/com/samskivert/jdbc/TransitionRepository.java index 11f7cec6..86c1f926 100644 --- a/src/main/java/com/samskivert/jdbc/TransitionRepository.java +++ b/src/main/java/com/samskivert/jdbc/TransitionRepository.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/WriteOnlyUnit.java b/src/main/java/com/samskivert/jdbc/WriteOnlyUnit.java index 8a922c01..ec948d1a 100644 --- a/src/main/java/com/samskivert/jdbc/WriteOnlyUnit.java +++ b/src/main/java/com/samskivert/jdbc/WriteOnlyUnit.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/jora/Cursor.java b/src/main/java/com/samskivert/jdbc/jora/Cursor.java index 0be1d50e..0f2e58af 100644 --- a/src/main/java/com/samskivert/jdbc/jora/Cursor.java +++ b/src/main/java/com/samskivert/jdbc/jora/Cursor.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc.jora; diff --git a/src/main/java/com/samskivert/jdbc/jora/DataTransferError.java b/src/main/java/com/samskivert/jdbc/jora/DataTransferError.java index 50d1fc24..c25a8d24 100644 --- a/src/main/java/com/samskivert/jdbc/jora/DataTransferError.java +++ b/src/main/java/com/samskivert/jdbc/jora/DataTransferError.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc.jora; diff --git a/src/main/java/com/samskivert/jdbc/jora/FieldDescriptor.java b/src/main/java/com/samskivert/jdbc/jora/FieldDescriptor.java index e49a25be..f7e34c2e 100644 --- a/src/main/java/com/samskivert/jdbc/jora/FieldDescriptor.java +++ b/src/main/java/com/samskivert/jdbc/jora/FieldDescriptor.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc.jora; diff --git a/src/main/java/com/samskivert/jdbc/jora/FieldMask.java b/src/main/java/com/samskivert/jdbc/jora/FieldMask.java index 56555482..dbbbb61c 100644 --- a/src/main/java/com/samskivert/jdbc/jora/FieldMask.java +++ b/src/main/java/com/samskivert/jdbc/jora/FieldMask.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc.jora; diff --git a/src/main/java/com/samskivert/jdbc/jora/Table.java b/src/main/java/com/samskivert/jdbc/jora/Table.java index bf4e65a1..6fd1a75b 100644 --- a/src/main/java/com/samskivert/jdbc/jora/Table.java +++ b/src/main/java/com/samskivert/jdbc/jora/Table.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc.jora; diff --git a/src/main/java/com/samskivert/net/AddressUtil.java b/src/main/java/com/samskivert/net/AddressUtil.java index 1418b180..ad4b7158 100644 --- a/src/main/java/com/samskivert/net/AddressUtil.java +++ b/src/main/java/com/samskivert/net/AddressUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.net; diff --git a/src/main/java/com/samskivert/net/AttachableURLFactory.java b/src/main/java/com/samskivert/net/AttachableURLFactory.java index a336eb73..4b8b5e0a 100644 --- a/src/main/java/com/samskivert/net/AttachableURLFactory.java +++ b/src/main/java/com/samskivert/net/AttachableURLFactory.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.net; diff --git a/src/main/java/com/samskivert/net/HttpPostUtil.java b/src/main/java/com/samskivert/net/HttpPostUtil.java index 84c23203..41c9b2cf 100644 --- a/src/main/java/com/samskivert/net/HttpPostUtil.java +++ b/src/main/java/com/samskivert/net/HttpPostUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.net; diff --git a/src/main/java/com/samskivert/net/MACUtil.java b/src/main/java/com/samskivert/net/MACUtil.java index 3098b5cf..f527277e 100644 --- a/src/main/java/com/samskivert/net/MACUtil.java +++ b/src/main/java/com/samskivert/net/MACUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.net; diff --git a/src/main/java/com/samskivert/net/MailUtil.java b/src/main/java/com/samskivert/net/MailUtil.java index aa31fea2..2105530b 100644 --- a/src/main/java/com/samskivert/net/MailUtil.java +++ b/src/main/java/com/samskivert/net/MailUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.net; diff --git a/src/main/java/com/samskivert/net/PathUtil.java b/src/main/java/com/samskivert/net/PathUtil.java index d26ce7f7..5b0e27f5 100644 --- a/src/main/java/com/samskivert/net/PathUtil.java +++ b/src/main/java/com/samskivert/net/PathUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.net; diff --git a/src/main/java/com/samskivert/net/cddb/CDDB.java b/src/main/java/com/samskivert/net/cddb/CDDB.java index 8fa17526..a3d12ab6 100644 --- a/src/main/java/com/samskivert/net/cddb/CDDB.java +++ b/src/main/java/com/samskivert/net/cddb/CDDB.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.net.cddb; diff --git a/src/main/java/com/samskivert/net/cddb/CDDBException.java b/src/main/java/com/samskivert/net/cddb/CDDBException.java index c5fe6ef7..0678e7c3 100644 --- a/src/main/java/com/samskivert/net/cddb/CDDBException.java +++ b/src/main/java/com/samskivert/net/cddb/CDDBException.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.net.cddb; diff --git a/src/main/java/com/samskivert/net/cddb/CDDBProtocol.java b/src/main/java/com/samskivert/net/cddb/CDDBProtocol.java index 4863a9f2..0bd4d90a 100644 --- a/src/main/java/com/samskivert/net/cddb/CDDBProtocol.java +++ b/src/main/java/com/samskivert/net/cddb/CDDBProtocol.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.net.cddb; diff --git a/src/main/java/com/samskivert/net/cddb/CDDBTest.java b/src/main/java/com/samskivert/net/cddb/CDDBTest.java index a9d91e02..d1a7efa4 100644 --- a/src/main/java/com/samskivert/net/cddb/CDDBTest.java +++ b/src/main/java/com/samskivert/net/cddb/CDDBTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.net.cddb; diff --git a/src/main/java/com/samskivert/servlet/HttpErrorException.java b/src/main/java/com/samskivert/servlet/HttpErrorException.java index 09e992dc..6ca492fd 100644 --- a/src/main/java/com/samskivert/servlet/HttpErrorException.java +++ b/src/main/java/com/samskivert/servlet/HttpErrorException.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet; diff --git a/src/main/java/com/samskivert/servlet/IndiscriminateSiteIdentifier.java b/src/main/java/com/samskivert/servlet/IndiscriminateSiteIdentifier.java index dc2fb524..2bc7cfdf 100644 --- a/src/main/java/com/samskivert/servlet/IndiscriminateSiteIdentifier.java +++ b/src/main/java/com/samskivert/servlet/IndiscriminateSiteIdentifier.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet; diff --git a/src/main/java/com/samskivert/servlet/JDBCTableSiteIdentifier.java b/src/main/java/com/samskivert/servlet/JDBCTableSiteIdentifier.java index bc1aa876..6c3846e8 100644 --- a/src/main/java/com/samskivert/servlet/JDBCTableSiteIdentifier.java +++ b/src/main/java/com/samskivert/servlet/JDBCTableSiteIdentifier.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet; diff --git a/src/main/java/com/samskivert/servlet/MessageManager.java b/src/main/java/com/samskivert/servlet/MessageManager.java index d1c32b80..85f124cd 100644 --- a/src/main/java/com/samskivert/servlet/MessageManager.java +++ b/src/main/java/com/samskivert/servlet/MessageManager.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet; diff --git a/src/main/java/com/samskivert/servlet/RedirectException.java b/src/main/java/com/samskivert/servlet/RedirectException.java index 1c39d425..a7006606 100644 --- a/src/main/java/com/samskivert/servlet/RedirectException.java +++ b/src/main/java/com/samskivert/servlet/RedirectException.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet; diff --git a/src/main/java/com/samskivert/servlet/Site.java b/src/main/java/com/samskivert/servlet/Site.java index c72eeef0..658efe8a 100644 --- a/src/main/java/com/samskivert/servlet/Site.java +++ b/src/main/java/com/samskivert/servlet/Site.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet; diff --git a/src/main/java/com/samskivert/servlet/SiteIdentifier.java b/src/main/java/com/samskivert/servlet/SiteIdentifier.java index 98ef5ece..66f496e7 100644 --- a/src/main/java/com/samskivert/servlet/SiteIdentifier.java +++ b/src/main/java/com/samskivert/servlet/SiteIdentifier.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet; diff --git a/src/main/java/com/samskivert/servlet/SiteResourceLoader.java b/src/main/java/com/samskivert/servlet/SiteResourceLoader.java index 1dbacc85..7a1fbb0b 100644 --- a/src/main/java/com/samskivert/servlet/SiteResourceLoader.java +++ b/src/main/java/com/samskivert/servlet/SiteResourceLoader.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet; diff --git a/src/main/java/com/samskivert/servlet/user/AuthenticationFailedException.java b/src/main/java/com/samskivert/servlet/user/AuthenticationFailedException.java index 2bf98ade..4962b611 100644 --- a/src/main/java/com/samskivert/servlet/user/AuthenticationFailedException.java +++ b/src/main/java/com/samskivert/servlet/user/AuthenticationFailedException.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.user; diff --git a/src/main/java/com/samskivert/servlet/user/Authenticator.java b/src/main/java/com/samskivert/servlet/user/Authenticator.java index 203f1e0c..0e948f0c 100644 --- a/src/main/java/com/samskivert/servlet/user/Authenticator.java +++ b/src/main/java/com/samskivert/servlet/user/Authenticator.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.user; diff --git a/src/main/java/com/samskivert/servlet/user/InvalidPasswordException.java b/src/main/java/com/samskivert/servlet/user/InvalidPasswordException.java index 2cd4ae49..64bfa5a4 100644 --- a/src/main/java/com/samskivert/servlet/user/InvalidPasswordException.java +++ b/src/main/java/com/samskivert/servlet/user/InvalidPasswordException.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.user; diff --git a/src/main/java/com/samskivert/servlet/user/InvalidUsernameException.java b/src/main/java/com/samskivert/servlet/user/InvalidUsernameException.java index 387173c1..76dceeb9 100644 --- a/src/main/java/com/samskivert/servlet/user/InvalidUsernameException.java +++ b/src/main/java/com/samskivert/servlet/user/InvalidUsernameException.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.user; diff --git a/src/main/java/com/samskivert/servlet/user/NoSuchUserException.java b/src/main/java/com/samskivert/servlet/user/NoSuchUserException.java index e91726bc..9e1da078 100644 --- a/src/main/java/com/samskivert/servlet/user/NoSuchUserException.java +++ b/src/main/java/com/samskivert/servlet/user/NoSuchUserException.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.user; diff --git a/src/main/java/com/samskivert/servlet/user/Password.java b/src/main/java/com/samskivert/servlet/user/Password.java index 5457ae26..11b4b3dc 100644 --- a/src/main/java/com/samskivert/servlet/user/Password.java +++ b/src/main/java/com/samskivert/servlet/user/Password.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.user; diff --git a/src/main/java/com/samskivert/servlet/user/User.java b/src/main/java/com/samskivert/servlet/user/User.java index 45e93b81..a30bba00 100644 --- a/src/main/java/com/samskivert/servlet/user/User.java +++ b/src/main/java/com/samskivert/servlet/user/User.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.user; diff --git a/src/main/java/com/samskivert/servlet/user/UserExistsException.java b/src/main/java/com/samskivert/servlet/user/UserExistsException.java index 58c7c66d..f7416f5e 100644 --- a/src/main/java/com/samskivert/servlet/user/UserExistsException.java +++ b/src/main/java/com/samskivert/servlet/user/UserExistsException.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.user; diff --git a/src/main/java/com/samskivert/servlet/user/UserManager.java b/src/main/java/com/samskivert/servlet/user/UserManager.java index 632de3fd..b4a1fd2f 100644 --- a/src/main/java/com/samskivert/servlet/user/UserManager.java +++ b/src/main/java/com/samskivert/servlet/user/UserManager.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.user; diff --git a/src/main/java/com/samskivert/servlet/user/UserRepository.java b/src/main/java/com/samskivert/servlet/user/UserRepository.java index 82f91a9b..80c1e661 100644 --- a/src/main/java/com/samskivert/servlet/user/UserRepository.java +++ b/src/main/java/com/samskivert/servlet/user/UserRepository.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.user; diff --git a/src/main/java/com/samskivert/servlet/user/UserUtil.java b/src/main/java/com/samskivert/servlet/user/UserUtil.java index cca24be9..166f5630 100644 --- a/src/main/java/com/samskivert/servlet/user/UserUtil.java +++ b/src/main/java/com/samskivert/servlet/user/UserUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.user; diff --git a/src/main/java/com/samskivert/servlet/user/Username.java b/src/main/java/com/samskivert/servlet/user/Username.java index 14f33dfe..8941d257 100644 --- a/src/main/java/com/samskivert/servlet/user/Username.java +++ b/src/main/java/com/samskivert/servlet/user/Username.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.user; diff --git a/src/main/java/com/samskivert/servlet/util/CookieUtil.java b/src/main/java/com/samskivert/servlet/util/CookieUtil.java index 41e45ee0..f334edb3 100644 --- a/src/main/java/com/samskivert/servlet/util/CookieUtil.java +++ b/src/main/java/com/samskivert/servlet/util/CookieUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.util; diff --git a/src/main/java/com/samskivert/servlet/util/DataValidationException.java b/src/main/java/com/samskivert/servlet/util/DataValidationException.java index 01b0b090..3f0fcb70 100644 --- a/src/main/java/com/samskivert/servlet/util/DataValidationException.java +++ b/src/main/java/com/samskivert/servlet/util/DataValidationException.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.util; diff --git a/src/main/java/com/samskivert/servlet/util/ExceptionMap.java b/src/main/java/com/samskivert/servlet/util/ExceptionMap.java index 13092d5c..cf79464c 100644 --- a/src/main/java/com/samskivert/servlet/util/ExceptionMap.java +++ b/src/main/java/com/samskivert/servlet/util/ExceptionMap.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.util; diff --git a/src/main/java/com/samskivert/servlet/util/FriendlyException.java b/src/main/java/com/samskivert/servlet/util/FriendlyException.java index ea2a3654..37893eb2 100644 --- a/src/main/java/com/samskivert/servlet/util/FriendlyException.java +++ b/src/main/java/com/samskivert/servlet/util/FriendlyException.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.util; diff --git a/src/main/java/com/samskivert/servlet/util/HTMLUtil.java b/src/main/java/com/samskivert/servlet/util/HTMLUtil.java index b0ac8ada..50fb133f 100644 --- a/src/main/java/com/samskivert/servlet/util/HTMLUtil.java +++ b/src/main/java/com/samskivert/servlet/util/HTMLUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.util; diff --git a/src/main/java/com/samskivert/servlet/util/ParameterUtil.java b/src/main/java/com/samskivert/servlet/util/ParameterUtil.java index 1b81b850..f975369a 100644 --- a/src/main/java/com/samskivert/servlet/util/ParameterUtil.java +++ b/src/main/java/com/samskivert/servlet/util/ParameterUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.util; diff --git a/src/main/java/com/samskivert/servlet/util/RequestUtils.java b/src/main/java/com/samskivert/servlet/util/RequestUtils.java index 87eed4ae..723d4d00 100644 --- a/src/main/java/com/samskivert/servlet/util/RequestUtils.java +++ b/src/main/java/com/samskivert/servlet/util/RequestUtils.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.util; diff --git a/src/main/java/com/samskivert/servlet/util/ServiceWaiter.java b/src/main/java/com/samskivert/servlet/util/ServiceWaiter.java index 84e11bd2..7b2b9e22 100644 --- a/src/main/java/com/samskivert/servlet/util/ServiceWaiter.java +++ b/src/main/java/com/samskivert/servlet/util/ServiceWaiter.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet.util; diff --git a/src/main/java/com/samskivert/swing/AWTResultListener.java b/src/main/java/com/samskivert/swing/AWTResultListener.java index 95bf95e1..05cdfef4 100644 --- a/src/main/java/com/samskivert/swing/AWTResultListener.java +++ b/src/main/java/com/samskivert/swing/AWTResultListener.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/AbsoluteLayout.java b/src/main/java/com/samskivert/swing/AbsoluteLayout.java index 97ff9fb8..e634718c 100644 --- a/src/main/java/com/samskivert/swing/AbsoluteLayout.java +++ b/src/main/java/com/samskivert/swing/AbsoluteLayout.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/CollapsibleList.java b/src/main/java/com/samskivert/swing/CollapsibleList.java index dbc45fc7..5b916e4d 100644 --- a/src/main/java/com/samskivert/swing/CollapsibleList.java +++ b/src/main/java/com/samskivert/swing/CollapsibleList.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/CollapsiblePanel.java b/src/main/java/com/samskivert/swing/CollapsiblePanel.java index d6c52766..617a2fb2 100644 --- a/src/main/java/com/samskivert/swing/CollapsiblePanel.java +++ b/src/main/java/com/samskivert/swing/CollapsiblePanel.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/ComboButtonBox.java b/src/main/java/com/samskivert/swing/ComboButtonBox.java index 6943e001..298c8dc9 100644 --- a/src/main/java/com/samskivert/swing/ComboButtonBox.java +++ b/src/main/java/com/samskivert/swing/ComboButtonBox.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/CommandButton.java b/src/main/java/com/samskivert/swing/CommandButton.java index ee73e694..fd66f998 100644 --- a/src/main/java/com/samskivert/swing/CommandButton.java +++ b/src/main/java/com/samskivert/swing/CommandButton.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/ControlledPanel.java b/src/main/java/com/samskivert/swing/ControlledPanel.java index 4fce0b81..3fd6304d 100644 --- a/src/main/java/com/samskivert/swing/ControlledPanel.java +++ b/src/main/java/com/samskivert/swing/ControlledPanel.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/Controller.java b/src/main/java/com/samskivert/swing/Controller.java index 289d833c..a8d5b444 100644 --- a/src/main/java/com/samskivert/swing/Controller.java +++ b/src/main/java/com/samskivert/swing/Controller.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/ControllerProvider.java b/src/main/java/com/samskivert/swing/ControllerProvider.java index c6665fd7..57eff1e5 100644 --- a/src/main/java/com/samskivert/swing/ControllerProvider.java +++ b/src/main/java/com/samskivert/swing/ControllerProvider.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/DimenInfo.java b/src/main/java/com/samskivert/swing/DimenInfo.java index 260ba0ba..0cd3416c 100644 --- a/src/main/java/com/samskivert/swing/DimenInfo.java +++ b/src/main/java/com/samskivert/swing/DimenInfo.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/DimmedIcon.java b/src/main/java/com/samskivert/swing/DimmedIcon.java index c07124fd..f0b80b6b 100644 --- a/src/main/java/com/samskivert/swing/DimmedIcon.java +++ b/src/main/java/com/samskivert/swing/DimmedIcon.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/EnablingAdapter.java b/src/main/java/com/samskivert/swing/EnablingAdapter.java index b74b1914..869a2a72 100644 --- a/src/main/java/com/samskivert/swing/EnablingAdapter.java +++ b/src/main/java/com/samskivert/swing/EnablingAdapter.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/GroupLayout.java b/src/main/java/com/samskivert/swing/GroupLayout.java index eeddf140..272f3097 100644 --- a/src/main/java/com/samskivert/swing/GroupLayout.java +++ b/src/main/java/com/samskivert/swing/GroupLayout.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/GroupLayoutTest.java b/src/main/java/com/samskivert/swing/GroupLayoutTest.java index eeb469e1..44ed3316 100644 --- a/src/main/java/com/samskivert/swing/GroupLayoutTest.java +++ b/src/main/java/com/samskivert/swing/GroupLayoutTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/HGroupLayout.java b/src/main/java/com/samskivert/swing/HGroupLayout.java index 8818b631..66dcf63b 100644 --- a/src/main/java/com/samskivert/swing/HGroupLayout.java +++ b/src/main/java/com/samskivert/swing/HGroupLayout.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/IntField.java b/src/main/java/com/samskivert/swing/IntField.java index f1377117..e0fae790 100644 --- a/src/main/java/com/samskivert/swing/IntField.java +++ b/src/main/java/com/samskivert/swing/IntField.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/IntegerTableCellRenderer.java b/src/main/java/com/samskivert/swing/IntegerTableCellRenderer.java index 07531c61..c3e09634 100644 --- a/src/main/java/com/samskivert/swing/IntegerTableCellRenderer.java +++ b/src/main/java/com/samskivert/swing/IntegerTableCellRenderer.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/JInternalDialog.java b/src/main/java/com/samskivert/swing/JInternalDialog.java index 2f20c05c..1efa7b9e 100644 --- a/src/main/java/com/samskivert/swing/JInternalDialog.java +++ b/src/main/java/com/samskivert/swing/JInternalDialog.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/Label.java b/src/main/java/com/samskivert/swing/Label.java index 0ec2b656..b3a7c009 100644 --- a/src/main/java/com/samskivert/swing/Label.java +++ b/src/main/java/com/samskivert/swing/Label.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/LabelSausage.java b/src/main/java/com/samskivert/swing/LabelSausage.java index ff89c11d..2d973ace 100644 --- a/src/main/java/com/samskivert/swing/LabelSausage.java +++ b/src/main/java/com/samskivert/swing/LabelSausage.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/LabelStyleConstants.java b/src/main/java/com/samskivert/swing/LabelStyleConstants.java index ab4fcd7d..0dfd3be7 100644 --- a/src/main/java/com/samskivert/swing/LabelStyleConstants.java +++ b/src/main/java/com/samskivert/swing/LabelStyleConstants.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/LazyComponent.java b/src/main/java/com/samskivert/swing/LazyComponent.java index 0eddac39..25b356ee 100644 --- a/src/main/java/com/samskivert/swing/LazyComponent.java +++ b/src/main/java/com/samskivert/swing/LazyComponent.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/MultiLineLabel.java b/src/main/java/com/samskivert/swing/MultiLineLabel.java index 29cd152c..e4cb794c 100644 --- a/src/main/java/com/samskivert/swing/MultiLineLabel.java +++ b/src/main/java/com/samskivert/swing/MultiLineLabel.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/ObjectEditorTable.java b/src/main/java/com/samskivert/swing/ObjectEditorTable.java index 880a764c..8728f558 100644 --- a/src/main/java/com/samskivert/swing/ObjectEditorTable.java +++ b/src/main/java/com/samskivert/swing/ObjectEditorTable.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/RadialLabelSausage.java b/src/main/java/com/samskivert/swing/RadialLabelSausage.java index fa19ce08..71e14b61 100644 --- a/src/main/java/com/samskivert/swing/RadialLabelSausage.java +++ b/src/main/java/com/samskivert/swing/RadialLabelSausage.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/RadialMenu.java b/src/main/java/com/samskivert/swing/RadialMenu.java index 81bd4591..b3cb2a8c 100644 --- a/src/main/java/com/samskivert/swing/RadialMenu.java +++ b/src/main/java/com/samskivert/swing/RadialMenu.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/RadialMenuItem.java b/src/main/java/com/samskivert/swing/RadialMenuItem.java index aaef2b3f..4efef635 100644 --- a/src/main/java/com/samskivert/swing/RadialMenuItem.java +++ b/src/main/java/com/samskivert/swing/RadialMenuItem.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/RuntimeAdjust.java b/src/main/java/com/samskivert/swing/RuntimeAdjust.java index ad9f84b2..8148aca9 100644 --- a/src/main/java/com/samskivert/swing/RuntimeAdjust.java +++ b/src/main/java/com/samskivert/swing/RuntimeAdjust.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/SafeLayeredPane.java b/src/main/java/com/samskivert/swing/SafeLayeredPane.java index 2de0a9af..0b0adf4c 100644 --- a/src/main/java/com/samskivert/swing/SafeLayeredPane.java +++ b/src/main/java/com/samskivert/swing/SafeLayeredPane.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/ScaledIcon.java b/src/main/java/com/samskivert/swing/ScaledIcon.java index 6f9828a6..812cfb94 100644 --- a/src/main/java/com/samskivert/swing/ScaledIcon.java +++ b/src/main/java/com/samskivert/swing/ScaledIcon.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/ScrollBox.java b/src/main/java/com/samskivert/swing/ScrollBox.java index 36f8cfac..01730256 100644 --- a/src/main/java/com/samskivert/swing/ScrollBox.java +++ b/src/main/java/com/samskivert/swing/ScrollBox.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/ScrollablePanel.java b/src/main/java/com/samskivert/swing/ScrollablePanel.java index 5ed12d4d..fa31a29e 100644 --- a/src/main/java/com/samskivert/swing/ScrollablePanel.java +++ b/src/main/java/com/samskivert/swing/ScrollablePanel.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/ShapeIcon.java b/src/main/java/com/samskivert/swing/ShapeIcon.java index 8e5e21ed..bb57f40c 100644 --- a/src/main/java/com/samskivert/swing/ShapeIcon.java +++ b/src/main/java/com/samskivert/swing/ShapeIcon.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/SimpleSlider.java b/src/main/java/com/samskivert/swing/SimpleSlider.java index 618140d9..d0d05500 100644 --- a/src/main/java/com/samskivert/swing/SimpleSlider.java +++ b/src/main/java/com/samskivert/swing/SimpleSlider.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/SmartPolygon.java b/src/main/java/com/samskivert/swing/SmartPolygon.java index 03e7e261..460cdfcc 100644 --- a/src/main/java/com/samskivert/swing/SmartPolygon.java +++ b/src/main/java/com/samskivert/swing/SmartPolygon.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/Spacer.java b/src/main/java/com/samskivert/swing/Spacer.java index 7b03bdc0..8df9a0bc 100644 --- a/src/main/java/com/samskivert/swing/Spacer.java +++ b/src/main/java/com/samskivert/swing/Spacer.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/TGraphics2D.java b/src/main/java/com/samskivert/swing/TGraphics2D.java index e3b6cfb1..8c1f447e 100644 --- a/src/main/java/com/samskivert/swing/TGraphics2D.java +++ b/src/main/java/com/samskivert/swing/TGraphics2D.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/TableMap.java b/src/main/java/com/samskivert/swing/TableMap.java index 71799476..ca28605f 100644 --- a/src/main/java/com/samskivert/swing/TableMap.java +++ b/src/main/java/com/samskivert/swing/TableMap.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/TableSorter.java b/src/main/java/com/samskivert/swing/TableSorter.java index 85a85f69..aab25991 100644 --- a/src/main/java/com/samskivert/swing/TableSorter.java +++ b/src/main/java/com/samskivert/swing/TableSorter.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/Timer.java b/src/main/java/com/samskivert/swing/Timer.java index 0de6ad49..adb10dc3 100644 --- a/src/main/java/com/samskivert/swing/Timer.java +++ b/src/main/java/com/samskivert/swing/Timer.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/VGroupLayout.java b/src/main/java/com/samskivert/swing/VGroupLayout.java index 8cf0cfd3..1a11e4bb 100644 --- a/src/main/java/com/samskivert/swing/VGroupLayout.java +++ b/src/main/java/com/samskivert/swing/VGroupLayout.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/main/java/com/samskivert/swing/dnd/AutoscrollingDropTarget.java b/src/main/java/com/samskivert/swing/dnd/AutoscrollingDropTarget.java index 02bcc62d..9c626afa 100644 --- a/src/main/java/com/samskivert/swing/dnd/AutoscrollingDropTarget.java +++ b/src/main/java/com/samskivert/swing/dnd/AutoscrollingDropTarget.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.dnd; diff --git a/src/main/java/com/samskivert/swing/dnd/DnDManager.java b/src/main/java/com/samskivert/swing/dnd/DnDManager.java index 1c2292b8..2bd5694b 100644 --- a/src/main/java/com/samskivert/swing/dnd/DnDManager.java +++ b/src/main/java/com/samskivert/swing/dnd/DnDManager.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.dnd; diff --git a/src/main/java/com/samskivert/swing/dnd/DragSource.java b/src/main/java/com/samskivert/swing/dnd/DragSource.java index 5d222664..7012ec8e 100644 --- a/src/main/java/com/samskivert/swing/dnd/DragSource.java +++ b/src/main/java/com/samskivert/swing/dnd/DragSource.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.dnd; diff --git a/src/main/java/com/samskivert/swing/dnd/DropTarget.java b/src/main/java/com/samskivert/swing/dnd/DropTarget.java index 22c0f99e..45ef7c2e 100644 --- a/src/main/java/com/samskivert/swing/dnd/DropTarget.java +++ b/src/main/java/com/samskivert/swing/dnd/DropTarget.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.dnd; diff --git a/src/main/java/com/samskivert/swing/event/AncestorAdapter.java b/src/main/java/com/samskivert/swing/event/AncestorAdapter.java index 4601d863..019900a1 100644 --- a/src/main/java/com/samskivert/swing/event/AncestorAdapter.java +++ b/src/main/java/com/samskivert/swing/event/AncestorAdapter.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.event; diff --git a/src/main/java/com/samskivert/swing/event/CommandEvent.java b/src/main/java/com/samskivert/swing/event/CommandEvent.java index 669e7091..c3cddb1b 100644 --- a/src/main/java/com/samskivert/swing/event/CommandEvent.java +++ b/src/main/java/com/samskivert/swing/event/CommandEvent.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.event; diff --git a/src/main/java/com/samskivert/swing/event/DocumentAdapter.java b/src/main/java/com/samskivert/swing/event/DocumentAdapter.java index cf0985af..079ab4bd 100644 --- a/src/main/java/com/samskivert/swing/event/DocumentAdapter.java +++ b/src/main/java/com/samskivert/swing/event/DocumentAdapter.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.event; diff --git a/src/main/java/com/samskivert/swing/event/MouseArmingAdapter.java b/src/main/java/com/samskivert/swing/event/MouseArmingAdapter.java index 7f9ff19b..4edd57d7 100644 --- a/src/main/java/com/samskivert/swing/event/MouseArmingAdapter.java +++ b/src/main/java/com/samskivert/swing/event/MouseArmingAdapter.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.event; diff --git a/src/main/java/com/samskivert/swing/event/PopupMenuAdapter.java b/src/main/java/com/samskivert/swing/event/PopupMenuAdapter.java index dbd81fc2..2d078123 100644 --- a/src/main/java/com/samskivert/swing/event/PopupMenuAdapter.java +++ b/src/main/java/com/samskivert/swing/event/PopupMenuAdapter.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.event; diff --git a/src/main/java/com/samskivert/swing/util/ButtonUtil.java b/src/main/java/com/samskivert/swing/util/ButtonUtil.java index cff0b114..79aca048 100644 --- a/src/main/java/com/samskivert/swing/util/ButtonUtil.java +++ b/src/main/java/com/samskivert/swing/util/ButtonUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.util; diff --git a/src/main/java/com/samskivert/swing/util/DialogUtil.java b/src/main/java/com/samskivert/swing/util/DialogUtil.java index 96a63b74..9eb4bff1 100644 --- a/src/main/java/com/samskivert/swing/util/DialogUtil.java +++ b/src/main/java/com/samskivert/swing/util/DialogUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.util; diff --git a/src/main/java/com/samskivert/swing/util/MenuUtil.java b/src/main/java/com/samskivert/swing/util/MenuUtil.java index 24333b77..e46087ad 100644 --- a/src/main/java/com/samskivert/swing/util/MenuUtil.java +++ b/src/main/java/com/samskivert/swing/util/MenuUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.util; diff --git a/src/main/java/com/samskivert/swing/util/MouseHijacker.java b/src/main/java/com/samskivert/swing/util/MouseHijacker.java index 7cd455cc..f3ec47a6 100644 --- a/src/main/java/com/samskivert/swing/util/MouseHijacker.java +++ b/src/main/java/com/samskivert/swing/util/MouseHijacker.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.util; diff --git a/src/main/java/com/samskivert/swing/util/ProximityTracker.java b/src/main/java/com/samskivert/swing/util/ProximityTracker.java index 8b9655ce..88914778 100644 --- a/src/main/java/com/samskivert/swing/util/ProximityTracker.java +++ b/src/main/java/com/samskivert/swing/util/ProximityTracker.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.util; diff --git a/src/main/java/com/samskivert/swing/util/RetryableTask.java b/src/main/java/com/samskivert/swing/util/RetryableTask.java index f6565e0b..6cfdcb72 100644 --- a/src/main/java/com/samskivert/swing/util/RetryableTask.java +++ b/src/main/java/com/samskivert/swing/util/RetryableTask.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.util; diff --git a/src/main/java/com/samskivert/swing/util/SwingUtil.java b/src/main/java/com/samskivert/swing/util/SwingUtil.java index 41e76313..4f85f419 100644 --- a/src/main/java/com/samskivert/swing/util/SwingUtil.java +++ b/src/main/java/com/samskivert/swing/util/SwingUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.util; diff --git a/src/main/java/com/samskivert/swing/util/Task.java b/src/main/java/com/samskivert/swing/util/Task.java index e1bb2927..d27af05c 100644 --- a/src/main/java/com/samskivert/swing/util/Task.java +++ b/src/main/java/com/samskivert/swing/util/Task.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.util; diff --git a/src/main/java/com/samskivert/swing/util/TaskAdapter.java b/src/main/java/com/samskivert/swing/util/TaskAdapter.java index b333b92a..dd95d81d 100644 --- a/src/main/java/com/samskivert/swing/util/TaskAdapter.java +++ b/src/main/java/com/samskivert/swing/util/TaskAdapter.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.util; diff --git a/src/main/java/com/samskivert/swing/util/TaskMaster.java b/src/main/java/com/samskivert/swing/util/TaskMaster.java index 8e70cf7c..3d9b6497 100644 --- a/src/main/java/com/samskivert/swing/util/TaskMaster.java +++ b/src/main/java/com/samskivert/swing/util/TaskMaster.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.util; diff --git a/src/main/java/com/samskivert/swing/util/TaskObserver.java b/src/main/java/com/samskivert/swing/util/TaskObserver.java index 3efddaa5..0befb3d3 100644 --- a/src/main/java/com/samskivert/swing/util/TaskObserver.java +++ b/src/main/java/com/samskivert/swing/util/TaskObserver.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing.util; diff --git a/src/main/java/com/samskivert/test/TestUtil.java b/src/main/java/com/samskivert/test/TestUtil.java index a18bf6de..0e643225 100644 --- a/src/main/java/com/samskivert/test/TestUtil.java +++ b/src/main/java/com/samskivert/test/TestUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.test; diff --git a/src/main/java/com/samskivert/text/MessageUtil.java b/src/main/java/com/samskivert/text/MessageUtil.java index f25b2c2f..4b6b0cf6 100644 --- a/src/main/java/com/samskivert/text/MessageUtil.java +++ b/src/main/java/com/samskivert/text/MessageUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.text; diff --git a/src/main/java/com/samskivert/util/AbstractIntSet.java b/src/main/java/com/samskivert/util/AbstractIntSet.java index ad9eed77..ced04768 100644 --- a/src/main/java/com/samskivert/util/AbstractIntSet.java +++ b/src/main/java/com/samskivert/util/AbstractIntSet.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/AbstractInterator.java b/src/main/java/com/samskivert/util/AbstractInterator.java index f799d10a..a43f07d2 100644 --- a/src/main/java/com/samskivert/util/AbstractInterator.java +++ b/src/main/java/com/samskivert/util/AbstractInterator.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ArrayIntSet.java b/src/main/java/com/samskivert/util/ArrayIntSet.java index b718a952..726e88e6 100644 --- a/src/main/java/com/samskivert/util/ArrayIntSet.java +++ b/src/main/java/com/samskivert/util/ArrayIntSet.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ArrayUtil.java b/src/main/java/com/samskivert/util/ArrayUtil.java index 26bcc57c..4b9fa08f 100644 --- a/src/main/java/com/samskivert/util/ArrayUtil.java +++ b/src/main/java/com/samskivert/util/ArrayUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/AuditLogger.java b/src/main/java/com/samskivert/util/AuditLogger.java index f8391d2b..e469df58 100644 --- a/src/main/java/com/samskivert/util/AuditLogger.java +++ b/src/main/java/com/samskivert/util/AuditLogger.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/BaseArrayList.java b/src/main/java/com/samskivert/util/BaseArrayList.java index 69684a92..677a1b5b 100644 --- a/src/main/java/com/samskivert/util/BaseArrayList.java +++ b/src/main/java/com/samskivert/util/BaseArrayList.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/BasicRunQueue.java b/src/main/java/com/samskivert/util/BasicRunQueue.java index c4e7fa58..fe7e5417 100644 --- a/src/main/java/com/samskivert/util/BasicRunQueue.java +++ b/src/main/java/com/samskivert/util/BasicRunQueue.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ByteEnum.java b/src/main/java/com/samskivert/util/ByteEnum.java index 18829511..ae2c3122 100644 --- a/src/main/java/com/samskivert/util/ByteEnum.java +++ b/src/main/java/com/samskivert/util/ByteEnum.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ByteEnumUtil.java b/src/main/java/com/samskivert/util/ByteEnumUtil.java index 69be8773..3c733336 100644 --- a/src/main/java/com/samskivert/util/ByteEnumUtil.java +++ b/src/main/java/com/samskivert/util/ByteEnumUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/CalendarUtil.java b/src/main/java/com/samskivert/util/CalendarUtil.java index 2489dde3..46f9fdb3 100644 --- a/src/main/java/com/samskivert/util/CalendarUtil.java +++ b/src/main/java/com/samskivert/util/CalendarUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Calendars.java b/src/main/java/com/samskivert/util/Calendars.java index d0f5938a..ccab5df7 100644 --- a/src/main/java/com/samskivert/util/Calendars.java +++ b/src/main/java/com/samskivert/util/Calendars.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Callables.java b/src/main/java/com/samskivert/util/Callables.java index c0342e21..732d0fba 100644 --- a/src/main/java/com/samskivert/util/Callables.java +++ b/src/main/java/com/samskivert/util/Callables.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ChainedResultListener.java b/src/main/java/com/samskivert/util/ChainedResultListener.java index fd514ed5..50ce54c9 100644 --- a/src/main/java/com/samskivert/util/ChainedResultListener.java +++ b/src/main/java/com/samskivert/util/ChainedResultListener.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/CheapIntMap.java b/src/main/java/com/samskivert/util/CheapIntMap.java index 63c78bcf..15bdda8f 100644 --- a/src/main/java/com/samskivert/util/CheapIntMap.java +++ b/src/main/java/com/samskivert/util/CheapIntMap.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ClassUtil.java b/src/main/java/com/samskivert/util/ClassUtil.java index d5ba2574..a71c7a84 100644 --- a/src/main/java/com/samskivert/util/ClassUtil.java +++ b/src/main/java/com/samskivert/util/ClassUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/CollectionUtil.java b/src/main/java/com/samskivert/util/CollectionUtil.java index fd71348d..8a2c0765 100644 --- a/src/main/java/com/samskivert/util/CollectionUtil.java +++ b/src/main/java/com/samskivert/util/CollectionUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Collections.java b/src/main/java/com/samskivert/util/Collections.java index 1af7c642..b417b02d 100644 --- a/src/main/java/com/samskivert/util/Collections.java +++ b/src/main/java/com/samskivert/util/Collections.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/CompactIntListUtil.java b/src/main/java/com/samskivert/util/CompactIntListUtil.java index 736c9175..05dc263e 100644 --- a/src/main/java/com/samskivert/util/CompactIntListUtil.java +++ b/src/main/java/com/samskivert/util/CompactIntListUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ComparableArrayList.java b/src/main/java/com/samskivert/util/ComparableArrayList.java index bf5d01cc..17184ccc 100644 --- a/src/main/java/com/samskivert/util/ComparableArrayList.java +++ b/src/main/java/com/samskivert/util/ComparableArrayList.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ComparableTuple.java b/src/main/java/com/samskivert/util/ComparableTuple.java index d996080b..799e44a8 100644 --- a/src/main/java/com/samskivert/util/ComparableTuple.java +++ b/src/main/java/com/samskivert/util/ComparableTuple.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Comparators.java b/src/main/java/com/samskivert/util/Comparators.java index df802aab..0769e1dc 100644 --- a/src/main/java/com/samskivert/util/Comparators.java +++ b/src/main/java/com/samskivert/util/Comparators.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ComplainingListener.java b/src/main/java/com/samskivert/util/ComplainingListener.java index 39f16878..154d6755 100644 --- a/src/main/java/com/samskivert/util/ComplainingListener.java +++ b/src/main/java/com/samskivert/util/ComplainingListener.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Config.java b/src/main/java/com/samskivert/util/Config.java index c23a39c5..3d6f6bdc 100644 --- a/src/main/java/com/samskivert/util/Config.java +++ b/src/main/java/com/samskivert/util/Config.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ConfigUtil.java b/src/main/java/com/samskivert/util/ConfigUtil.java index 2f7fbb77..6269d405 100644 --- a/src/main/java/com/samskivert/util/ConfigUtil.java +++ b/src/main/java/com/samskivert/util/ConfigUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/CountHashMap.java b/src/main/java/com/samskivert/util/CountHashMap.java index 674d4e06..26001452 100644 --- a/src/main/java/com/samskivert/util/CountHashMap.java +++ b/src/main/java/com/samskivert/util/CountHashMap.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/CountMap.java b/src/main/java/com/samskivert/util/CountMap.java index bd6d3343..50465f10 100644 --- a/src/main/java/com/samskivert/util/CountMap.java +++ b/src/main/java/com/samskivert/util/CountMap.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Crypt.java b/src/main/java/com/samskivert/util/Crypt.java index 454c39ce..d37021db 100644 --- a/src/main/java/com/samskivert/util/Crypt.java +++ b/src/main/java/com/samskivert/util/Crypt.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/CurrencyUtil.java b/src/main/java/com/samskivert/util/CurrencyUtil.java index c5c977c5..ad676d93 100644 --- a/src/main/java/com/samskivert/util/CurrencyUtil.java +++ b/src/main/java/com/samskivert/util/CurrencyUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/DebugChords.java b/src/main/java/com/samskivert/util/DebugChords.java index 01dd6df5..64707097 100644 --- a/src/main/java/com/samskivert/util/DebugChords.java +++ b/src/main/java/com/samskivert/util/DebugChords.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/DefaultLogProvider.java b/src/main/java/com/samskivert/util/DefaultLogProvider.java index aef92c61..32762290 100644 --- a/src/main/java/com/samskivert/util/DefaultLogProvider.java +++ b/src/main/java/com/samskivert/util/DefaultLogProvider.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/DependencyGraph.java b/src/main/java/com/samskivert/util/DependencyGraph.java index 93960efc..2a64b378 100644 --- a/src/main/java/com/samskivert/util/DependencyGraph.java +++ b/src/main/java/com/samskivert/util/DependencyGraph.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ExpiringReference.java b/src/main/java/com/samskivert/util/ExpiringReference.java index b847ba91..68b06ee1 100644 --- a/src/main/java/com/samskivert/util/ExpiringReference.java +++ b/src/main/java/com/samskivert/util/ExpiringReference.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/FailureListener.java b/src/main/java/com/samskivert/util/FailureListener.java index dbfe0d05..ae8a9eaf 100644 --- a/src/main/java/com/samskivert/util/FailureListener.java +++ b/src/main/java/com/samskivert/util/FailureListener.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/FileUtil.java b/src/main/java/com/samskivert/util/FileUtil.java index d3907d4d..c4eb0b22 100644 --- a/src/main/java/com/samskivert/util/FileUtil.java +++ b/src/main/java/com/samskivert/util/FileUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Folds.java b/src/main/java/com/samskivert/util/Folds.java index 68d7ffaf..1751de84 100644 --- a/src/main/java/com/samskivert/util/Folds.java +++ b/src/main/java/com/samskivert/util/Folds.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/FormatterUtil.java b/src/main/java/com/samskivert/util/FormatterUtil.java index 8463e548..0b0cdfd1 100644 --- a/src/main/java/com/samskivert/util/FormatterUtil.java +++ b/src/main/java/com/samskivert/util/FormatterUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/GenUtil.java b/src/main/java/com/samskivert/util/GenUtil.java index 360337bc..16dda10b 100644 --- a/src/main/java/com/samskivert/util/GenUtil.java +++ b/src/main/java/com/samskivert/util/GenUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/HashIntMap.java b/src/main/java/com/samskivert/util/HashIntMap.java index 6d5c4036..ad250ab6 100644 --- a/src/main/java/com/samskivert/util/HashIntMap.java +++ b/src/main/java/com/samskivert/util/HashIntMap.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/HashIntSet.java b/src/main/java/com/samskivert/util/HashIntSet.java index 51063017..ac59ba3d 100644 --- a/src/main/java/com/samskivert/util/HashIntSet.java +++ b/src/main/java/com/samskivert/util/HashIntSet.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Histogram.java b/src/main/java/com/samskivert/util/Histogram.java index 43e865b8..165af25e 100644 --- a/src/main/java/com/samskivert/util/Histogram.java +++ b/src/main/java/com/samskivert/util/Histogram.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/IntIntMap.java b/src/main/java/com/samskivert/util/IntIntMap.java index 7beafc2b..85f93811 100644 --- a/src/main/java/com/samskivert/util/IntIntMap.java +++ b/src/main/java/com/samskivert/util/IntIntMap.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/IntListUtil.java b/src/main/java/com/samskivert/util/IntListUtil.java index c6211af5..5106aa85 100644 --- a/src/main/java/com/samskivert/util/IntListUtil.java +++ b/src/main/java/com/samskivert/util/IntListUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/IntMap.java b/src/main/java/com/samskivert/util/IntMap.java index a519bc00..9242d4ee 100644 --- a/src/main/java/com/samskivert/util/IntMap.java +++ b/src/main/java/com/samskivert/util/IntMap.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/IntMaps.java b/src/main/java/com/samskivert/util/IntMaps.java index eb109ce3..7243538c 100644 --- a/src/main/java/com/samskivert/util/IntMaps.java +++ b/src/main/java/com/samskivert/util/IntMaps.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/IntResultListener.java b/src/main/java/com/samskivert/util/IntResultListener.java index 9a121672..7ab072a4 100644 --- a/src/main/java/com/samskivert/util/IntResultListener.java +++ b/src/main/java/com/samskivert/util/IntResultListener.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/IntSet.java b/src/main/java/com/samskivert/util/IntSet.java index 048ee6ea..468d4035 100644 --- a/src/main/java/com/samskivert/util/IntSet.java +++ b/src/main/java/com/samskivert/util/IntSet.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/IntSets.java b/src/main/java/com/samskivert/util/IntSets.java index b28936dc..388d7977 100644 --- a/src/main/java/com/samskivert/util/IntSets.java +++ b/src/main/java/com/samskivert/util/IntSets.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/IntTuple.java b/src/main/java/com/samskivert/util/IntTuple.java index 8343ffbc..5d15b5ad 100644 --- a/src/main/java/com/samskivert/util/IntTuple.java +++ b/src/main/java/com/samskivert/util/IntTuple.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Interable.java b/src/main/java/com/samskivert/util/Interable.java index 613f81d3..d41d5375 100644 --- a/src/main/java/com/samskivert/util/Interable.java +++ b/src/main/java/com/samskivert/util/Interable.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Interator.java b/src/main/java/com/samskivert/util/Interator.java index 0a6c2345..67a7d34b 100644 --- a/src/main/java/com/samskivert/util/Interator.java +++ b/src/main/java/com/samskivert/util/Interator.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Interval.java b/src/main/java/com/samskivert/util/Interval.java index f29430be..85e8ff66 100644 --- a/src/main/java/com/samskivert/util/Interval.java +++ b/src/main/java/com/samskivert/util/Interval.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Invoker.java b/src/main/java/com/samskivert/util/Invoker.java index b794d4ca..4045e629 100644 --- a/src/main/java/com/samskivert/util/Invoker.java +++ b/src/main/java/com/samskivert/util/Invoker.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/JDK14Logger.java b/src/main/java/com/samskivert/util/JDK14Logger.java index 6f2d4738..4ed1c42b 100644 --- a/src/main/java/com/samskivert/util/JDK14Logger.java +++ b/src/main/java/com/samskivert/util/JDK14Logger.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/KeyUtil.java b/src/main/java/com/samskivert/util/KeyUtil.java index f7a64a82..56893a3d 100644 --- a/src/main/java/com/samskivert/util/KeyUtil.java +++ b/src/main/java/com/samskivert/util/KeyUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/KeyValue.java b/src/main/java/com/samskivert/util/KeyValue.java index 544ec8f1..7e2eb2e6 100644 --- a/src/main/java/com/samskivert/util/KeyValue.java +++ b/src/main/java/com/samskivert/util/KeyValue.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/LRUHashMap.java b/src/main/java/com/samskivert/util/LRUHashMap.java index f76fbabf..1e13fbac 100644 --- a/src/main/java/com/samskivert/util/LRUHashMap.java +++ b/src/main/java/com/samskivert/util/LRUHashMap.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Lifecycle.java b/src/main/java/com/samskivert/util/Lifecycle.java index 19ee5942..32582b3e 100644 --- a/src/main/java/com/samskivert/util/Lifecycle.java +++ b/src/main/java/com/samskivert/util/Lifecycle.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ListUtil.java b/src/main/java/com/samskivert/util/ListUtil.java index 61818c7e..f6e51e12 100644 --- a/src/main/java/com/samskivert/util/ListUtil.java +++ b/src/main/java/com/samskivert/util/ListUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Log.java b/src/main/java/com/samskivert/util/Log.java index 40af2986..106dda2c 100644 --- a/src/main/java/com/samskivert/util/Log.java +++ b/src/main/java/com/samskivert/util/Log.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Log4JLogger.java b/src/main/java/com/samskivert/util/Log4JLogger.java index 76e30d42..1c4b61f2 100644 --- a/src/main/java/com/samskivert/util/Log4JLogger.java +++ b/src/main/java/com/samskivert/util/Log4JLogger.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/LogBuilder.java b/src/main/java/com/samskivert/util/LogBuilder.java index 3e5167fc..1be1eced 100644 --- a/src/main/java/com/samskivert/util/LogBuilder.java +++ b/src/main/java/com/samskivert/util/LogBuilder.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/LogProvider.java b/src/main/java/com/samskivert/util/LogProvider.java index 359f1892..a79633d7 100644 --- a/src/main/java/com/samskivert/util/LogProvider.java +++ b/src/main/java/com/samskivert/util/LogProvider.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Logger.java b/src/main/java/com/samskivert/util/Logger.java index 6db33ed2..9eab8de7 100644 --- a/src/main/java/com/samskivert/util/Logger.java +++ b/src/main/java/com/samskivert/util/Logger.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/LoggingLogProvider.java b/src/main/java/com/samskivert/util/LoggingLogProvider.java index 1e6ac4f3..e7bdc8f9 100644 --- a/src/main/java/com/samskivert/util/LoggingLogProvider.java +++ b/src/main/java/com/samskivert/util/LoggingLogProvider.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/LoopingThread.java b/src/main/java/com/samskivert/util/LoopingThread.java index 338905ff..0ab85105 100644 --- a/src/main/java/com/samskivert/util/LoopingThread.java +++ b/src/main/java/com/samskivert/util/LoopingThread.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/MapEntry.java b/src/main/java/com/samskivert/util/MapEntry.java index 8a3473af..4d682d20 100644 --- a/src/main/java/com/samskivert/util/MapEntry.java +++ b/src/main/java/com/samskivert/util/MapEntry.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Mapping.java b/src/main/java/com/samskivert/util/Mapping.java index 648c5667..f84a91da 100644 --- a/src/main/java/com/samskivert/util/Mapping.java +++ b/src/main/java/com/samskivert/util/Mapping.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/MethodFinder.java b/src/main/java/com/samskivert/util/MethodFinder.java index afb5ab5a..2071227a 100644 --- a/src/main/java/com/samskivert/util/MethodFinder.java +++ b/src/main/java/com/samskivert/util/MethodFinder.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/MissingPropertyException.java b/src/main/java/com/samskivert/util/MissingPropertyException.java index 59a76aa8..1fe6d7eb 100644 --- a/src/main/java/com/samskivert/util/MissingPropertyException.java +++ b/src/main/java/com/samskivert/util/MissingPropertyException.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Multex.java b/src/main/java/com/samskivert/util/Multex.java index 4ab62a30..3c6abc1c 100644 --- a/src/main/java/com/samskivert/util/Multex.java +++ b/src/main/java/com/samskivert/util/Multex.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ObjectUtil.java b/src/main/java/com/samskivert/util/ObjectUtil.java index 5e6c6093..7ace71fe 100644 --- a/src/main/java/com/samskivert/util/ObjectUtil.java +++ b/src/main/java/com/samskivert/util/ObjectUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ObserverList.java b/src/main/java/com/samskivert/util/ObserverList.java index 323a6291..a5f754d8 100644 --- a/src/main/java/com/samskivert/util/ObserverList.java +++ b/src/main/java/com/samskivert/util/ObserverList.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/OneLineLogFormatter.java b/src/main/java/com/samskivert/util/OneLineLogFormatter.java index 5aed537c..1e22e1f6 100644 --- a/src/main/java/com/samskivert/util/OneLineLogFormatter.java +++ b/src/main/java/com/samskivert/util/OneLineLogFormatter.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Predicate.java b/src/main/java/com/samskivert/util/Predicate.java index 5e4d6cfa..9b0567ac 100644 --- a/src/main/java/com/samskivert/util/Predicate.java +++ b/src/main/java/com/samskivert/util/Predicate.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/PrefsConfig.java b/src/main/java/com/samskivert/util/PrefsConfig.java index 2f1e0fef..1ec26468 100644 --- a/src/main/java/com/samskivert/util/PrefsConfig.java +++ b/src/main/java/com/samskivert/util/PrefsConfig.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ProcessLogger.java b/src/main/java/com/samskivert/util/ProcessLogger.java index 0dcbab3d..dcf72d87 100644 --- a/src/main/java/com/samskivert/util/ProcessLogger.java +++ b/src/main/java/com/samskivert/util/ProcessLogger.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/PropertiesUtil.java b/src/main/java/com/samskivert/util/PropertiesUtil.java index ba10b6a6..866a6e0d 100644 --- a/src/main/java/com/samskivert/util/PropertiesUtil.java +++ b/src/main/java/com/samskivert/util/PropertiesUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Queue.java b/src/main/java/com/samskivert/util/Queue.java index c7f8b5ef..0558dd50 100644 --- a/src/main/java/com/samskivert/util/Queue.java +++ b/src/main/java/com/samskivert/util/Queue.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/QuickSort.java b/src/main/java/com/samskivert/util/QuickSort.java index a063ea04..e85c226f 100644 --- a/src/main/java/com/samskivert/util/QuickSort.java +++ b/src/main/java/com/samskivert/util/QuickSort.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/RandomUtil.java b/src/main/java/com/samskivert/util/RandomUtil.java index 1ac975b9..27396f78 100644 --- a/src/main/java/com/samskivert/util/RandomUtil.java +++ b/src/main/java/com/samskivert/util/RandomUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Randoms.java b/src/main/java/com/samskivert/util/Randoms.java index 910b5388..4a6e7998 100644 --- a/src/main/java/com/samskivert/util/Randoms.java +++ b/src/main/java/com/samskivert/util/Randoms.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/RecentList.java b/src/main/java/com/samskivert/util/RecentList.java index cdda7735..39b6c24f 100644 --- a/src/main/java/com/samskivert/util/RecentList.java +++ b/src/main/java/com/samskivert/util/RecentList.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/RepeatCallTracker.java b/src/main/java/com/samskivert/util/RepeatCallTracker.java index 8c00c428..7cb1de8b 100644 --- a/src/main/java/com/samskivert/util/RepeatCallTracker.java +++ b/src/main/java/com/samskivert/util/RepeatCallTracker.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/RepeatRecordFilter.java b/src/main/java/com/samskivert/util/RepeatRecordFilter.java index 899ad9da..d448e188 100644 --- a/src/main/java/com/samskivert/util/RepeatRecordFilter.java +++ b/src/main/java/com/samskivert/util/RepeatRecordFilter.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ResultHandler.java b/src/main/java/com/samskivert/util/ResultHandler.java index 245a4e82..a8483021 100644 --- a/src/main/java/com/samskivert/util/ResultHandler.java +++ b/src/main/java/com/samskivert/util/ResultHandler.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ResultListener.java b/src/main/java/com/samskivert/util/ResultListener.java index af7b208e..fee81e36 100644 --- a/src/main/java/com/samskivert/util/ResultListener.java +++ b/src/main/java/com/samskivert/util/ResultListener.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ResultListenerList.java b/src/main/java/com/samskivert/util/ResultListenerList.java index b005b7bd..6ac2f634 100644 --- a/src/main/java/com/samskivert/util/ResultListenerList.java +++ b/src/main/java/com/samskivert/util/ResultListenerList.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/RunAnywhere.java b/src/main/java/com/samskivert/util/RunAnywhere.java index 48edfbde..daf8d077 100644 --- a/src/main/java/com/samskivert/util/RunAnywhere.java +++ b/src/main/java/com/samskivert/util/RunAnywhere.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/RunQueue.java b/src/main/java/com/samskivert/util/RunQueue.java index 781b7d9a..74dd054f 100644 --- a/src/main/java/com/samskivert/util/RunQueue.java +++ b/src/main/java/com/samskivert/util/RunQueue.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Runnables.java b/src/main/java/com/samskivert/util/Runnables.java index 1d74aa0f..6fdbecfa 100644 --- a/src/main/java/com/samskivert/util/Runnables.java +++ b/src/main/java/com/samskivert/util/Runnables.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/SerialExecutor.java b/src/main/java/com/samskivert/util/SerialExecutor.java index 29220ae0..7045d48f 100644 --- a/src/main/java/com/samskivert/util/SerialExecutor.java +++ b/src/main/java/com/samskivert/util/SerialExecutor.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ServiceUnavailableException.java b/src/main/java/com/samskivert/util/ServiceUnavailableException.java index fb9b3e9e..0ba07bd2 100644 --- a/src/main/java/com/samskivert/util/ServiceUnavailableException.java +++ b/src/main/java/com/samskivert/util/ServiceUnavailableException.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ServiceWaiter.java b/src/main/java/com/samskivert/util/ServiceWaiter.java index d8be633f..6b5205cc 100644 --- a/src/main/java/com/samskivert/util/ServiceWaiter.java +++ b/src/main/java/com/samskivert/util/ServiceWaiter.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ShortestPath.java b/src/main/java/com/samskivert/util/ShortestPath.java index b6d747a0..c59a26ef 100644 --- a/src/main/java/com/samskivert/util/ShortestPath.java +++ b/src/main/java/com/samskivert/util/ShortestPath.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/SignalUtil.java b/src/main/java/com/samskivert/util/SignalUtil.java index b7a68d20..fd28cf92 100644 --- a/src/main/java/com/samskivert/util/SignalUtil.java +++ b/src/main/java/com/samskivert/util/SignalUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/SoftCache.java b/src/main/java/com/samskivert/util/SoftCache.java index 59c32421..19650406 100644 --- a/src/main/java/com/samskivert/util/SoftCache.java +++ b/src/main/java/com/samskivert/util/SoftCache.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/SortableArrayList.java b/src/main/java/com/samskivert/util/SortableArrayList.java index 3232f9d8..adc0ad81 100644 --- a/src/main/java/com/samskivert/util/SortableArrayList.java +++ b/src/main/java/com/samskivert/util/SortableArrayList.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/StringUtil.java b/src/main/java/com/samskivert/util/StringUtil.java index 35842cb8..68349bc2 100644 --- a/src/main/java/com/samskivert/util/StringUtil.java +++ b/src/main/java/com/samskivert/util/StringUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/SystemInfo.java b/src/main/java/com/samskivert/util/SystemInfo.java index 3aa324c2..97c0ffb8 100644 --- a/src/main/java/com/samskivert/util/SystemInfo.java +++ b/src/main/java/com/samskivert/util/SystemInfo.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/TermUtil.java b/src/main/java/com/samskivert/util/TermUtil.java index 42b25f45..82009864 100644 --- a/src/main/java/com/samskivert/util/TermUtil.java +++ b/src/main/java/com/samskivert/util/TermUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/TerseLogFormatter.java b/src/main/java/com/samskivert/util/TerseLogFormatter.java index 067663ce..4711f45d 100644 --- a/src/main/java/com/samskivert/util/TerseLogFormatter.java +++ b/src/main/java/com/samskivert/util/TerseLogFormatter.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Throttle.java b/src/main/java/com/samskivert/util/Throttle.java index 806d6d65..ab3ab1e9 100644 --- a/src/main/java/com/samskivert/util/Throttle.java +++ b/src/main/java/com/samskivert/util/Throttle.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Triple.java b/src/main/java/com/samskivert/util/Triple.java index 6fdc94e0..dfeb3dd9 100644 --- a/src/main/java/com/samskivert/util/Triple.java +++ b/src/main/java/com/samskivert/util/Triple.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Tuple.java b/src/main/java/com/samskivert/util/Tuple.java index a6f533a9..f03a1e06 100644 --- a/src/main/java/com/samskivert/util/Tuple.java +++ b/src/main/java/com/samskivert/util/Tuple.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ValueMarshaller.java b/src/main/java/com/samskivert/util/ValueMarshaller.java index 65cd8f51..9de7baa3 100644 --- a/src/main/java/com/samskivert/util/ValueMarshaller.java +++ b/src/main/java/com/samskivert/util/ValueMarshaller.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/WeakObserverList.java b/src/main/java/com/samskivert/util/WeakObserverList.java index 43892852..0eadf00b 100644 --- a/src/main/java/com/samskivert/util/WeakObserverList.java +++ b/src/main/java/com/samskivert/util/WeakObserverList.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/main/java/com/samskivert/velocity/Application.java b/src/main/java/com/samskivert/velocity/Application.java index 995f06ba..f1708f81 100644 --- a/src/main/java/com/samskivert/velocity/Application.java +++ b/src/main/java/com/samskivert/velocity/Application.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/ClasspathResourceLoader.java b/src/main/java/com/samskivert/velocity/ClasspathResourceLoader.java index 24ba96ab..0d8edf34 100644 --- a/src/main/java/com/samskivert/velocity/ClasspathResourceLoader.java +++ b/src/main/java/com/samskivert/velocity/ClasspathResourceLoader.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/CurrencyTool.java b/src/main/java/com/samskivert/velocity/CurrencyTool.java index 5222128b..ab96bc06 100644 --- a/src/main/java/com/samskivert/velocity/CurrencyTool.java +++ b/src/main/java/com/samskivert/velocity/CurrencyTool.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/DataTool.java b/src/main/java/com/samskivert/velocity/DataTool.java index 6477605e..388bafd6 100644 --- a/src/main/java/com/samskivert/velocity/DataTool.java +++ b/src/main/java/com/samskivert/velocity/DataTool.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/DispatcherServlet.java b/src/main/java/com/samskivert/velocity/DispatcherServlet.java index a506213b..072298f4 100644 --- a/src/main/java/com/samskivert/velocity/DispatcherServlet.java +++ b/src/main/java/com/samskivert/velocity/DispatcherServlet.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/DummyLogic.java b/src/main/java/com/samskivert/velocity/DummyLogic.java index 238e7ae4..c07ce085 100644 --- a/src/main/java/com/samskivert/velocity/DummyLogic.java +++ b/src/main/java/com/samskivert/velocity/DummyLogic.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/FormTool.java b/src/main/java/com/samskivert/velocity/FormTool.java index 02dd8f5b..391202ce 100644 --- a/src/main/java/com/samskivert/velocity/FormTool.java +++ b/src/main/java/com/samskivert/velocity/FormTool.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/I18nTool.java b/src/main/java/com/samskivert/velocity/I18nTool.java index 8d4521dc..25c9bf4c 100644 --- a/src/main/java/com/samskivert/velocity/I18nTool.java +++ b/src/main/java/com/samskivert/velocity/I18nTool.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/ImportDirective.java b/src/main/java/com/samskivert/velocity/ImportDirective.java index 8d43b9b5..d9f6b654 100644 --- a/src/main/java/com/samskivert/velocity/ImportDirective.java +++ b/src/main/java/com/samskivert/velocity/ImportDirective.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/InvocationContext.java b/src/main/java/com/samskivert/velocity/InvocationContext.java index 5cd5d772..3d2ecba3 100644 --- a/src/main/java/com/samskivert/velocity/InvocationContext.java +++ b/src/main/java/com/samskivert/velocity/InvocationContext.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/Logic.java b/src/main/java/com/samskivert/velocity/Logic.java index 9205e46b..f6a4c738 100644 --- a/src/main/java/com/samskivert/velocity/Logic.java +++ b/src/main/java/com/samskivert/velocity/Logic.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/ServletContextLogger.java b/src/main/java/com/samskivert/velocity/ServletContextLogger.java index 39b59a9c..ab8cb83d 100644 --- a/src/main/java/com/samskivert/velocity/ServletContextLogger.java +++ b/src/main/java/com/samskivert/velocity/ServletContextLogger.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/ServletContextResourceLoader.java b/src/main/java/com/samskivert/velocity/ServletContextResourceLoader.java index b4f98563..f1a674c4 100644 --- a/src/main/java/com/samskivert/velocity/ServletContextResourceLoader.java +++ b/src/main/java/com/samskivert/velocity/ServletContextResourceLoader.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/ServletContextResourceManager.java b/src/main/java/com/samskivert/velocity/ServletContextResourceManager.java index 08d03801..889574ab 100644 --- a/src/main/java/com/samskivert/velocity/ServletContextResourceManager.java +++ b/src/main/java/com/samskivert/velocity/ServletContextResourceManager.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/SiteJarResourceLoader.java b/src/main/java/com/samskivert/velocity/SiteJarResourceLoader.java index a0ad5fdb..14bf19f7 100644 --- a/src/main/java/com/samskivert/velocity/SiteJarResourceLoader.java +++ b/src/main/java/com/samskivert/velocity/SiteJarResourceLoader.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/SiteKey.java b/src/main/java/com/samskivert/velocity/SiteKey.java index 1e76d6d7..2456d606 100644 --- a/src/main/java/com/samskivert/velocity/SiteKey.java +++ b/src/main/java/com/samskivert/velocity/SiteKey.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/SiteResourceManager.java b/src/main/java/com/samskivert/velocity/SiteResourceManager.java index 52fbadd3..43bfc494 100644 --- a/src/main/java/com/samskivert/velocity/SiteResourceManager.java +++ b/src/main/java/com/samskivert/velocity/SiteResourceManager.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/StringTool.java b/src/main/java/com/samskivert/velocity/StringTool.java index 672cc7fc..6c1184ef 100644 --- a/src/main/java/com/samskivert/velocity/StringTool.java +++ b/src/main/java/com/samskivert/velocity/StringTool.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/velocity/VelocityUtil.java b/src/main/java/com/samskivert/velocity/VelocityUtil.java index 55aff40a..bec93f56 100644 --- a/src/main/java/com/samskivert/velocity/VelocityUtil.java +++ b/src/main/java/com/samskivert/velocity/VelocityUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/main/java/com/samskivert/xml/CallMethodSpecialRule.java b/src/main/java/com/samskivert/xml/CallMethodSpecialRule.java index 20015d69..f9684b99 100644 --- a/src/main/java/com/samskivert/xml/CallMethodSpecialRule.java +++ b/src/main/java/com/samskivert/xml/CallMethodSpecialRule.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.xml; diff --git a/src/main/java/com/samskivert/xml/CheckVersionRule.java b/src/main/java/com/samskivert/xml/CheckVersionRule.java index 60dc5edb..6b8f8c91 100644 --- a/src/main/java/com/samskivert/xml/CheckVersionRule.java +++ b/src/main/java/com/samskivert/xml/CheckVersionRule.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.xml; diff --git a/src/main/java/com/samskivert/xml/SetFieldRule.java b/src/main/java/com/samskivert/xml/SetFieldRule.java index 7694c879..fed47ec6 100644 --- a/src/main/java/com/samskivert/xml/SetFieldRule.java +++ b/src/main/java/com/samskivert/xml/SetFieldRule.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.xml; diff --git a/src/main/java/com/samskivert/xml/SetNextFieldRule.java b/src/main/java/com/samskivert/xml/SetNextFieldRule.java index 6a5adc07..be509956 100644 --- a/src/main/java/com/samskivert/xml/SetNextFieldRule.java +++ b/src/main/java/com/samskivert/xml/SetNextFieldRule.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.xml; diff --git a/src/main/java/com/samskivert/xml/SetPropertyFieldsRule.java b/src/main/java/com/samskivert/xml/SetPropertyFieldsRule.java index 30e2367f..3e20f421 100644 --- a/src/main/java/com/samskivert/xml/SetPropertyFieldsRule.java +++ b/src/main/java/com/samskivert/xml/SetPropertyFieldsRule.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.xml; diff --git a/src/main/java/com/samskivert/xml/SimpleParser.java b/src/main/java/com/samskivert/xml/SimpleParser.java index bb94e46c..260ce832 100644 --- a/src/main/java/com/samskivert/xml/SimpleParser.java +++ b/src/main/java/com/samskivert/xml/SimpleParser.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.xml; diff --git a/src/main/java/com/samskivert/xml/ValidatedSetNextRule.java b/src/main/java/com/samskivert/xml/ValidatedSetNextRule.java index 2bc506c3..7a4ec174 100644 --- a/src/main/java/com/samskivert/xml/ValidatedSetNextRule.java +++ b/src/main/java/com/samskivert/xml/ValidatedSetNextRule.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.xml; diff --git a/src/main/java/com/samskivert/xml/XMLUtil.java b/src/main/java/com/samskivert/xml/XMLUtil.java index 32798f57..1fa2298c 100644 --- a/src/main/java/com/samskivert/xml/XMLUtil.java +++ b/src/main/java/com/samskivert/xml/XMLUtil.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.xml; diff --git a/src/test/java/com/samskivert/io/StreamUtilTest.java b/src/test/java/com/samskivert/io/StreamUtilTest.java index 764136f4..5915ea9f 100644 --- a/src/test/java/com/samskivert/io/StreamUtilTest.java +++ b/src/test/java/com/samskivert/io/StreamUtilTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.io; diff --git a/src/test/java/com/samskivert/jdbc/HsqldbLiaisonTest.java b/src/test/java/com/samskivert/jdbc/HsqldbLiaisonTest.java index 594ee55b..de4e84eb 100644 --- a/src/test/java/com/samskivert/jdbc/HsqldbLiaisonTest.java +++ b/src/test/java/com/samskivert/jdbc/HsqldbLiaisonTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.jdbc; diff --git a/src/test/java/com/samskivert/servlet/SiteResourceLoaderTest.java b/src/test/java/com/samskivert/servlet/SiteResourceLoaderTest.java index 6d99deb7..89ea7b9e 100644 --- a/src/test/java/com/samskivert/servlet/SiteResourceLoaderTest.java +++ b/src/test/java/com/samskivert/servlet/SiteResourceLoaderTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.servlet; diff --git a/src/test/java/com/samskivert/swing/AdjustTestApp.java b/src/test/java/com/samskivert/swing/AdjustTestApp.java index 825bdd22..ddd0dcb2 100644 --- a/src/test/java/com/samskivert/swing/AdjustTestApp.java +++ b/src/test/java/com/samskivert/swing/AdjustTestApp.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/test/java/com/samskivert/swing/LabelDemo.java b/src/test/java/com/samskivert/swing/LabelDemo.java index 8a38be36..8750dc2b 100644 --- a/src/test/java/com/samskivert/swing/LabelDemo.java +++ b/src/test/java/com/samskivert/swing/LabelDemo.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/test/java/com/samskivert/swing/ProximityTrackerTest.java b/src/test/java/com/samskivert/swing/ProximityTrackerTest.java index 80101a73..7f2a90eb 100644 --- a/src/test/java/com/samskivert/swing/ProximityTrackerTest.java +++ b/src/test/java/com/samskivert/swing/ProximityTrackerTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/test/java/com/samskivert/swing/TestComboButtonBox.java b/src/test/java/com/samskivert/swing/TestComboButtonBox.java index 8ad0284e..1362b47b 100644 --- a/src/test/java/com/samskivert/swing/TestComboButtonBox.java +++ b/src/test/java/com/samskivert/swing/TestComboButtonBox.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.swing; diff --git a/src/test/java/com/samskivert/util/ArrayIntSetTest.java b/src/test/java/com/samskivert/util/ArrayIntSetTest.java index e8b50a81..f865c9ae 100644 --- a/src/test/java/com/samskivert/util/ArrayIntSetTest.java +++ b/src/test/java/com/samskivert/util/ArrayIntSetTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/ArrayUtilTest.java b/src/test/java/com/samskivert/util/ArrayUtilTest.java index d479bfa0..c49e5b78 100644 --- a/src/test/java/com/samskivert/util/ArrayUtilTest.java +++ b/src/test/java/com/samskivert/util/ArrayUtilTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/CheapIntMapTest.java b/src/test/java/com/samskivert/util/CheapIntMapTest.java index d20089af..ffe1d34f 100644 --- a/src/test/java/com/samskivert/util/CheapIntMapTest.java +++ b/src/test/java/com/samskivert/util/CheapIntMapTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/CollectionUtilTest.java b/src/test/java/com/samskivert/util/CollectionUtilTest.java index 5fe4c4bd..8bcf4d81 100644 --- a/src/test/java/com/samskivert/util/CollectionUtilTest.java +++ b/src/test/java/com/samskivert/util/CollectionUtilTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/ConfigTest.java b/src/test/java/com/samskivert/util/ConfigTest.java index af6638eb..678b08f6 100644 --- a/src/test/java/com/samskivert/util/ConfigTest.java +++ b/src/test/java/com/samskivert/util/ConfigTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/ConfigUtilTest.java b/src/test/java/com/samskivert/util/ConfigUtilTest.java index 0f53d6b1..ba9b7f4d 100644 --- a/src/test/java/com/samskivert/util/ConfigUtilTest.java +++ b/src/test/java/com/samskivert/util/ConfigUtilTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/FoldsTest.java b/src/test/java/com/samskivert/util/FoldsTest.java index 4ae7e4ca..b742438f 100644 --- a/src/test/java/com/samskivert/util/FoldsTest.java +++ b/src/test/java/com/samskivert/util/FoldsTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/HashIntMapTest.java b/src/test/java/com/samskivert/util/HashIntMapTest.java index be98c748..aad02d9d 100644 --- a/src/test/java/com/samskivert/util/HashIntMapTest.java +++ b/src/test/java/com/samskivert/util/HashIntMapTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/HashIntSetTest.java b/src/test/java/com/samskivert/util/HashIntSetTest.java index 5084695b..6f7f4909 100644 --- a/src/test/java/com/samskivert/util/HashIntSetTest.java +++ b/src/test/java/com/samskivert/util/HashIntSetTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/IntListUtilTest.java b/src/test/java/com/samskivert/util/IntListUtilTest.java index 829fa65f..449ab7dd 100644 --- a/src/test/java/com/samskivert/util/IntListUtilTest.java +++ b/src/test/java/com/samskivert/util/IntListUtilTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/IntSetTestBase.java b/src/test/java/com/samskivert/util/IntSetTestBase.java index 72c5c46d..fa0f9ff6 100644 --- a/src/test/java/com/samskivert/util/IntSetTestBase.java +++ b/src/test/java/com/samskivert/util/IntSetTestBase.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/LRUHashMapTest.java b/src/test/java/com/samskivert/util/LRUHashMapTest.java index 01fc2bec..b6ca0b2f 100644 --- a/src/test/java/com/samskivert/util/LRUHashMapTest.java +++ b/src/test/java/com/samskivert/util/LRUHashMapTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/ObserverListTest.java b/src/test/java/com/samskivert/util/ObserverListTest.java index ee75000a..c65afe9e 100644 --- a/src/test/java/com/samskivert/util/ObserverListTest.java +++ b/src/test/java/com/samskivert/util/ObserverListTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/QuickSortTest.java b/src/test/java/com/samskivert/util/QuickSortTest.java index d91ac053..55296d44 100644 --- a/src/test/java/com/samskivert/util/QuickSortTest.java +++ b/src/test/java/com/samskivert/util/QuickSortTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/RunnablesTest.java b/src/test/java/com/samskivert/util/RunnablesTest.java index 2bd02970..60e63cfc 100644 --- a/src/test/java/com/samskivert/util/RunnablesTest.java +++ b/src/test/java/com/samskivert/util/RunnablesTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/SerialExecutorTest.java b/src/test/java/com/samskivert/util/SerialExecutorTest.java index 179e33d2..3eacd57b 100644 --- a/src/test/java/com/samskivert/util/SerialExecutorTest.java +++ b/src/test/java/com/samskivert/util/SerialExecutorTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/StringUtilTest.java b/src/test/java/com/samskivert/util/StringUtilTest.java index 296a4195..f3bcfc09 100644 --- a/src/test/java/com/samskivert/util/StringUtilTest.java +++ b/src/test/java/com/samskivert/util/StringUtilTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/SystemInfoDemo.java b/src/test/java/com/samskivert/util/SystemInfoDemo.java index badd1e52..4ce69434 100644 --- a/src/test/java/com/samskivert/util/SystemInfoDemo.java +++ b/src/test/java/com/samskivert/util/SystemInfoDemo.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/util/ThrottleTest.java b/src/test/java/com/samskivert/util/ThrottleTest.java index f2bed40c..09a77661 100644 --- a/src/test/java/com/samskivert/util/ThrottleTest.java +++ b/src/test/java/com/samskivert/util/ThrottleTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.util; diff --git a/src/test/java/com/samskivert/velocity/VelocityTest.java b/src/test/java/com/samskivert/velocity/VelocityTest.java index 8c1c173b..5dc05b8a 100644 --- a/src/test/java/com/samskivert/velocity/VelocityTest.java +++ b/src/test/java/com/samskivert/velocity/VelocityTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.velocity; diff --git a/src/test/java/com/samskivert/xml/SetFieldRuleTest.java b/src/test/java/com/samskivert/xml/SetFieldRuleTest.java index 4f3ffd17..20ad28c9 100644 --- a/src/test/java/com/samskivert/xml/SetFieldRuleTest.java +++ b/src/test/java/com/samskivert/xml/SetFieldRuleTest.java @@ -1,20 +1,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2001-2011 Michael Bayne, et al. -// -// This library is free software; you can redistribute it and/or modify it -// under the terms of the GNU Lesser General Public License as published -// by the Free Software Foundation; either version 2.1 of the License, or -// (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// 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 +// http://github.com/samskivert/samskivert/blob/master/COPYING package com.samskivert.xml;