diff options
author | kkhan <kkhan@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2006-07-13 10:04:51 +0000 |
---|---|---|
committer | kkhan <kkhan@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2006-07-13 10:04:51 +0000 |
commit | 1538e5180a8de670564f5bf36a15404c455e34ed (patch) | |
tree | 9c5c1651e7e434099811ad304b11769920da5f16 /src/main/javassist/scopedpool/ScopedClassPoolRepository.java | |
parent | a241e04409c2f15a77f53f5d009d8fd0d3c1923c (diff) | |
download | javassist-1538e5180a8de670564f5bf36a15404c455e34ed.tar.gz javassist-1538e5180a8de670564f5bf36a15404c455e34ed.zip |
Update copyright notice
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@290 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'src/main/javassist/scopedpool/ScopedClassPoolRepository.java')
-rw-r--r-- | src/main/javassist/scopedpool/ScopedClassPoolRepository.java | 36 |
1 files changed, 15 insertions, 21 deletions
diff --git a/src/main/javassist/scopedpool/ScopedClassPoolRepository.java b/src/main/javassist/scopedpool/ScopedClassPoolRepository.java index b4d55c0d..da898d19 100644 --- a/src/main/javassist/scopedpool/ScopedClassPoolRepository.java +++ b/src/main/javassist/scopedpool/ScopedClassPoolRepository.java @@ -1,24 +1,18 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2005, JBoss Inc., and individual contributors as indicated - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ +* Javassist, a Java-bytecode translator toolkit. +* Copyright (C) 2006 JBoss Inc., All Rights Reserved. +* +* The contents of this file are subject to the Mozilla Public License Version +* 1.1 (the "License"); you may not use this file except in compliance with +* the License. Alternatively, the contents of this file may be used under +* the terms of the GNU Lesser General Public License Version 2.1 or later. +* +* Software distributed under the License is distributed on an "AS IS" +basis, +* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +* for the specific language governing rights and limitations under the +* License. +*/ package javassist.scopedpool; import java.util.Map; @@ -28,7 +22,7 @@ import javassist.ClassPool; /** * * @author <a href="kabir.khan@jboss.com">Kabir Khan</a> - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ */ public interface ScopedClassPoolRepository { |