Mailinglist Archive: yast-commit (265 mails)
| < Previous | Next > |
[yast-commit] r67216 - /trunk/ncurses-pkg/src/
- From: gs@xxxxxxxxxxxxxxxxx
- Date: Tue, 17 Jan 2012 12:42:51 -0000
- Message-id: <20120117124252.364AF32522@svn2.opensuse.org>
Author: gs
Date: Tue Jan 17 13:42:49 2012
New Revision: 67216
URL: http://svn.opensuse.org/viewcvs/yast?rev=67216&view=rev
Log:
Copyright header added
Modified:
trunk/ncurses-pkg/src/NCPackageSelector.cc
trunk/ncurses-pkg/src/NCPackageSelector.h
trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.cc
trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.h
trunk/ncurses-pkg/src/NCPackageSelectorStart.cc
trunk/ncurses-pkg/src/NCPackageSelectorStart.h
trunk/ncurses-pkg/src/NCPkgFilterInstSummary.cc
trunk/ncurses-pkg/src/NCPkgFilterInstSummary.h
trunk/ncurses-pkg/src/NCPkgFilterLocale.cc
trunk/ncurses-pkg/src/NCPkgFilterLocale.h
trunk/ncurses-pkg/src/NCPkgFilterMain.cc
trunk/ncurses-pkg/src/NCPkgFilterMain.h
trunk/ncurses-pkg/src/NCPkgFilterPattern.cc
trunk/ncurses-pkg/src/NCPkgFilterPattern.h
trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc
trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.h
trunk/ncurses-pkg/src/NCPkgFilterRepo.cc
trunk/ncurses-pkg/src/NCPkgFilterRepo.h
trunk/ncurses-pkg/src/NCPkgFilterSearch.cc
trunk/ncurses-pkg/src/NCPkgFilterSearch.h
trunk/ncurses-pkg/src/NCPkgMenuAction.cc
trunk/ncurses-pkg/src/NCPkgMenuAction.h
trunk/ncurses-pkg/src/NCPkgMenuConfig.cc
trunk/ncurses-pkg/src/NCPkgMenuConfig.h
trunk/ncurses-pkg/src/NCPkgMenuDeps.cc
trunk/ncurses-pkg/src/NCPkgMenuDeps.h
trunk/ncurses-pkg/src/NCPkgMenuExtras.cc
trunk/ncurses-pkg/src/NCPkgMenuExtras.h
trunk/ncurses-pkg/src/NCPkgMenuFilter.cc
trunk/ncurses-pkg/src/NCPkgMenuFilter.h
trunk/ncurses-pkg/src/NCPkgMenuHelp.cc
trunk/ncurses-pkg/src/NCPkgMenuHelp.h
trunk/ncurses-pkg/src/NCPkgMenuView.cc
trunk/ncurses-pkg/src/NCPkgMenuView.h
trunk/ncurses-pkg/src/NCPkgPackageDetails.cc
trunk/ncurses-pkg/src/NCPkgPackageDetails.h
trunk/ncurses-pkg/src/NCPkgPatchSearch.cc
trunk/ncurses-pkg/src/NCPkgPatchSearch.h
trunk/ncurses-pkg/src/NCPkgPopupDeps.cc
trunk/ncurses-pkg/src/NCPkgPopupDeps.h
trunk/ncurses-pkg/src/NCPkgPopupDescr.cc
trunk/ncurses-pkg/src/NCPkgPopupDescr.h
trunk/ncurses-pkg/src/NCPkgPopupDiskspace.cc
trunk/ncurses-pkg/src/NCPkgPopupDiskspace.h
trunk/ncurses-pkg/src/NCPkgPopupTable.cc
trunk/ncurses-pkg/src/NCPkgPopupTable.h
trunk/ncurses-pkg/src/NCPkgSearchSettings.cc
trunk/ncurses-pkg/src/NCPkgSearchSettings.h
trunk/ncurses-pkg/src/NCPkgSelMapper.cc
trunk/ncurses-pkg/src/NCPkgSelMapper.h
trunk/ncurses-pkg/src/NCPkgStatusStrategy.cc
trunk/ncurses-pkg/src/NCPkgStatusStrategy.h
trunk/ncurses-pkg/src/NCPkgStrings.cc
trunk/ncurses-pkg/src/NCPkgStrings.h
trunk/ncurses-pkg/src/NCPkgTable.cc
trunk/ncurses-pkg/src/NCPkgTable.h
trunk/ncurses-pkg/src/NCZypp.h
Modified: trunk/ncurses-pkg/src/NCPackageSelector.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPackageSelector.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPackageSelector.cc (original)
+++ trunk/ncurses-pkg/src/NCPackageSelector.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPackageSelector.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPackageSelector.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPackageSelector.h (original)
+++ trunk/ncurses-pkg/src/NCPackageSelector.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.cc (original)
+++ trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.cc Tue Jan 17 13:42:49
2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.h (original)
+++ trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPackageSelectorStart.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPackageSelectorStart.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPackageSelectorStart.cc (original)
+++ trunk/ncurses-pkg/src/NCPackageSelectorStart.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPackageSelectorStart.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPackageSelectorStart.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPackageSelectorStart.h (original)
+++ trunk/ncurses-pkg/src/NCPackageSelectorStart.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterInstSummary.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterInstSummary.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterInstSummary.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterInstSummary.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterInstSummary.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterInstSummary.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterInstSummary.h (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterInstSummary.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterLocale.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterLocale.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterLocale.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterLocale.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterLocale.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterLocale.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterLocale.h (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterLocale.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterMain.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterMain.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterMain.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterMain.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterMain.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterMain.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterMain.h (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterMain.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterPattern.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterPattern.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterPattern.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterPattern.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterPattern.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterPattern.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterPattern.h (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterPattern.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.h (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterRepo.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterRepo.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterRepo.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterRepo.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterRepo.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterRepo.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterRepo.h (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterRepo.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterSearch.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterSearch.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterSearch.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterSearch.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterSearch.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterSearch.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterSearch.h (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterSearch.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuAction.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuAction.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuAction.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuAction.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuAction.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuAction.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuAction.h (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuAction.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuConfig.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuConfig.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuConfig.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuConfig.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuConfig.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuConfig.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuConfig.h (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuConfig.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuDeps.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuDeps.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuDeps.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuDeps.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuDeps.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuDeps.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuDeps.h (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuDeps.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuExtras.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuExtras.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuExtras.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuExtras.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuExtras.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuExtras.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuExtras.h (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuExtras.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuFilter.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuFilter.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuFilter.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuFilter.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuFilter.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuFilter.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuFilter.h (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuFilter.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuHelp.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuHelp.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuHelp.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuHelp.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuHelp.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuHelp.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuHelp.h (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuHelp.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuView.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuView.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuView.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuView.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuView.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuView.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuView.h (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuView.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPackageDetails.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPackageDetails.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPackageDetails.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgPackageDetails.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPackageDetails.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPackageDetails.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPackageDetails.h (original)
+++ trunk/ncurses-pkg/src/NCPkgPackageDetails.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPatchSearch.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPatchSearch.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPatchSearch.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgPatchSearch.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPatchSearch.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPatchSearch.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPatchSearch.h (original)
+++ trunk/ncurses-pkg/src/NCPkgPatchSearch.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupDeps.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupDeps.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupDeps.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupDeps.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupDeps.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupDeps.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupDeps.h (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupDeps.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupDescr.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupDescr.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupDescr.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupDescr.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupDescr.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupDescr.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupDescr.h (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupDescr.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupDiskspace.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupDiskspace.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupDiskspace.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupDiskspace.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupDiskspace.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupDiskspace.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupDiskspace.h (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupDiskspace.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupTable.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupTable.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupTable.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupTable.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupTable.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupTable.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupTable.h (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupTable.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgSearchSettings.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgSearchSettings.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgSearchSettings.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgSearchSettings.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgSearchSettings.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgSearchSettings.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgSearchSettings.h (original)
+++ trunk/ncurses-pkg/src/NCPkgSearchSettings.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgSelMapper.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgSelMapper.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgSelMapper.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgSelMapper.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,49 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgSelMapper.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgSelMapper.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgSelMapper.h (original)
+++ trunk/ncurses-pkg/src/NCPkgSelMapper.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgStatusStrategy.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgStatusStrategy.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgStatusStrategy.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgStatusStrategy.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgStatusStrategy.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgStatusStrategy.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgStatusStrategy.h (original)
+++ trunk/ncurses-pkg/src/NCPkgStatusStrategy.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgStrings.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgStrings.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgStrings.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgStrings.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgStrings.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgStrings.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgStrings.h (original)
+++ trunk/ncurses-pkg/src/NCPkgStrings.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgTable.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgTable.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgTable.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgTable.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgTable.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgTable.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgTable.h (original)
+++ trunk/ncurses-pkg/src/NCPkgTable.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCZypp.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCZypp.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCZypp.h (original)
+++ trunk/ncurses-pkg/src/NCZypp.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Jan 17 13:42:49 2012
New Revision: 67216
URL: http://svn.opensuse.org/viewcvs/yast?rev=67216&view=rev
Log:
Copyright header added
Modified:
trunk/ncurses-pkg/src/NCPackageSelector.cc
trunk/ncurses-pkg/src/NCPackageSelector.h
trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.cc
trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.h
trunk/ncurses-pkg/src/NCPackageSelectorStart.cc
trunk/ncurses-pkg/src/NCPackageSelectorStart.h
trunk/ncurses-pkg/src/NCPkgFilterInstSummary.cc
trunk/ncurses-pkg/src/NCPkgFilterInstSummary.h
trunk/ncurses-pkg/src/NCPkgFilterLocale.cc
trunk/ncurses-pkg/src/NCPkgFilterLocale.h
trunk/ncurses-pkg/src/NCPkgFilterMain.cc
trunk/ncurses-pkg/src/NCPkgFilterMain.h
trunk/ncurses-pkg/src/NCPkgFilterPattern.cc
trunk/ncurses-pkg/src/NCPkgFilterPattern.h
trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc
trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.h
trunk/ncurses-pkg/src/NCPkgFilterRepo.cc
trunk/ncurses-pkg/src/NCPkgFilterRepo.h
trunk/ncurses-pkg/src/NCPkgFilterSearch.cc
trunk/ncurses-pkg/src/NCPkgFilterSearch.h
trunk/ncurses-pkg/src/NCPkgMenuAction.cc
trunk/ncurses-pkg/src/NCPkgMenuAction.h
trunk/ncurses-pkg/src/NCPkgMenuConfig.cc
trunk/ncurses-pkg/src/NCPkgMenuConfig.h
trunk/ncurses-pkg/src/NCPkgMenuDeps.cc
trunk/ncurses-pkg/src/NCPkgMenuDeps.h
trunk/ncurses-pkg/src/NCPkgMenuExtras.cc
trunk/ncurses-pkg/src/NCPkgMenuExtras.h
trunk/ncurses-pkg/src/NCPkgMenuFilter.cc
trunk/ncurses-pkg/src/NCPkgMenuFilter.h
trunk/ncurses-pkg/src/NCPkgMenuHelp.cc
trunk/ncurses-pkg/src/NCPkgMenuHelp.h
trunk/ncurses-pkg/src/NCPkgMenuView.cc
trunk/ncurses-pkg/src/NCPkgMenuView.h
trunk/ncurses-pkg/src/NCPkgPackageDetails.cc
trunk/ncurses-pkg/src/NCPkgPackageDetails.h
trunk/ncurses-pkg/src/NCPkgPatchSearch.cc
trunk/ncurses-pkg/src/NCPkgPatchSearch.h
trunk/ncurses-pkg/src/NCPkgPopupDeps.cc
trunk/ncurses-pkg/src/NCPkgPopupDeps.h
trunk/ncurses-pkg/src/NCPkgPopupDescr.cc
trunk/ncurses-pkg/src/NCPkgPopupDescr.h
trunk/ncurses-pkg/src/NCPkgPopupDiskspace.cc
trunk/ncurses-pkg/src/NCPkgPopupDiskspace.h
trunk/ncurses-pkg/src/NCPkgPopupTable.cc
trunk/ncurses-pkg/src/NCPkgPopupTable.h
trunk/ncurses-pkg/src/NCPkgSearchSettings.cc
trunk/ncurses-pkg/src/NCPkgSearchSettings.h
trunk/ncurses-pkg/src/NCPkgSelMapper.cc
trunk/ncurses-pkg/src/NCPkgSelMapper.h
trunk/ncurses-pkg/src/NCPkgStatusStrategy.cc
trunk/ncurses-pkg/src/NCPkgStatusStrategy.h
trunk/ncurses-pkg/src/NCPkgStrings.cc
trunk/ncurses-pkg/src/NCPkgStrings.h
trunk/ncurses-pkg/src/NCPkgTable.cc
trunk/ncurses-pkg/src/NCPkgTable.h
trunk/ncurses-pkg/src/NCZypp.h
Modified: trunk/ncurses-pkg/src/NCPackageSelector.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPackageSelector.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPackageSelector.cc (original)
+++ trunk/ncurses-pkg/src/NCPackageSelector.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPackageSelector.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPackageSelector.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPackageSelector.h (original)
+++ trunk/ncurses-pkg/src/NCPackageSelector.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.cc (original)
+++ trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.cc Tue Jan 17 13:42:49
2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.h (original)
+++ trunk/ncurses-pkg/src/NCPackageSelectorPluginImpl.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPackageSelectorStart.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPackageSelectorStart.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPackageSelectorStart.cc (original)
+++ trunk/ncurses-pkg/src/NCPackageSelectorStart.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPackageSelectorStart.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPackageSelectorStart.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPackageSelectorStart.h (original)
+++ trunk/ncurses-pkg/src/NCPackageSelectorStart.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterInstSummary.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterInstSummary.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterInstSummary.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterInstSummary.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterInstSummary.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterInstSummary.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterInstSummary.h (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterInstSummary.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterLocale.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterLocale.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterLocale.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterLocale.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterLocale.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterLocale.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterLocale.h (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterLocale.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterMain.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterMain.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterMain.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterMain.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterMain.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterMain.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterMain.h (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterMain.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterPattern.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterPattern.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterPattern.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterPattern.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterPattern.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterPattern.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterPattern.h (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterPattern.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.h (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterRepo.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterRepo.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterRepo.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterRepo.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterRepo.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterRepo.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterRepo.h (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterRepo.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterSearch.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterSearch.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterSearch.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterSearch.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgFilterSearch.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterSearch.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterSearch.h (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterSearch.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuAction.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuAction.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuAction.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuAction.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuAction.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuAction.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuAction.h (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuAction.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuConfig.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuConfig.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuConfig.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuConfig.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuConfig.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuConfig.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuConfig.h (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuConfig.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuDeps.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuDeps.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuDeps.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuDeps.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuDeps.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuDeps.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuDeps.h (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuDeps.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuExtras.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuExtras.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuExtras.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuExtras.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuExtras.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuExtras.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuExtras.h (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuExtras.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuFilter.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuFilter.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuFilter.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuFilter.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuFilter.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuFilter.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuFilter.h (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuFilter.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuHelp.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuHelp.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuHelp.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuHelp.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuHelp.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuHelp.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuHelp.h (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuHelp.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuView.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuView.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuView.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuView.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgMenuView.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgMenuView.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgMenuView.h (original)
+++ trunk/ncurses-pkg/src/NCPkgMenuView.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPackageDetails.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPackageDetails.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPackageDetails.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgPackageDetails.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPackageDetails.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPackageDetails.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPackageDetails.h (original)
+++ trunk/ncurses-pkg/src/NCPkgPackageDetails.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPatchSearch.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPatchSearch.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPatchSearch.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgPatchSearch.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPatchSearch.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPatchSearch.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPatchSearch.h (original)
+++ trunk/ncurses-pkg/src/NCPkgPatchSearch.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupDeps.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupDeps.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupDeps.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupDeps.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupDeps.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupDeps.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupDeps.h (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupDeps.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupDescr.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupDescr.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupDescr.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupDescr.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupDescr.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupDescr.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupDescr.h (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupDescr.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupDiskspace.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupDiskspace.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupDiskspace.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupDiskspace.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupDiskspace.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupDiskspace.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupDiskspace.h (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupDiskspace.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupTable.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupTable.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupTable.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupTable.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgPopupTable.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgPopupTable.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgPopupTable.h (original)
+++ trunk/ncurses-pkg/src/NCPkgPopupTable.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgSearchSettings.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgSearchSettings.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgSearchSettings.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgSearchSettings.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgSearchSettings.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgSearchSettings.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgSearchSettings.h (original)
+++ trunk/ncurses-pkg/src/NCPkgSearchSettings.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgSelMapper.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgSelMapper.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgSelMapper.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgSelMapper.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,49 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgSelMapper.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgSelMapper.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgSelMapper.h (original)
+++ trunk/ncurses-pkg/src/NCPkgSelMapper.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgStatusStrategy.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgStatusStrategy.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgStatusStrategy.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgStatusStrategy.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgStatusStrategy.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgStatusStrategy.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgStatusStrategy.h (original)
+++ trunk/ncurses-pkg/src/NCPkgStatusStrategy.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgStrings.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgStrings.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgStrings.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgStrings.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgStrings.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgStrings.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgStrings.h (original)
+++ trunk/ncurses-pkg/src/NCPkgStrings.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgTable.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgTable.cc?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgTable.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgTable.cc Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCPkgTable.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgTable.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgTable.h (original)
+++ trunk/ncurses-pkg/src/NCPkgTable.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
Modified: trunk/ncurses-pkg/src/NCZypp.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCZypp.h?rev=67216&r1=67215&r2=67216&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCZypp.h (original)
+++ trunk/ncurses-pkg/src/NCZypp.h Tue Jan 17 13:42:49 2012
@@ -1,3 +1,26 @@
+/****************************************************************************
+|
+| Copyright (c) [2002-2011] Novell, Inc.
+| All Rights Reserved.
+|
+| This program is free software; you can redistribute it and/or
+| modify it under the terms of version 2 of the GNU General Public License as
+| published by the Free Software Foundation.
+|
+| 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, contact Novell, Inc.
+|
+| To contact Novell about this file by physical or electronic mail,
+| you may find current contact information at www.novell.com
+|
+|***************************************************************************/
+
+
/*---------------------------------------------------------------------\
| |
| __ __ ____ _____ ____ |
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |