Changeset 409
- Timestamp:
- 05/04/10 16:33:22 (21 months ago)
- Location:
- trunk
- Files:
-
- 32 edited
-
avango-build/src/avango/build/defaults.py.in (modified) (1 diff)
-
avango-daemon/src/examples/README (modified) (2 diffs)
-
avango-display/wrapper/avango/display/mt/_display_mt.cpp (modified) (1 diff)
-
avango-ensemble/Makefile.am (modified) (1 diff)
-
avango-ensemble/README (modified) (1 diff)
-
avango-ensemble/bootstrap (modified) (1 diff)
-
avango-ensemble/config/m4macros/compiler.m4 (modified) (1 diff)
-
avango-ensemble/config/m4macros/ensemble.m4 (modified) (1 diff)
-
avango-ensemble/config/m4macros/ocaml.m4 (modified) (1 diff)
-
avango-ensemble/config/m4macros/platform.m4 (modified) (1 diff)
-
avango-ensemble/configure.ac (modified) (1 diff)
-
avango-ensemble/dist/Makefile.am (modified) (1 diff)
-
avango-ensemble/dist/pkg-config/Makefile.am (modified) (1 diff)
-
avango-ensemble/include/Makefile.am (modified) (1 diff)
-
avango-ensemble/include/avango/Makefile.am (modified) (1 diff)
-
avango-ensemble/include/avango/ensemble/Config.h.in (modified) (1 diff)
-
avango-ensemble/include/avango/ensemble/Makefile.am (modified) (1 diff)
-
avango-ensemble/include/avango/ensemble/hot/Makefile.am (modified) (1 diff)
-
avango-ensemble/include/avango/ensemble/maestro/Makefile.am (modified) (1 diff)
-
avango-ensemble/src/Makefile.am (modified) (1 diff)
-
avango-ensemble/src/avango/Makefile.am (modified) (1 diff)
-
avango-ensemble/src/avango/ensemble/Makefile.am (modified) (1 diff)
-
avango-ensemble/src/avango/ensemble/ensemble/Makefile.am (modified) (1 diff)
-
avango-ensemble/src/avango/ensemble/ensemble/ocaml-defines (modified) (1 diff)
-
avango-ensemble/src/avango/ensemble/ensemble/ocaml-rules (modified) (1 diff)
-
avango-ensemble/src/avango/ensemble/ensemble/socket/Makefile.am (modified) (1 diff)
-
avango-ensemble/src/avango/ensemble/ensemble/socket/s/Makefile.am (modified) (1 diff)
-
avango-ensemble/src/avango/ensemble/ensemble/socket/u/Makefile.am (modified) (1 diff)
-
avango-ensemble/src/avango/ensemble/hot/Makefile.am (modified) (1 diff)
-
avango-ensemble/src/avango/ensemble/maestro/Makefile.am (modified) (1 diff)
-
avango-ensemble/src/avango/ensemble/tests/Makefile.am (modified) (1 diff)
-
examples/daemon/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-build/src/avango/build/defaults.py.in
r295 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2009 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-daemon/src/examples/README
r1 r409 1 1 // -*- Mode:Outline -*- 2 2 3 /************************************************************************\ 4 * * 5 * Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft * 6 * zur Foerderung der angewandten Forschung (FhG), Munich, Germany. * 7 * * 8 * Avango Software (both binary and source code - if released) is * 9 * intellectual property owned by FhG and copyrighted by FhG worldwide. * 10 * * 11 * Avango is a trademark owned by FhG. * 12 * * 13 \************************************************************************/ 3 ########################################################################## 4 # # 5 # This file is part of AVANGO. # 6 # # 7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 9 # # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 21 # # 22 ########################################################################## 14 23 15 24 … … 30 39 31 40 ./TestDevice 41 -
trunk/avango-display/wrapper/avango/display/mt/_display_mt.cpp
r354 r409 3 3 /************************************************************************\ 4 4 * * 5 * Avango Software, Copyright 2001 - 2009 Fraunhofer Gesellschaft * 6 * zur Foerderung der angewandten Forschung (FhG), Munich, Germany. * 5 * This file is part of AVANGO. * 7 6 * * 8 * Avango Software (both binary and source code - if released) is*9 * intellectual property owned by FhG and copyrighted by FhG worldwide.*7 * Copyright 1997 - 2010 Fraunhofer-Gesellschaft zur Foerderung der * 8 * angewandten Forschung (FhG), Munich, Germany. * 10 9 * * 11 * Avango is a trademark owned by FhG. * 10 * AVANGO is free software: you can redistribute it and/or modify * 11 * it under the terms of the GNU Lesser General Public License as * 12 * published by the Free Software Foundation, version 3. * 13 * * 14 * AVANGO is distributed in the hope that it will be useful, * 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 17 * GNU General Public License for more details. * 18 * * 19 * You should have received a copy of the GNU Lesser General Public * 20 * License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. * 12 21 * * 13 22 \************************************************************************/ -
trunk/avango-ensemble/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/README
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/bootstrap
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/config/m4macros/compiler.m4
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/config/m4macros/ensemble.m4
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/config/m4macros/ocaml.m4
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/config/m4macros/platform.m4
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/configure.ac
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/dist/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/dist/pkg-config/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/include/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/include/avango/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/include/avango/ensemble/Config.h.in
r1 r409 3 3 /************************************************************************\ 4 4 * * 5 * Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft * 6 * zur Foerderung der angewandten Forschung (FhG), Munich, Germany. * 5 * This file is part of AVANGO. * 7 6 * * 8 * Avango Software (both binary and source code - if released) is*9 * intellectual property owned by FhG and copyrighted by FhG worldwide.*7 * Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der * 8 * angewandten Forschung (FhG), Munich, Germany. * 10 9 * * 11 * Avango is a trademark owned by FhG. * 10 * AVANGO is free software: you can redistribute it and/or modify * 11 * it under the terms of the GNU Lesser General Public License as * 12 * published by the Free Software Foundation, version 3. * 13 * * 14 * AVANGO is distributed in the hope that it will be useful, * 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 17 * GNU General Public License for more details. * 18 * * 19 * You should have received a copy of the GNU Lesser General Public * 20 * License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. * 12 21 * * 13 22 \************************************************************************/ -
trunk/avango-ensemble/include/avango/ensemble/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/include/avango/ensemble/hot/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/include/avango/ensemble/maestro/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/src/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/src/avango/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/src/avango/ensemble/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/src/avango/ensemble/ensemble/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 7 # # 8 # Avango Software (both binary and source code - if released) is # 9 # intellectual property owned by FhG and copyrighted by FhG worldwide. # 10 # # 11 # Avango is a trademark owned by FhG. # 5 # This file is part of AVANGO. # 6 # # 7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 9 # # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/src/avango/ensemble/ensemble/ocaml-defines
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/src/avango/ensemble/ensemble/ocaml-rules
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/src/avango/ensemble/ensemble/socket/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/src/avango/ensemble/ensemble/socket/s/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/src/avango/ensemble/ensemble/socket/u/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/src/avango/ensemble/hot/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/src/avango/ensemble/maestro/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/avango-ensemble/src/avango/ensemble/tests/Makefile.am
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2007 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ########################################################################## -
trunk/examples/daemon/README
r1 r409 3 3 ########################################################################## 4 4 # # 5 # Avango Software, Copyright 2001 - 2008 Fraunhofer Gesellschaft # 6 # zur Foerderung der angewandten Forschung (FhG), Munich, Germany. # 5 # This file is part of AVANGO. # 7 6 # # 8 # Avango Software (both binary and source code - if released) is#9 # intellectual property owned by FhG and copyrighted by FhG worldwide.#7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der # 8 # angewandten Forschung (FhG), Munich, Germany. # 10 9 # # 11 # Avango is a trademark owned by FhG. # 10 # AVANGO is free software: you can redistribute it and/or modify # 11 # it under the terms of the GNU Lesser General Public License as # 12 # published by the Free Software Foundation, version 3. # 13 # # 14 # AVANGO is distributed in the hope that it will be useful, # 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of # 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 17 # GNU General Public License for more details. # 18 # # 19 # You should have received a copy of the GNU Lesser General Public # 20 # License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 12 21 # # 13 22 ##########################################################################
Note: See TracChangeset
for help on using the changeset viewer.
