From 1c337c837cac009dd71bd729bd0ef8d47acd6246 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 28 Jun 2013 13:15:10 +0200 Subject: [PATCH] permission cleanup --- cleanup.sh | 9 +++++++++ lib/gpu/lal_eam_lj.cpp | 0 lib/gpu/lal_eam_lj.h | 0 lib/gpu/lal_eam_lj_ext.cpp | 0 src/DIPOLE/pair_lj_cut_dipole_cut.cpp | 0 src/DIPOLE/pair_lj_cut_dipole_cut.h | 0 src/DIPOLE/pair_lj_cut_dipole_long.cpp | 0 src/DIPOLE/pair_lj_cut_dipole_long.h | 0 src/DIPOLE/pair_lj_long_dipole_long.cpp | 0 src/DIPOLE/pair_lj_long_dipole_long.h | 0 src/GPU/pair_lj_cut_dipole_cut_gpu.cpp | 0 src/GPU/pair_lj_cut_dipole_cut_gpu.h | 0 src/GPU/pair_lj_sf_dipole_sf_gpu.cpp | 0 src/GPU/pair_lj_sf_dipole_sf_gpu.h | 0 src/KSPACE/pppm_stagger.cpp | 0 src/KSPACE/pppm_stagger.h | 0 src/USER-MISC/pair_lj_sf_dipole_sf.cpp | 0 src/USER-MISC/pair_lj_sf_dipole_sf.h | 0 src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp | 0 src/USER-OMP/pair_lj_cut_dipole_cut_omp.h | 0 src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp | 0 src/USER-OMP/pair_lj_sf_dipole_sf_omp.h | 0 src/atom_vec_ellipsoid.cpp | 0 tools/pymol_asphere/src/cartesian.cpp | 0 tools/pymol_asphere/src/cartesian.h | 0 tools/pymol_asphere/src/colors.cpp | 0 tools/pymol_asphere/src/colors.h | 0 tools/pymol_asphere/src/commandline.cpp | 0 tools/pymol_asphere/src/commandline.h | 0 tools/pymol_asphere/src/error.cpp | 0 tools/pymol_asphere/src/error.h | 0 tools/pymol_asphere/src/glsurface.cpp | 0 tools/pymol_asphere/src/glsurface.h | 0 tools/pymol_asphere/src/m_constants.h | 0 tools/pymol_asphere/src/misc.cpp | 0 tools/pymol_asphere/src/misc.h | 0 tools/pymol_asphere/src/miscm.cpp | 0 tools/pymol_asphere/src/miscm.h | 0 tools/pymol_asphere/src/spherical.cpp | 0 tools/pymol_asphere/src/spherical.h | 0 tools/xmovie/resource.h | 0 tools/xmovie/xmovie.h | 0 42 files changed, 9 insertions(+) create mode 100755 cleanup.sh mode change 100755 => 100644 lib/gpu/lal_eam_lj.cpp mode change 100755 => 100644 lib/gpu/lal_eam_lj.h mode change 100755 => 100644 lib/gpu/lal_eam_lj_ext.cpp mode change 100755 => 100644 src/DIPOLE/pair_lj_cut_dipole_cut.cpp mode change 100755 => 100644 src/DIPOLE/pair_lj_cut_dipole_cut.h mode change 100755 => 100644 src/DIPOLE/pair_lj_cut_dipole_long.cpp mode change 100755 => 100644 src/DIPOLE/pair_lj_cut_dipole_long.h mode change 100755 => 100644 src/DIPOLE/pair_lj_long_dipole_long.cpp mode change 100755 => 100644 src/DIPOLE/pair_lj_long_dipole_long.h mode change 100755 => 100644 src/GPU/pair_lj_cut_dipole_cut_gpu.cpp mode change 100755 => 100644 src/GPU/pair_lj_cut_dipole_cut_gpu.h mode change 100755 => 100644 src/GPU/pair_lj_sf_dipole_sf_gpu.cpp mode change 100755 => 100644 src/GPU/pair_lj_sf_dipole_sf_gpu.h mode change 100755 => 100644 src/KSPACE/pppm_stagger.cpp mode change 100755 => 100644 src/KSPACE/pppm_stagger.h mode change 100755 => 100644 src/USER-MISC/pair_lj_sf_dipole_sf.cpp mode change 100755 => 100644 src/USER-MISC/pair_lj_sf_dipole_sf.h mode change 100755 => 100644 src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp mode change 100755 => 100644 src/USER-OMP/pair_lj_cut_dipole_cut_omp.h mode change 100755 => 100644 src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp mode change 100755 => 100644 src/USER-OMP/pair_lj_sf_dipole_sf_omp.h mode change 100755 => 100644 src/atom_vec_ellipsoid.cpp mode change 100755 => 100644 tools/pymol_asphere/src/cartesian.cpp mode change 100755 => 100644 tools/pymol_asphere/src/cartesian.h mode change 100755 => 100644 tools/pymol_asphere/src/colors.cpp mode change 100755 => 100644 tools/pymol_asphere/src/colors.h mode change 100755 => 100644 tools/pymol_asphere/src/commandline.cpp mode change 100755 => 100644 tools/pymol_asphere/src/commandline.h mode change 100755 => 100644 tools/pymol_asphere/src/error.cpp mode change 100755 => 100644 tools/pymol_asphere/src/error.h mode change 100755 => 100644 tools/pymol_asphere/src/glsurface.cpp mode change 100755 => 100644 tools/pymol_asphere/src/glsurface.h mode change 100755 => 100644 tools/pymol_asphere/src/m_constants.h mode change 100755 => 100644 tools/pymol_asphere/src/misc.cpp mode change 100755 => 100644 tools/pymol_asphere/src/misc.h mode change 100755 => 100644 tools/pymol_asphere/src/miscm.cpp mode change 100755 => 100644 tools/pymol_asphere/src/miscm.h mode change 100755 => 100644 tools/pymol_asphere/src/spherical.cpp mode change 100755 => 100644 tools/pymol_asphere/src/spherical.h mode change 100755 => 100644 tools/xmovie/resource.h mode change 100755 => 100644 tools/xmovie/xmovie.h diff --git a/cleanup.sh b/cleanup.sh new file mode 100755 index 0000000000..1e5f2f7e88 --- /dev/null +++ b/cleanup.sh @@ -0,0 +1,9 @@ +#!/bin/sh +# do some cleaning up to fix permissions and remove cruft + +find ./ -name \*.orig -print | xargs rm -v +find ./ -name \*~ -print | xargs rm -v + +find ./ -name \*.cpp -print | xargs chmod -x +find ./ -name \*.h -print | xargs chmod -x + diff --git a/lib/gpu/lal_eam_lj.cpp b/lib/gpu/lal_eam_lj.cpp old mode 100755 new mode 100644 diff --git a/lib/gpu/lal_eam_lj.h b/lib/gpu/lal_eam_lj.h old mode 100755 new mode 100644 diff --git a/lib/gpu/lal_eam_lj_ext.cpp b/lib/gpu/lal_eam_lj_ext.cpp old mode 100755 new mode 100644 diff --git a/src/DIPOLE/pair_lj_cut_dipole_cut.cpp b/src/DIPOLE/pair_lj_cut_dipole_cut.cpp old mode 100755 new mode 100644 diff --git a/src/DIPOLE/pair_lj_cut_dipole_cut.h b/src/DIPOLE/pair_lj_cut_dipole_cut.h old mode 100755 new mode 100644 diff --git a/src/DIPOLE/pair_lj_cut_dipole_long.cpp b/src/DIPOLE/pair_lj_cut_dipole_long.cpp old mode 100755 new mode 100644 diff --git a/src/DIPOLE/pair_lj_cut_dipole_long.h b/src/DIPOLE/pair_lj_cut_dipole_long.h old mode 100755 new mode 100644 diff --git a/src/DIPOLE/pair_lj_long_dipole_long.cpp b/src/DIPOLE/pair_lj_long_dipole_long.cpp old mode 100755 new mode 100644 diff --git a/src/DIPOLE/pair_lj_long_dipole_long.h b/src/DIPOLE/pair_lj_long_dipole_long.h old mode 100755 new mode 100644 diff --git a/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp b/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp old mode 100755 new mode 100644 diff --git a/src/GPU/pair_lj_cut_dipole_cut_gpu.h b/src/GPU/pair_lj_cut_dipole_cut_gpu.h old mode 100755 new mode 100644 diff --git a/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp b/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp old mode 100755 new mode 100644 diff --git a/src/GPU/pair_lj_sf_dipole_sf_gpu.h b/src/GPU/pair_lj_sf_dipole_sf_gpu.h old mode 100755 new mode 100644 diff --git a/src/KSPACE/pppm_stagger.cpp b/src/KSPACE/pppm_stagger.cpp old mode 100755 new mode 100644 diff --git a/src/KSPACE/pppm_stagger.h b/src/KSPACE/pppm_stagger.h old mode 100755 new mode 100644 diff --git a/src/USER-MISC/pair_lj_sf_dipole_sf.cpp b/src/USER-MISC/pair_lj_sf_dipole_sf.cpp old mode 100755 new mode 100644 diff --git a/src/USER-MISC/pair_lj_sf_dipole_sf.h b/src/USER-MISC/pair_lj_sf_dipole_sf.h old mode 100755 new mode 100644 diff --git a/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp b/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp old mode 100755 new mode 100644 diff --git a/src/USER-OMP/pair_lj_cut_dipole_cut_omp.h b/src/USER-OMP/pair_lj_cut_dipole_cut_omp.h old mode 100755 new mode 100644 diff --git a/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp b/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp old mode 100755 new mode 100644 diff --git a/src/USER-OMP/pair_lj_sf_dipole_sf_omp.h b/src/USER-OMP/pair_lj_sf_dipole_sf_omp.h old mode 100755 new mode 100644 diff --git a/src/atom_vec_ellipsoid.cpp b/src/atom_vec_ellipsoid.cpp old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/cartesian.cpp b/tools/pymol_asphere/src/cartesian.cpp old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/cartesian.h b/tools/pymol_asphere/src/cartesian.h old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/colors.cpp b/tools/pymol_asphere/src/colors.cpp old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/colors.h b/tools/pymol_asphere/src/colors.h old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/commandline.cpp b/tools/pymol_asphere/src/commandline.cpp old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/commandline.h b/tools/pymol_asphere/src/commandline.h old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/error.cpp b/tools/pymol_asphere/src/error.cpp old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/error.h b/tools/pymol_asphere/src/error.h old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/glsurface.cpp b/tools/pymol_asphere/src/glsurface.cpp old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/glsurface.h b/tools/pymol_asphere/src/glsurface.h old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/m_constants.h b/tools/pymol_asphere/src/m_constants.h old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/misc.cpp b/tools/pymol_asphere/src/misc.cpp old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/misc.h b/tools/pymol_asphere/src/misc.h old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/miscm.cpp b/tools/pymol_asphere/src/miscm.cpp old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/miscm.h b/tools/pymol_asphere/src/miscm.h old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/spherical.cpp b/tools/pymol_asphere/src/spherical.cpp old mode 100755 new mode 100644 diff --git a/tools/pymol_asphere/src/spherical.h b/tools/pymol_asphere/src/spherical.h old mode 100755 new mode 100644 diff --git a/tools/xmovie/resource.h b/tools/xmovie/resource.h old mode 100755 new mode 100644 diff --git a/tools/xmovie/xmovie.h b/tools/xmovie/xmovie.h old mode 100755 new mode 100644