Author: arist
Date: Wed Feb 22 15:26:50 2012
New Revision: 1292344
URL: http://svn.apache.org/viewvc?rev=1292344&view=rev
Log:
adding Apache headers
Modified:
incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx
incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pnghelper.hxx
incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
Modified:
incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx?rev=1292344&r1=1292343&r2=1292344&view=diff
==============================================================================
---
incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
(original)
+++
incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
Wed Feb 22 15:26:50 2012
@@ -1,32 +1,23 @@
-/*************************************************************************
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * The Contents of this file are made available subject to
- * the terms of GNU General Public License Version 2.
- *
- *
- * GNU General Public License, version 2
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * This program 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.
- *
- * This program is distributed in the hope that 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 this program; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, 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.
+ *
+ *************************************************************/
#include "pdfioutdev_gpl.hxx"
#include "pnghelper.hxx"
Modified:
incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx?rev=1292344&r1=1292343&r2=1292344&view=diff
==============================================================================
---
incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
(original)
+++
incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
Wed Feb 22 15:26:50 2012
@@ -1,32 +1,23 @@
-/*************************************************************************
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * The Contents of this file are made available subject to
- * the terms of GNU General Public License Version 2.
- *
- *
- * GNU General Public License, version 2
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * This program 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.
- *
- * This program is distributed in the hope that 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 this program; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, 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.
+ *
+ *************************************************************/
#ifndef INCLUDED_PDFI_OUTDEV_HXX
#define INCLUDED_PDFI_OUTDEV_HXX
Modified:
incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx?rev=1292344&r1=1292343&r2=1292344&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx
(original)
+++ incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx
Wed Feb 22 15:26:50 2012
@@ -1,32 +1,23 @@
-/*************************************************************************
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * The Contents of this file are made available subject to
- * the terms of GNU General Public License Version 2.
- *
- *
- * GNU General Public License, version 2
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * This program 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.
- *
- * This program is distributed in the hope that 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 this program; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, 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.
+ *
+ *************************************************************/
#include "pnghelper.hxx"
Modified:
incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pnghelper.hxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pnghelper.hxx?rev=1292344&r1=1292343&r2=1292344&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pnghelper.hxx
(original)
+++ incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/pnghelper.hxx
Wed Feb 22 15:26:50 2012
@@ -1,32 +1,23 @@
-/*************************************************************************
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * The Contents of this file are made available subject to
- * the terms of GNU General Public License Version 2.
- *
- *
- * GNU General Public License, version 2
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * This program 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.
- *
- * This program is distributed in the hope that 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 this program; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, 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.
+ *
+ *************************************************************/
#ifndef _IPDF_PNGHELPER_HXX
#define _IPDF_PNGHELPER_HXX
Modified:
incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx?rev=1292344&r1=1292343&r2=1292344&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
(original)
+++ incubator/ooo/trunk/main/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
Wed Feb 22 15:26:50 2012
@@ -1,32 +1,23 @@
-/*************************************************************************
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * The Contents of this file are made available subject to
- * the terms of GNU General Public License Version 2.
- *
- *
- * GNU General Public License, version 2
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * This program 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.
- *
- * This program is distributed in the hope that 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 this program; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, 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.
+ *
+ *************************************************************/
#include "pdfioutdev_gpl.hxx"
//#include "SecurityHandler.h"