On 07/04/2009, mt...@apache.org <mt...@apache.org> wrote: > Author: mturk > Date: Tue Apr 7 13:24:58 2009 > New Revision: 762766 > > URL: http://svn.apache.org/viewvc?rev=762766&view=rev > Log: > Opps. Now you know from where this class originated :) > > Modified: > > commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java > > Modified: > commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java > URL: > http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java?rev=762766&r1=762765&r2=762766&view=diff > > ============================================================================== > --- > commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java > (original) > +++ > commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java > Tue Apr 7 13:24:58 2009 > @@ -1,28 +1,20 @@ > -/* > - * SIGHT - System information gathering hybrid tool > - * > - * Copyright(c) 2007 Red Hat Middleware, LLC, > - * and individual contributors as indicated by the @authors tag. > - * See the copyright.txt in the distribution for a > - * full listing of individual contributors. > - * > - * This library is free software; you can redistribute it and/or > - * modify it under the terms of the GNU Lesser General Public > - * License as published by the Free Software Foundation; either > - * version 2 of the License, or (at your option) any later version. > - * > - * This library is distributed in the hope that it will be useful, > - * but WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * Lesser General Public License for more details. > - * > - * You should have received a copy of the GNU Lesser General Public > - * License along with this library in the file COPYING.LIB; > - * if not, write to the Free Software Foundation, Inc., > - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA > - * > +/* Licensed to the Apache Software Foundation (ASF) under one or more > + * contributor license agreements. See the NOTICE file distributed with > + * this work for additional information regarding copyright ownership. > + * The ASF licenses this file to You under the Apache License, Version 2.0 > + * (the "License"); you may not use this file except in compliance with > + * the License. You may obtain a copy of the License at > + * > + * http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Unless required by applicable law or agreed to in writing, software > + * distributed under the License is distributed on an "AS IS" BASIS, > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > + * See the License for the specific language governing permissions and > + * limitations under the License. > */
We cannot just replace the LGPL licence with the AL license, surely? > -package org.jboss.sight; > + > +package org.apache.commons.runtime; > > /** OS > * > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org