[Apt-got-cvs-commits] apt-got/src/org/debian/dpkg DebPackage.java,1.3,1.4 DebPackageDescriptionExcep
Status: Beta
Brought to you by:
dun3
From: Tobias H. <du...@bt...> - 2004-06-02 01:33:04
|
Update of /var/lib/cvs/apt-got/apt-got/src/org/debian/dpkg In directory btfmx2:/tmp/cvs-serv14425/src/org/debian/dpkg Modified Files: DebPackage.java DebPackageDescriptionException.java DebPackageImpl.java DebPackageList.java DebPackageListImpl.java Log Message: Added GNU GPL copyright information Index: DebPackageList.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/org/debian/dpkg/DebPackageList.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DebPackageList.java 28 Apr 2004 07:33:29 -0000 1.2 --- DebPackageList.java 2 Jun 2004 01:32:51 -0000 1.3 *************** *** 1,4 **** --- 1,21 ---- package org.debian.dpkg; + // Copyright 2004 Tobias Hertkorn + // This file is part of apt-got. + // + // apt-got is free software; you can redistribute it and/or modify + // it under the terms of the GNU General Public License as published by + // the Free Software Foundation; either version 2 of the License, or + // (at your option) any later version. + // + // apt-got is distributed in the hope that it will be useful, + // but WITHOUT ANY WARRANTY; without even the implied warranty of + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + // GNU General Public License for more details. + // + // You should have received a copy of the GNU General Public License + // along with apt-got; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + public interface DebPackageList { public DebPackage getPackage(String name); Index: DebPackage.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/org/debian/dpkg/DebPackage.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DebPackage.java 19 May 2004 01:28:57 -0000 1.3 --- DebPackage.java 2 Jun 2004 01:32:51 -0000 1.4 *************** *** 1,4 **** --- 1,21 ---- package org.debian.dpkg; + // Copyright 2004 Tobias Hertkorn + // This file is part of apt-got. + // + // apt-got is free software; you can redistribute it and/or modify + // it under the terms of the GNU General Public License as published by + // the Free Software Foundation; either version 2 of the License, or + // (at your option) any later version. + // + // apt-got is distributed in the hope that it will be useful, + // but WITHOUT ANY WARRANTY; without even the implied warranty of + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + // GNU General Public License for more details. + // + // You should have received a copy of the GNU General Public License + // along with apt-got; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + public interface DebPackage extends Comparable { public String getName(); Index: DebPackageDescriptionException.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/org/debian/dpkg/DebPackageDescriptionException.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DebPackageDescriptionException.java 28 Apr 2004 05:19:06 -0000 1.1 --- DebPackageDescriptionException.java 2 Jun 2004 01:32:51 -0000 1.2 *************** *** 1,4 **** --- 1,21 ---- package org.debian.dpkg; + // Copyright 2004 Tobias Hertkorn + // This file is part of apt-got. + // + // apt-got is free software; you can redistribute it and/or modify + // it under the terms of the GNU General Public License as published by + // the Free Software Foundation; either version 2 of the License, or + // (at your option) any later version. + // + // apt-got is distributed in the hope that it will be useful, + // but WITHOUT ANY WARRANTY; without even the implied warranty of + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + // GNU General Public License for more details. + // + // You should have received a copy of the GNU General Public License + // along with apt-got; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + public class DebPackageDescriptionException extends Exception { public DebPackageDescriptionException() { Index: DebPackageImpl.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/org/debian/dpkg/DebPackageImpl.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DebPackageImpl.java 19 May 2004 01:28:57 -0000 1.3 --- DebPackageImpl.java 2 Jun 2004 01:32:51 -0000 1.4 *************** *** 1,4 **** --- 1,21 ---- package org.debian.dpkg; + // Copyright 2004 Tobias Hertkorn + // This file is part of apt-got. + // + // apt-got is free software; you can redistribute it and/or modify + // it under the terms of the GNU General Public License as published by + // the Free Software Foundation; either version 2 of the License, or + // (at your option) any later version. + // + // apt-got is distributed in the hope that it will be useful, + // but WITHOUT ANY WARRANTY; without even the implied warranty of + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + // GNU General Public License for more details. + // + // You should have received a copy of the GNU General Public License + // along with apt-got; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + import java.util.TreeMap; Index: DebPackageListImpl.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/org/debian/dpkg/DebPackageListImpl.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DebPackageListImpl.java 19 May 2004 01:28:57 -0000 1.4 --- DebPackageListImpl.java 2 Jun 2004 01:32:51 -0000 1.5 *************** *** 1,4 **** --- 1,21 ---- package org.debian.dpkg; + // Copyright 2004 Tobias Hertkorn + // This file is part of apt-got. + // + // apt-got is free software; you can redistribute it and/or modify + // it under the terms of the GNU General Public License as published by + // the Free Software Foundation; either version 2 of the License, or + // (at your option) any later version. + // + // apt-got is distributed in the hope that it will be useful, + // but WITHOUT ANY WARRANTY; without even the implied warranty of + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + // GNU General Public License for more details. + // + // You should have received a copy of the GNU General Public License + // along with apt-got; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + import java.util.HashMap; import java.util.TreeMap; |