From b779d4ceda5e26f43893f8b4e1e2a8656adf0bd4 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 23 Apr 2010 13:39:50 +0000 Subject: [PATCH] Update copyright notes (2010) --- Makefile.am | 3 ++- SIERPINSKY_version.h.in | 3 ++- adm_local/Makefile.am | 3 ++- adm_local/unix/Makefile.am | 3 ++- adm_local/unix/config_files/Makefile.am | 3 ++- adm_local/unix/config_files/check_SIERPINSKY.m4 | 3 ++- adm_local/unix/config_files/check_gd.m4 | 3 ++- adm_local/unix/make_common_starter.am | 3 ++- bin/Makefile.am | 3 ++- build_configure | 3 ++- clean_configure | 3 ++- configure.ac | 3 ++- idl/Makefile.am | 3 ++- idl/Sierpinsky.idl | 3 ++- resources/Makefile.am | 3 ++- resources/SIERPINSKYCatalog.xml.in | 2 +- resources/SalomeApp.xml | 2 +- resources/graph1.xml | 2 +- resources/graph2.xml | 2 +- src/Makefile.am | 3 ++- src/Sierpinsky/Makefile.am | 3 ++- src/Sierpinsky/SIERPINSKY_Gen_i.cxx | 3 ++- src/Sierpinsky/SIERPINSKY_Gen_i.hxx | 3 ++- src/SierpinskyGUI/Makefile.am | 3 ++- src/SierpinskyGUI/SIERPINSKY_icons.ts | 2 +- src/SierpinskyGUI/SIERPINSKY_msg_en.ts | 2 +- src/SierpinskyGUI/SierpinskyGUI.cxx | 3 ++- src/SierpinskyGUI/SierpinskyGUI.h | 3 ++- src/SierpinskyGUI/SierpinskyGUI_RunDlg.cxx | 3 ++- src/SierpinskyGUI/SierpinskyGUI_RunDlg.h | 3 ++- 30 files changed, 54 insertions(+), 30 deletions(-) diff --git a/Makefile.am b/Makefile.am index ffd2398..cdee2a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2008 OPEN CASCADE +# Copyright (C) 2005-2010 OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,6 +16,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # + # -* Makefile *- # Author : Patrick GOLDBRONN (CEA) # Date : 28/06/2001 diff --git a/SIERPINSKY_version.h.in b/SIERPINSKY_version.h.in index 4a439e2..74ecd81 100644 --- a/SIERPINSKY_version.h.in +++ b/SIERPINSKY_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2008 OPEN CASCADE +// Copyright (C) 2005-2010 OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -16,6 +16,7 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // + // File : SIERPINSKY_version.h // Author : Vadim SANDLER // Module : SALOME diff --git a/adm_local/Makefile.am b/adm_local/Makefile.am index 9d4ddd6..d03e938 100644 --- a/adm_local/Makefile.am +++ b/adm_local/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2008 OPEN CASCADE +# Copyright (C) 2005-2010 OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,6 +16,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # + include $(top_srcdir)/adm_local/unix/make_common_starter.am SUBDIRS = unix diff --git a/adm_local/unix/Makefile.am b/adm_local/unix/Makefile.am index 16d9fdd..a30c560 100644 --- a/adm_local/unix/Makefile.am +++ b/adm_local/unix/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2008 OPEN CASCADE +# Copyright (C) 2005-2010 OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,6 +16,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # + include $(top_srcdir)/adm_local/unix/make_common_starter.am SUBDIRS = config_files diff --git a/adm_local/unix/config_files/Makefile.am b/adm_local/unix/config_files/Makefile.am index a90ae88..d0874a2 100644 --- a/adm_local/unix/config_files/Makefile.am +++ b/adm_local/unix/config_files/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2008 OPEN CASCADE +# Copyright (C) 2005-2010 OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,6 +16,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # + include $(top_srcdir)/adm_local/unix/make_common_starter.am dist_admlocalm4_DATA = \ diff --git a/adm_local/unix/config_files/check_SIERPINSKY.m4 b/adm_local/unix/config_files/check_SIERPINSKY.m4 index 1428bf2..da79a07 100755 --- a/adm_local/unix/config_files/check_SIERPINSKY.m4 +++ b/adm_local/unix/config_files/check_SIERPINSKY.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2005-2008 OPEN CASCADE +dnl Copyright (C) 2005-2010 OPEN CASCADE dnl dnl This library is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Lesser General Public @@ -16,6 +16,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl dnl See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com dnl + # Check availability of SIERPINSKY binary distribution # # Author : Marc Tajchman (CEA, 2002) diff --git a/adm_local/unix/config_files/check_gd.m4 b/adm_local/unix/config_files/check_gd.m4 index 36b03b7..267887b 100644 --- a/adm_local/unix/config_files/check_gd.m4 +++ b/adm_local/unix/config_files/check_gd.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2005-2008 OPEN CASCADE +dnl Copyright (C) 2005-2010 OPEN CASCADE dnl dnl This library is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Lesser General Public @@ -16,6 +16,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl dnl See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com dnl + AC_DEFUN([CHECK_GDLIB],[ AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_CPP])dnl diff --git a/adm_local/unix/make_common_starter.am b/adm_local/unix/make_common_starter.am index a784f4e..82e86e7 100644 --- a/adm_local/unix/make_common_starter.am +++ b/adm_local/unix/make_common_starter.am @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2008 OPEN CASCADE +# Copyright (C) 2005-2010 OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -21,6 +21,7 @@ # The following is to avoid PACKAGE_... env variable # redefinition compilation warnings # ============================================================ +# AM_CXXFLAGS = @KERNEL_CXXFLAGS@ -include SALOMEconfig.h AM_CPPFLAGS = @KERNEL_CXXFLAGS@ -include SALOMEconfig.h diff --git a/bin/Makefile.am b/bin/Makefile.am index 095aea0..e9526e7 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2008 OPEN CASCADE +# Copyright (C) 2005-2010 OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,6 +16,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # + # -* Makefile *- # Author : # Module : LIGHT diff --git a/build_configure b/build_configure index 172caac..2c57f67 100755 --- a/build_configure +++ b/build_configure @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2005-2008 OPEN CASCADE +# Copyright (C) 2005-2010 OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -17,6 +17,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # + # Tool for updating list of .in file for the SALOME project # and regenerating configure script # File : build_configure diff --git a/clean_configure b/clean_configure index 5e49ef4..c5451a9 100755 --- a/clean_configure +++ b/clean_configure @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2005-2008 OPEN CASCADE +# Copyright (C) 2005-2010 OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -17,6 +17,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # + rm -rf autom4te.cache aclocal.m4 configure make_config find . -name "*~" -print -exec rm {} \; find . -name "*.pyc" -print -exec rm {} \; diff --git a/configure.ac b/configure.ac index 739c4be..0c23062 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2008 OPEN CASCADE +# Copyright (C) 2005-2010 OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,6 +16,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # + # PLEASE DO NOT MODIFY configure.in FILE # ALL CHANGES WILL BE DISCARDED BY THE NEXT # build_configure COMMAND diff --git a/idl/Makefile.am b/idl/Makefile.am index f7aadcd..68d9d76 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2008 OPEN CASCADE +# Copyright (C) 2005-2010 OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,6 +16,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # + # This Makefile is responsible of generating the client and server # implementation of IDL interfaces for both C++ and python usage. # The building process of the C++ files is in charge of each source diff --git a/idl/Sierpinsky.idl b/idl/Sierpinsky.idl index 792d9e9..5ac9dda 100644 --- a/idl/Sierpinsky.idl +++ b/idl/Sierpinsky.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2008 OPEN CASCADE +// Copyright (C) 2005-2010 OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -16,6 +16,7 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // + /////////////////////////////////////////////////////////// // File : Sierpinsky.idl // Author : Vadim SANDLER (OCN) diff --git a/resources/Makefile.am b/resources/Makefile.am index 057e35f..c8f6d6f 100644 --- a/resources/Makefile.am +++ b/resources/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2008 OPEN CASCADE +# Copyright (C) 2005-2010 OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,6 +16,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # + # -* Makefile *- # Author : # Date : 28/06/2001 diff --git a/resources/SIERPINSKYCatalog.xml.in b/resources/SIERPINSKYCatalog.xml.in index b19bae4..ffdd1fe 100644 --- a/resources/SIERPINSKYCatalog.xml.in +++ b/resources/SIERPINSKYCatalog.xml.in @@ -1,6 +1,6 @@