Changeset 302 for trunk/lib/cc3_ilp/cc3_jpg.h
- Timestamp:
- 01/13/07 01:44:11 (2 years ago)
- Files:
-
- trunk/lib/cc3_ilp/cc3_jpg.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/cc3_ilp/cc3_jpg.h
r265 r302 2 2 * Copyright 2006 Anthony Rowe and Adam Goode 3 3 * 4 * This file is part of cc3. 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 5 7 * 6 * cc3 is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 8 * http://www.apache.org/licenses/LICENSE-2.0 10 9 * 11 * cc3 is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 15 * 16 * You should have received a copy of the GNU General Public License17 * along with cc3; if not, write to the Free Software18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA19 16 */ 20 17
