From 3a8bc96f827e599c3de79fed77be74b7a2baa032 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Tue, 28 Jan 2014 06:58:27 +0400 Subject: [PATCH] added license to all files --- mathmech/{LICENSE => COPYING} | 0 mathmech/PKGBUILD | 24 +++++++++++--------- mathmech/agl/src/add_main.c | 8 +++++++ mathmech/agl/src/add_main.h | 8 +++++++ mathmech/agl/src/main.c | 8 +++++++ mathmech/create_archive.sh | 2 +- mathmech/envir/src/add_main.c | 8 +++++++ mathmech/envir/src/add_main.h | 8 +++++++ mathmech/envir/src/main.c | 8 +++++++ mathmech/mathmech/src/aboutwindow.cpp | 8 +++++++ mathmech/mathmech/src/aboutwindow.h | 8 +++++++ mathmech/mathmech/src/agglwindow.cpp | 8 +++++++ mathmech/mathmech/src/agglwindow.h | 8 +++++++ mathmech/mathmech/src/aglallwindow.cpp | 8 +++++++ mathmech/mathmech/src/aglallwindow.h | 8 +++++++ mathmech/mathmech/src/atomtypeswindow.cpp | 8 +++++++ mathmech/mathmech/src/atomtypeswindow.h | 8 +++++++ mathmech/mathmech/src/clear_items.cpp | 8 +++++++ mathmech/mathmech/src/clear_items.h | 8 +++++++ mathmech/mathmech/src/errorwindow.cpp | 8 +++++++ mathmech/mathmech/src/errorwindow.h | 8 +++++++ mathmech/mathmech/src/helpwindow.cpp | 8 +++++++ mathmech/mathmech/src/helpwindow.h | 8 +++++++ mathmech/mathmech/src/main.cpp | 8 +++++++ mathmech/mathmech/src/mainwindow.cpp | 8 +++++++ mathmech/mathmech/src/mainwindow.h | 8 +++++++ mathmech/mathmech/src/settingswindow.cpp | 8 +++++++ mathmech/mathmech/src/settingswindow.h | 8 +++++++ mathmech/mathmech/src/start_events.cpp | 8 +++++++ mathmech/mathmech/src/start_events.h | 8 +++++++ mathmech/mathmech/src/statgengraphwindow.cpp | 8 +++++++ mathmech/mathmech/src/statgengraphwindow.h | 8 +++++++ mathmech/mathmech/src/update_fields.cpp | 8 +++++++ mathmech/mathmech/src/update_fields.h | 8 +++++++ mathmech/mm/include/mathmech/atom_types.h | 8 +++++++ mathmech/mm/include/mathmech/coords.h | 8 +++++++ mathmech/mm/include/mathmech/envir_search.h | 8 +++++++ mathmech/mm/include/mathmech/graph.h | 8 +++++++ mathmech/mm/include/mathmech/messages.h | 8 +++++++ mathmech/mm/include/mathmech/print_struct.h | 8 +++++++ mathmech/mm/include/mathmech/print_trj.h | 8 +++++++ mathmech/mm/include/mathmech/radf.h | 8 +++++++ mathmech/mm/include/mathmech/radf_proc.h | 8 +++++++ mathmech/mm/include/mathmech/read_agl.h | 8 +++++++ mathmech/mm/include/mathmech/read_gmx.h | 8 +++++++ mathmech/mm/include/mathmech/read_puma.h | 8 +++++++ mathmech/mm/include/mathmech/select_mol.h | 8 +++++++ mathmech/mm/include/mathmech/set_center.h | 8 +++++++ mathmech/mm/include/mathmech/stat_print.h | 8 +++++++ mathmech/mm/include/mathmech/stat_select.h | 8 +++++++ mathmech/mm/include/mathmech/stat_sort.h | 8 +++++++ mathmech/mm/include/mathmech/summary_stat.h | 8 +++++++ mathmech/mm/include/mathmech/var_types.h | 8 +++++++ mathmech/mm/src/atom_types.c | 8 +++++++ mathmech/mm/src/coords.c | 8 +++++++ mathmech/mm/src/envir_search.c | 8 +++++++ mathmech/mm/src/graph.c | 8 +++++++ mathmech/mm/src/main.c | 8 +++++++ mathmech/mm/src/messages.c | 8 +++++++ mathmech/mm/src/print_struct.c | 8 +++++++ mathmech/mm/src/print_trj.c | 8 +++++++ mathmech/mm/src/radf.c | 8 +++++++ mathmech/mm/src/radf_proc.c | 8 +++++++ mathmech/mm/src/read_agl.c | 8 +++++++ mathmech/mm/src/read_gmx.c | 8 +++++++ mathmech/mm/src/read_puma.c | 8 +++++++ mathmech/mm/src/select_mol.c | 8 +++++++ mathmech/mm/src/set_center.c | 8 +++++++ mathmech/mm/src/stat_print.c | 8 +++++++ mathmech/mm/src/stat_select.c | 8 +++++++ mathmech/mm/src/stat_sort.c | 8 +++++++ mathmech/mm/src/summary_stat.c | 8 +++++++ mathmech/radf/src/add_main.c | 8 +++++++ mathmech/radf/src/add_main.h | 8 +++++++ mathmech/radf/src/main.c | 8 +++++++ mathmech/statgen/src/add_main.c | 8 +++++++ mathmech/statgen/src/add_main.h | 8 +++++++ mathmech/statgen/src/main.c | 8 +++++++ mathmech/trj/src/add_main.c | 8 +++++++ mathmech/trj/src/add_main.h | 8 +++++++ mathmech/trj/src/main.c | 8 +++++++ mathmech/trj2pdb/src/add_main.c | 8 +++++++ mathmech/trj2pdb/src/add_main.h | 8 +++++++ mathmech/trj2pdb/src/main.c | 8 +++++++ 84 files changed, 662 insertions(+), 12 deletions(-) rename mathmech/{LICENSE => COPYING} (100%) diff --git a/mathmech/LICENSE b/mathmech/COPYING similarity index 100% rename from mathmech/LICENSE rename to mathmech/COPYING diff --git a/mathmech/PKGBUILD b/mathmech/PKGBUILD index 928eb82..7221187 100644 --- a/mathmech/PKGBUILD +++ b/mathmech/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.2.0 pkgrel=1 pkgdesc="Software package for analysis of molecular dynamics trajectories" arch=(any) -url="https://github.com/arcan1s/moldyn" +url="http://arcan1s.github.io/projects/moldyn" license=('Beerware') depends=('qt4' 'qwt') makedepends=('cmake' 'automoc4') @@ -17,21 +17,23 @@ _cmakekeys="-DCMAKE_INSTALL_PREFIX=/usr -DQWT_LIBRARY_PATH=/usr/lib -DMM_PREFIX=mm_ -DADD_DOCS:BOOL=0 + -DADD_INCLUDE:BOOL=0 -DCMAKE_BUILD_TYPE=Release" -build () -{ - if [ -d ${srcdir}/build ]; then - rm -rf ${srcdir}/build - fi - mkdir ${srcdir}/build && cd ${srcdir}/build +prepare() { + [[ -d ${srcdir}/build ]] && rm -rf "${srcdir}/build" + mkdir "${srcdir}/build" +} + +build () { + cd "${srcdir}/build" cmake ${_cmakekeys} ../ make } -package() -{ - cd ${srcdir}/build - make DESTDIR=${pkgdir} install +package() { + cd "${srcdir}/build" + make DESTDIR="${pkgdir}" install + install -Dm644 "${srcdir}/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } diff --git a/mathmech/agl/src/add_main.c b/mathmech/agl/src/add_main.c index 277668e..9a67b4e 100644 --- a/mathmech/agl/src/add_main.c +++ b/mathmech/agl/src/add_main.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/agl/src/add_main.h b/mathmech/agl/src/add_main.h index e016db5..e73134d 100644 --- a/mathmech/agl/src/add_main.h +++ b/mathmech/agl/src/add_main.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/agl/src/main.c b/mathmech/agl/src/main.c index 2237905..890858e 100644 --- a/mathmech/agl/src/main.c +++ b/mathmech/agl/src/main.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/create_archive.sh b/mathmech/create_archive.sh index c4a7638..55fba05 100755 --- a/mathmech/create_archive.sh +++ b/mathmech/create_archive.sh @@ -1,6 +1,6 @@ #!/bin/bash -FILES="docs mathmech mm agl envir radf statgen trj trj2pdb AUTHORS CHANGELOG CMakeLists.txt docs.cmake doxygen.conf.in INSTALL LICENSE version.h.in" +FILES="docs mathmech mm agl envir radf statgen trj trj2pdb AUTHORS CHANGELOG CMakeLists.txt COPYING docs.cmake doxygen.conf.in INSTALL version.h.in" ARCHIVE="mathmech" VERSION=`grep -m1 PROJECT_VERSION_MAJOR CMakeLists.txt | awk '{print $3}' | cut -c 1`.\ `grep -m1 PROJECT_VERSION_MINOR CMakeLists.txt | awk '{print $3}' | cut -c 1`.\ diff --git a/mathmech/envir/src/add_main.c b/mathmech/envir/src/add_main.c index d375788..d3109b3 100644 --- a/mathmech/envir/src/add_main.c +++ b/mathmech/envir/src/add_main.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/envir/src/add_main.h b/mathmech/envir/src/add_main.h index ca94408..a5900ef 100644 --- a/mathmech/envir/src/add_main.h +++ b/mathmech/envir/src/add_main.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/envir/src/main.c b/mathmech/envir/src/main.c index 197f6ff..a369fe4 100644 --- a/mathmech/envir/src/main.c +++ b/mathmech/envir/src/main.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mathmech/src/aboutwindow.cpp b/mathmech/mathmech/src/aboutwindow.cpp index 8e7e4b6..78755e2 100644 --- a/mathmech/mathmech/src/aboutwindow.cpp +++ b/mathmech/mathmech/src/aboutwindow.cpp @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #include #include "aboutwindow.h" diff --git a/mathmech/mathmech/src/aboutwindow.h b/mathmech/mathmech/src/aboutwindow.h index b5dcd94..9cb565e 100644 --- a/mathmech/mathmech/src/aboutwindow.h +++ b/mathmech/mathmech/src/aboutwindow.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #ifndef ABOUTWINDOW_H #define ABOUTWINDOW_H diff --git a/mathmech/mathmech/src/agglwindow.cpp b/mathmech/mathmech/src/agglwindow.cpp index 0b74551..16628c4 100644 --- a/mathmech/mathmech/src/agglwindow.cpp +++ b/mathmech/mathmech/src/agglwindow.cpp @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/mathmech/mathmech/src/agglwindow.h b/mathmech/mathmech/src/agglwindow.h index a6dcb9d..38c8e41 100644 --- a/mathmech/mathmech/src/agglwindow.h +++ b/mathmech/mathmech/src/agglwindow.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #ifndef AGGLWINDOW_H #define AGGLWINDOW_H diff --git a/mathmech/mathmech/src/aglallwindow.cpp b/mathmech/mathmech/src/aglallwindow.cpp index 729183f..7be9cc2 100644 --- a/mathmech/mathmech/src/aglallwindow.cpp +++ b/mathmech/mathmech/src/aglallwindow.cpp @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/mathmech/mathmech/src/aglallwindow.h b/mathmech/mathmech/src/aglallwindow.h index 553c858..226f89b 100644 --- a/mathmech/mathmech/src/aglallwindow.h +++ b/mathmech/mathmech/src/aglallwindow.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #ifndef AGLALLWINDOW_H #define AGLALLWINDOW_H diff --git a/mathmech/mathmech/src/atomtypeswindow.cpp b/mathmech/mathmech/src/atomtypeswindow.cpp index a43c089..d772f49 100644 --- a/mathmech/mathmech/src/atomtypeswindow.cpp +++ b/mathmech/mathmech/src/atomtypeswindow.cpp @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/mathmech/mathmech/src/atomtypeswindow.h b/mathmech/mathmech/src/atomtypeswindow.h index a1cf8b0..b4574e1 100644 --- a/mathmech/mathmech/src/atomtypeswindow.h +++ b/mathmech/mathmech/src/atomtypeswindow.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #ifndef ATOMTYPESWINDOW_H #define ATOMTYPESWINDOW_H diff --git a/mathmech/mathmech/src/clear_items.cpp b/mathmech/mathmech/src/clear_items.cpp index 135bbc6..abb9bf5 100644 --- a/mathmech/mathmech/src/clear_items.cpp +++ b/mathmech/mathmech/src/clear_items.cpp @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #include "clear_items.h" #include "mainwindow.h" diff --git a/mathmech/mathmech/src/clear_items.h b/mathmech/mathmech/src/clear_items.h index 6daa7d2..4b9a789 100644 --- a/mathmech/mathmech/src/clear_items.h +++ b/mathmech/mathmech/src/clear_items.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #ifndef CLEAR_ITEMS_H #define CLEAR_ITEMS_H diff --git a/mathmech/mathmech/src/errorwindow.cpp b/mathmech/mathmech/src/errorwindow.cpp index d854526..74fe6b4 100644 --- a/mathmech/mathmech/src/errorwindow.cpp +++ b/mathmech/mathmech/src/errorwindow.cpp @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #include "errorwindow.h" #include "ui_errorwindow.h" diff --git a/mathmech/mathmech/src/errorwindow.h b/mathmech/mathmech/src/errorwindow.h index bb49f30..2f0d114 100644 --- a/mathmech/mathmech/src/errorwindow.h +++ b/mathmech/mathmech/src/errorwindow.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #ifndef ERRORWINDOW_H #define ERRORWINDOW_H diff --git a/mathmech/mathmech/src/helpwindow.cpp b/mathmech/mathmech/src/helpwindow.cpp index 5b6251c..463a793 100644 --- a/mathmech/mathmech/src/helpwindow.cpp +++ b/mathmech/mathmech/src/helpwindow.cpp @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/mathmech/mathmech/src/helpwindow.h b/mathmech/mathmech/src/helpwindow.h index 86f4b92..20e1428 100644 --- a/mathmech/mathmech/src/helpwindow.h +++ b/mathmech/mathmech/src/helpwindow.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #ifndef HELPWINDOW_H #define HELPWINDOW_H diff --git a/mathmech/mathmech/src/main.cpp b/mathmech/mathmech/src/main.cpp index 64e21cb..deac4b3 100644 --- a/mathmech/mathmech/src/main.cpp +++ b/mathmech/mathmech/src/main.cpp @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #include "mainwindow.h" #include #include diff --git a/mathmech/mathmech/src/mainwindow.cpp b/mathmech/mathmech/src/mainwindow.cpp index 896c4ba..f5c498d 100644 --- a/mathmech/mathmech/src/mainwindow.cpp +++ b/mathmech/mathmech/src/mainwindow.cpp @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #include #include diff --git a/mathmech/mathmech/src/mainwindow.h b/mathmech/mathmech/src/mainwindow.h index 462e65c..ca7deb6 100644 --- a/mathmech/mathmech/src/mainwindow.h +++ b/mathmech/mathmech/src/mainwindow.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #ifndef MAINWINDOW_H #define MAINWINDOW_H diff --git a/mathmech/mathmech/src/settingswindow.cpp b/mathmech/mathmech/src/settingswindow.cpp index a0e1094..fbd3190 100644 --- a/mathmech/mathmech/src/settingswindow.cpp +++ b/mathmech/mathmech/src/settingswindow.cpp @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/mathmech/mathmech/src/settingswindow.h b/mathmech/mathmech/src/settingswindow.h index 7762255..7f8f2dd 100644 --- a/mathmech/mathmech/src/settingswindow.h +++ b/mathmech/mathmech/src/settingswindow.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #ifndef SETTINGSWINDOW_H #define SETTINGSWINDOW_H diff --git a/mathmech/mathmech/src/start_events.cpp b/mathmech/mathmech/src/start_events.cpp index f1a5333..28e59ab 100644 --- a/mathmech/mathmech/src/start_events.cpp +++ b/mathmech/mathmech/src/start_events.cpp @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #include #include diff --git a/mathmech/mathmech/src/start_events.h b/mathmech/mathmech/src/start_events.h index f9063bf..460b0a2 100644 --- a/mathmech/mathmech/src/start_events.h +++ b/mathmech/mathmech/src/start_events.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #ifndef START_EVENTS_H #define START_EVENTS_H diff --git a/mathmech/mathmech/src/statgengraphwindow.cpp b/mathmech/mathmech/src/statgengraphwindow.cpp index cb2253b..f841454 100644 --- a/mathmech/mathmech/src/statgengraphwindow.cpp +++ b/mathmech/mathmech/src/statgengraphwindow.cpp @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #include #include #include diff --git a/mathmech/mathmech/src/statgengraphwindow.h b/mathmech/mathmech/src/statgengraphwindow.h index 79ec9b6..c02dfa2 100644 --- a/mathmech/mathmech/src/statgengraphwindow.h +++ b/mathmech/mathmech/src/statgengraphwindow.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #ifndef STATGENGRAPHWINDOW_H #define STATGENGRAPHWINDOW_H diff --git a/mathmech/mathmech/src/update_fields.cpp b/mathmech/mathmech/src/update_fields.cpp index 3c48dd6..18cab3f 100644 --- a/mathmech/mathmech/src/update_fields.cpp +++ b/mathmech/mathmech/src/update_fields.cpp @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #include #include diff --git a/mathmech/mathmech/src/update_fields.h b/mathmech/mathmech/src/update_fields.h index 6767dfd..0e65d74 100644 --- a/mathmech/mathmech/src/update_fields.h +++ b/mathmech/mathmech/src/update_fields.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ #ifndef UPDATE_FIELDS_H #define UPDATE_FIELDS_H diff --git a/mathmech/mm/include/mathmech/atom_types.h b/mathmech/mm/include/mathmech/atom_types.h index f81ed75..3463d5a 100644 --- a/mathmech/mm/include/mathmech/atom_types.h +++ b/mathmech/mm/include/mathmech/atom_types.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/coords.h b/mathmech/mm/include/mathmech/coords.h index de3e45f..eb9a808 100644 --- a/mathmech/mm/include/mathmech/coords.h +++ b/mathmech/mm/include/mathmech/coords.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/envir_search.h b/mathmech/mm/include/mathmech/envir_search.h index d5129c0..a0c89a3 100644 --- a/mathmech/mm/include/mathmech/envir_search.h +++ b/mathmech/mm/include/mathmech/envir_search.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/graph.h b/mathmech/mm/include/mathmech/graph.h index f484228..cf54601 100644 --- a/mathmech/mm/include/mathmech/graph.h +++ b/mathmech/mm/include/mathmech/graph.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/messages.h b/mathmech/mm/include/mathmech/messages.h index d394cd3..7cda964 100644 --- a/mathmech/mm/include/mathmech/messages.h +++ b/mathmech/mm/include/mathmech/messages.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/print_struct.h b/mathmech/mm/include/mathmech/print_struct.h index 88cb0f4..335c4b5 100644 --- a/mathmech/mm/include/mathmech/print_struct.h +++ b/mathmech/mm/include/mathmech/print_struct.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/print_trj.h b/mathmech/mm/include/mathmech/print_trj.h index 81989d6..73773ac 100644 --- a/mathmech/mm/include/mathmech/print_trj.h +++ b/mathmech/mm/include/mathmech/print_trj.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/radf.h b/mathmech/mm/include/mathmech/radf.h index 9dcb432..8b0354e 100644 --- a/mathmech/mm/include/mathmech/radf.h +++ b/mathmech/mm/include/mathmech/radf.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/radf_proc.h b/mathmech/mm/include/mathmech/radf_proc.h index 844eba7..6e9d532 100644 --- a/mathmech/mm/include/mathmech/radf_proc.h +++ b/mathmech/mm/include/mathmech/radf_proc.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/read_agl.h b/mathmech/mm/include/mathmech/read_agl.h index 09e8e1e..91e1fe1 100644 --- a/mathmech/mm/include/mathmech/read_agl.h +++ b/mathmech/mm/include/mathmech/read_agl.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/read_gmx.h b/mathmech/mm/include/mathmech/read_gmx.h index 3801a5a..56962ab 100644 --- a/mathmech/mm/include/mathmech/read_gmx.h +++ b/mathmech/mm/include/mathmech/read_gmx.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/read_puma.h b/mathmech/mm/include/mathmech/read_puma.h index 4d376a1..1cd4eb4 100644 --- a/mathmech/mm/include/mathmech/read_puma.h +++ b/mathmech/mm/include/mathmech/read_puma.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/select_mol.h b/mathmech/mm/include/mathmech/select_mol.h index 4c16ac4..4bcc4ca 100644 --- a/mathmech/mm/include/mathmech/select_mol.h +++ b/mathmech/mm/include/mathmech/select_mol.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/set_center.h b/mathmech/mm/include/mathmech/set_center.h index b397fbf..fc08134 100644 --- a/mathmech/mm/include/mathmech/set_center.h +++ b/mathmech/mm/include/mathmech/set_center.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/stat_print.h b/mathmech/mm/include/mathmech/stat_print.h index 864110f..0ef35be 100644 --- a/mathmech/mm/include/mathmech/stat_print.h +++ b/mathmech/mm/include/mathmech/stat_print.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/stat_select.h b/mathmech/mm/include/mathmech/stat_select.h index aca7637..25adab4 100644 --- a/mathmech/mm/include/mathmech/stat_select.h +++ b/mathmech/mm/include/mathmech/stat_select.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/stat_sort.h b/mathmech/mm/include/mathmech/stat_sort.h index c694aea..cc2329a 100644 --- a/mathmech/mm/include/mathmech/stat_sort.h +++ b/mathmech/mm/include/mathmech/stat_sort.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/summary_stat.h b/mathmech/mm/include/mathmech/summary_stat.h index e266b74..18e9b62 100644 --- a/mathmech/mm/include/mathmech/summary_stat.h +++ b/mathmech/mm/include/mathmech/summary_stat.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/include/mathmech/var_types.h b/mathmech/mm/include/mathmech/var_types.h index 3c9dacf..c7da137 100644 --- a/mathmech/mm/include/mathmech/var_types.h +++ b/mathmech/mm/include/mathmech/var_types.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/atom_types.c b/mathmech/mm/src/atom_types.c index 9cf32b1..87fe016 100644 --- a/mathmech/mm/src/atom_types.c +++ b/mathmech/mm/src/atom_types.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/coords.c b/mathmech/mm/src/coords.c index 156991e..359cffa 100644 --- a/mathmech/mm/src/coords.c +++ b/mathmech/mm/src/coords.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/envir_search.c b/mathmech/mm/src/envir_search.c index 85a230d..6ef0510 100644 --- a/mathmech/mm/src/envir_search.c +++ b/mathmech/mm/src/envir_search.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/graph.c b/mathmech/mm/src/graph.c index d4a51e7..6f44803 100644 --- a/mathmech/mm/src/graph.c +++ b/mathmech/mm/src/graph.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/main.c b/mathmech/mm/src/main.c index 141e465..cfd71e1 100644 --- a/mathmech/mm/src/main.c +++ b/mathmech/mm/src/main.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/messages.c b/mathmech/mm/src/messages.c index ec05860..e90530b 100644 --- a/mathmech/mm/src/messages.c +++ b/mathmech/mm/src/messages.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/print_struct.c b/mathmech/mm/src/print_struct.c index 8f33f29..8ae9bbd 100644 --- a/mathmech/mm/src/print_struct.c +++ b/mathmech/mm/src/print_struct.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/print_trj.c b/mathmech/mm/src/print_trj.c index a9b6f0c..e980b0e 100644 --- a/mathmech/mm/src/print_trj.c +++ b/mathmech/mm/src/print_trj.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/radf.c b/mathmech/mm/src/radf.c index 47cca24..b5454e7 100644 --- a/mathmech/mm/src/radf.c +++ b/mathmech/mm/src/radf.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/radf_proc.c b/mathmech/mm/src/radf_proc.c index 7f5d381..ed48acf 100644 --- a/mathmech/mm/src/radf_proc.c +++ b/mathmech/mm/src/radf_proc.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/read_agl.c b/mathmech/mm/src/read_agl.c index 6901a5a..9d83459 100644 --- a/mathmech/mm/src/read_agl.c +++ b/mathmech/mm/src/read_agl.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/read_gmx.c b/mathmech/mm/src/read_gmx.c index 66fb84a..1274abb 100644 --- a/mathmech/mm/src/read_gmx.c +++ b/mathmech/mm/src/read_gmx.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/read_puma.c b/mathmech/mm/src/read_puma.c index 7d1b348..12757ba 100644 --- a/mathmech/mm/src/read_puma.c +++ b/mathmech/mm/src/read_puma.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/select_mol.c b/mathmech/mm/src/select_mol.c index a805a6f..a1a624c 100644 --- a/mathmech/mm/src/select_mol.c +++ b/mathmech/mm/src/select_mol.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/set_center.c b/mathmech/mm/src/set_center.c index 9815087..ff8393f 100644 --- a/mathmech/mm/src/set_center.c +++ b/mathmech/mm/src/set_center.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/stat_print.c b/mathmech/mm/src/stat_print.c index 5e86205..3490d51 100644 --- a/mathmech/mm/src/stat_print.c +++ b/mathmech/mm/src/stat_print.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/stat_select.c b/mathmech/mm/src/stat_select.c index 4785cfe..8c7d195 100644 --- a/mathmech/mm/src/stat_select.c +++ b/mathmech/mm/src/stat_select.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/stat_sort.c b/mathmech/mm/src/stat_sort.c index 406c255..7bcf0da 100644 --- a/mathmech/mm/src/stat_sort.c +++ b/mathmech/mm/src/stat_sort.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/mm/src/summary_stat.c b/mathmech/mm/src/summary_stat.c index 96e4f35..2051779 100644 --- a/mathmech/mm/src/summary_stat.c +++ b/mathmech/mm/src/summary_stat.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/radf/src/add_main.c b/mathmech/radf/src/add_main.c index 0ae024d..9b6697c 100644 --- a/mathmech/radf/src/add_main.c +++ b/mathmech/radf/src/add_main.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/radf/src/add_main.h b/mathmech/radf/src/add_main.h index 3077d1b..66b61c1 100644 --- a/mathmech/radf/src/add_main.h +++ b/mathmech/radf/src/add_main.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/radf/src/main.c b/mathmech/radf/src/main.c index b8d87f9..12410d8 100644 --- a/mathmech/radf/src/main.c +++ b/mathmech/radf/src/main.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/statgen/src/add_main.c b/mathmech/statgen/src/add_main.c index 7dd6672..3270d0b 100644 --- a/mathmech/statgen/src/add_main.c +++ b/mathmech/statgen/src/add_main.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/statgen/src/add_main.h b/mathmech/statgen/src/add_main.h index 57d09e0..5387318 100644 --- a/mathmech/statgen/src/add_main.h +++ b/mathmech/statgen/src/add_main.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/statgen/src/main.c b/mathmech/statgen/src/main.c index c4bfe79..d419521 100644 --- a/mathmech/statgen/src/main.c +++ b/mathmech/statgen/src/main.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/trj/src/add_main.c b/mathmech/trj/src/add_main.c index 995fef6..3ef24db 100644 --- a/mathmech/trj/src/add_main.c +++ b/mathmech/trj/src/add_main.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/trj/src/add_main.h b/mathmech/trj/src/add_main.h index d2f8446..9197d98 100644 --- a/mathmech/trj/src/add_main.h +++ b/mathmech/trj/src/add_main.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/trj/src/main.c b/mathmech/trj/src/main.c index 4e01b94..93672aa 100644 --- a/mathmech/trj/src/main.c +++ b/mathmech/trj/src/main.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/trj2pdb/src/add_main.c b/mathmech/trj2pdb/src/add_main.c index 1c1d0d8..7422206 100644 --- a/mathmech/trj2pdb/src/add_main.c +++ b/mathmech/trj2pdb/src/add_main.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/trj2pdb/src/add_main.h b/mathmech/trj2pdb/src/add_main.h index b079d9c..6c36331 100644 --- a/mathmech/trj2pdb/src/add_main.h +++ b/mathmech/trj2pdb/src/add_main.h @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */ diff --git a/mathmech/trj2pdb/src/main.c b/mathmech/trj2pdb/src/main.c index 7c34d2b..0451d95 100644 --- a/mathmech/trj2pdb/src/main.c +++ b/mathmech/trj2pdb/src/main.c @@ -1,3 +1,11 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Evgeniy Alekseev wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return + * ---------------------------------------------------------------------------- + */ /** * @file */